<?xml version="1.0" encoding="utf-8" ?>
<!-- generator="FEEDCREATOR_VERSION" -->
<rss version="2.0" xmlns:sns="http://blog.sina.com.cn/sns">
    <channel>
        <title>CardTXT的BLOG</title>
        <description></description>
        <link>http://blog.sina.com.cn/cardtxt</link>
        <lastBuildDate>Sun, 03 Jan 2010 17:41:58 GMT+8</lastBuildDate>
        <generator>FEEDCREATOR_VERSION</generator>
        <language>zh-cn</language>
        <copyright>Copyright 1996 - 2009 SINA Inc. All Rights Reserved.</copyright>
        <pubDate>Sun, 03 Jan 2010 09:41:58 GMT+8</pubDate>
        <item>
            <title>CardTXT 0.70 发布</title>
            <link>http://blog.sina.com.cn/s/blog_53777376010003pd.html</link>
            <description><![CDATA[<DIV>功能上 0.70 只是增加了对内存里的 palmdoc 支持</DIV>
<DIV>&nbsp;</DIV>
<DIV>马上就是世界杯了，这个月恐怕没有时间写程序了，所以抽空把 0.7
发出了</DIV>
<DIV>&nbsp;</DIV>
<DIV>0.80
我想增加一个一直特想用的功能，世界杯之后再找时间写了，等有了眉目再向大家透露吧
<IMG SRC="http://blog.sina.com.cn/images/face/001.gif"></IMG></DIV>
]]></description>
            <author>CardTXT</author>
            <category>0.70</category>
            <comments>http://blog.sina.com.cn/s/blog_53777376010003pd.html#comment</comments>
            <pubDate>Wed, 07 Jun 2006 10:36:25 GMT+8</pubDate>
            <guid>http://blog.sina.com.cn/s/blog_53777376010003pd.html</guid>
        </item>
        <item>
            <title>TejpWriter</title>
            <link>http://blog.sina.com.cn/s/blog_53777376010003bw.html</link>
            <description><![CDATA[<DIV>因为写 CardTXT 的缘故，所以对 palm
上的文本编辑器和阅读器比较关心，最近又涌现出一些新面孔 <IMG SRC="http://blog.sina.com.cn/images/face/001.gif"></IMG>&nbsp;比如
tejpwriter</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>刚看到这个名字的时候还以为是日本人写的，后来才知道这个 jp
和日本没什么关系，它原来叫作 tapewriter --- 是因为作者在 T|T
的手写区上贴了一条 3M
透明胶带。。。后来涉及到已存在注册商标的问题，把 tape
改成了挪威语的 tejp</DIV>
<DIV>&nbsp;</DIV>
<DIV>tejpwriter 以前不支持全屏和动态手写区，所以 palm
社区里提到它时都会有人推荐 CardTXT , 它刚刚发布的 3.0
版弥补了这个不足，支持更换色彩、全屏、动态手写区等等</DIV>
<DIV>&nbsp;</DIV>
<DIV>
这个程序不但免费而且是开源的，看了它的代码，它的核心部分主要是使用了
cf2txt 的 vfs 引擎已及 zdoc 家族 (ZDoc、ZDocm、ZDocj 等等等等) 的
palmdoc 引擎，在这基础上增加了一些相当有创意的功能</DIV>
<DIV>&nbsp;</DIV>
<DIV>
它的主要特点是，支持一些超文本功能，比如链接、高亮等等，有自带的屏幕键盘，有适合
stylus 按的小按钮键盘和适合手指 tap
的大按钮键盘，对西文输入应该是很有用的。另外还有一些快捷按钮用来输入一些西文符号或符号组合等等</DIV>
<DIV>&nbsp;</DIV>
<DIV>
不过依我看还是有一些缺失。比如它的超文本功能是使用高8位字符实现的，这导致它无法兼容中日韩等双字节、多字节文字，显示中文就会出乱码，从作者的视角可能看不到这个问题，算是设计出发点的局限性吧。另外由于它的编辑、显示核心是
ZDoc
家族一路传承下来的代码，所以它无论处理什么文件，必须在内存展开一份非压缩
palmdoc ， 这是使用 ZDoc 编辑、显示引擎带来的局限性，实际上 ZDoc
家族后来的诸多改进版在这方面都没有什么突破， tejpwriter
只是名字里不再有 ZDoc 字样而已。</DIV>
<DIV>&nbsp;</DIV>
<DIV>由于使用了 ZDoc
的核心引擎，在编辑处理卡上的文件时也要在内存创建一个非压缩 palmdoc
, 处理内存里的压缩 palmdoc 时也要转换为非压缩格式。作者在
tejpwriter 的 description
里特别指出其代码非常高效，由此导致这个程序运行时很省电力。。。。实际上由于
palmdoc 格式上的的限制，处理较大文件时因为涉及 palmos 上一个
database 的多个 records , 程序效率会大打折扣。此外它对 ZDoc
等母体代码的高度复用，也使得性能方面难有突破，比如它的搜索、替换还是使用
ZDoc 家族著名的 StriStr (string in
string)，这是一个典型的通用字串搜索算法，性能。。。。相当不出色。。。<IMG SRC="http://blog.sina.com.cn/images/face/023.gif"></IMG></DIV>
<DIV>&nbsp;</DIV>
<DIV>在进行 palmdoc 压缩时，性能问题也很突出，570KB
的《太平洋战争》在充满电的 UX50
上压缩了58分20秒（在完成压缩后死机了，留下的palmdoc还是压缩前的），
像《笑傲江湖》这样部头的书，满电 ux50 只有加上充满电的 EB40
原装大电或者在 Treo 650
这样电力强劲的机器上才能完成压缩过程(但还是死机，无法得到压缩后的结果).
相比之下， TealDoc 在 UX50 上压缩 《太平洋战争》只要2分5秒，比
tejpwriter 快了将近 30 倍 (CardTXT 用时&nbsp;55 秒， 比
TealDoc 快一倍<IMG SRC="http://blog.sina.com.cn/images/face/003.gif"></IMG>&nbsp;)........</DIV>
]]></description>
            <author>CardTXT</author>
            <category>其他</category>
            <comments>http://blog.sina.com.cn/s/blog_53777376010003bw.html#comment</comments>
            <pubDate>Tue, 16 May 2006 05:33:49 GMT+8</pubDate>
            <guid>http://blog.sina.com.cn/s/blog_53777376010003bw.html</guid>
        </item>
        <item>
            <title>Not only Card , not only TXT</title>
            <link>http://blog.sina.com.cn/s/blog_53777376010003bv.html</link>
            <description><![CDATA[<DIV>CardTXT 0.70 改动的主体部分已经在上周末完成，在完成一些辅助调整后会进入测试阶段。</DIV>
<DIV>&nbsp;</DIV>
<DIV>这个版本主要实现了内存里 palmdoc 的支持，另外对程序继续优化挖潜</DIV>
<DIV>&nbsp;</DIV>
<DIV>版本 0.50a 到 0.52 间隔了好几个月，中间积累的优化和改进在 0.52 ~ 0.60 上收到回报 --- 0.60 非常稳定，程序的性能进一步提升，在 cpu 较弱的机器上这一点更明显些。</DIV>
<DIV>&nbsp;</DIV>]]></description>
            <author>CardTXT</author>
            <comments>http://blog.sina.com.cn/s/blog_53777376010003bv.html#comment</comments>
            <pubDate>Tue, 16 May 2006 04:54:03 GMT+8</pubDate>
            <guid>http://blog.sina.com.cn/s/blog_53777376010003bv.html</guid>
        </item>
        <item>
            <title>漂漂的 zodiac2 模拟器</title>
            <link>http://blog.sina.com.cn/s/blog_5377737601000371.html</link>
            <description><![CDATA[<DIV>tapwave sdk 附带的 zodiac2 模拟器，是横版 OS5.27 加上 zodiac2 的 release 和 debug 两种 rom 。</DIV>
<DIV>&nbsp;</DIV>
<DIV>zodiac2 画面还是挺漂亮的，9 向键，一大堆硬按钮，双 sd 卡 ，内部硬件 2D / 3D 图形加速器，蓝牙。。。。。。。</DIV>
<DIV>&nbsp;</DIV>
<DIV>可惜这个模拟器是我用过的所有能够启动运行的 Palm EMU/Sim 中可用度最低的一个，基本上什么软件装到它里面都不能正常运行，大部分软件启动时都会导致 reset ，小部分在使用过程中会 reset ,另外一些像 PalmFiction 这样的大块头、功能繁复的咚咚。。。连 reset 的机会都没有，一运行就导致 sim 崩溃退出了。。。。</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="http://album.sina.com.cn/pic/53777376020003ih" target=_blank><IMG src="http://album.sina.com.cn/pic/53777376020003ih" border=0 &#111;nload="resizeImg(this,500)"></A></DIV>
<DIV>&nbsp;</DIV>
<DIV></DIV>]]></description>
            <author>CardTXT</author>
            <category>其他</category>
            <comments>http://blog.sina.com.cn/s/blog_5377737601000371.html#comment</comments>
            <pubDate>Tue, 09 May 2006 04:03:51 GMT+8</pubDate>
            <guid>http://blog.sina.com.cn/s/blog_5377737601000371.html</guid>
        </item>
        <item>
            <title>CardTXT 暂居 palmgear 本月 Monthly Top 50 Downloads 第一名</title>
            <link>http://blog.sina.com.cn/s/blog_537773760100035m.html</link>
            <description><![CDATA[<DIV><FONT size=3>看这个 monthly top 50 downloads 时，顺便发现了一个不错的 freeware, nv backup， 就是现在在 monthly top 50 d/l 里排名 11 的那位，现在版本是 1.05, 据说特长是针对新型 nvram 机种做 backup 拿手。。。。而且。。还是 open source 的 <IMG src="http://blog.sina.com.cn/images/face/001.gif"></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="http://album.sina.com.cn/pic/53777376020003de" target=_blank></A><A href="http://album.sina.com.cn/pic/53777376020003de" target=_blank><IMG src="http://album.sina.com.cn/pic/53777376020003de" border=0 &#111;nload="resizeImg(this,500)"></A><A href="http://album.sina.com.cn/pic/53777376020003de" target=_blank></A></DIV>
<DIV></DIV>]]></description>
            <author>CardTXT</author>
            <category>v0.60</category>
            <comments>http://blog.sina.com.cn/s/blog_537773760100035m.html#comment</comments>
            <pubDate>Sat, 06 May 2006 02:50:48 GMT+8</pubDate>
            <guid>http://blog.sina.com.cn/s/blog_537773760100035m.html</guid>
        </item>
        <item>
            <title>汤坛。。。</title>
            <link>http://blog.sina.com.cn/s/blog_5377737601000352.html</link>
            <description><![CDATA[<DIV>汤坛有点怪，说上传文件尺寸不能大于 512KB ,但我一张动画 gif 只有 161KB 就说文件过大枪毙了 -_-</DIV>]]></description>
            <author>CardTXT</author>
            <comments>http://blog.sina.com.cn/s/blog_5377737601000352.html#comment</comments>
            <pubDate>Thu, 04 May 2006 13:08:20 GMT+8</pubDate>
            <guid>http://blog.sina.com.cn/s/blog_5377737601000352.html</guid>
        </item>
        <item>
            <title>CardTXT 0.60 发布</title>
            <link>http://blog.sina.com.cn/s/blog_5377737601000351.html</link>
            <description><![CDATA[<DIV><FONT size=5>CardTXT <STRONG><FONT color=#ff0000>0.60</FONT></STRONG> 发布了</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="http://album.sina.com.cn/pic/53777376020003bl" target=_blank><IMG src="http://album.sina.com.cn/pic/53777376020003bl" border=1 &#111;nload="resizeImg(this,500)"></A></DIV>
<DIV>&nbsp;</DIV>
<DIV>- <STRONG>支持定制颜色</STRONG><BR>用户可以定制文字和背景颜色，赠送 4 种颜色搭配 --- 可以自行修改<BR><BR>- <STRONG>支持定制页面布局</STRONG><BR>errrr...其实就是允许用户显示、关闭：标题栏/滚卷条/工具栏/下划线以后定制界面功能可能还有改进</DIV>
<DIV>&nbsp;</DIV>
<DIV>- <STRONG>支持显示/关闭系统状态条</STRONG></DIV>
<DIV>在 treo650 这样方屏的机器上不会显示这个菜单，这个功能是用来给那些有动态手写区的机器关闭系统状态条的，即所谓全屏。不过关闭系统状态条与关闭CardTXT 的工具栏/标题栏/滚卷条等零件并不是联动的，这样灵活性更高些，这就与很多其他软件的 "Full screen" 命令不太一样了</DIV>
<DIV>&nbsp;</DIV>
<DIV>- <STRONG>再次支持 Sony Clie OS4 高分</STRONG><BR>前面写了，不罗嗦了 :D:</DIV>
<DIV>&nbsp;</DIV>
<DIV>- <STRONG>增加新选项，允许删除导入当前文件的 memo 记录</STRONG><BR>导入后才会删除，只要记得存盘就不会丢了 :X:</DIV>
<DIV>&nbsp;</DIV>
<DIV>- <STRONG>文件窗口增加新按钮，显示文件长度和最后修改时间</STRONG><BR>这个按钮老早就存在了，一直隐藏在文件管理窗口，这次终于打开了。功能十分阳春，以后慢慢加强吧 :)</DIV>
<DIV>&nbsp;</DIV>
<DIV>- <STRONG>Save As 菜单自动切换pdb 文件的扩展名</STRONG><BR>Save As 时如果选了 palmdoc 格式 ，会自动加上或修改扩展名为 .pdb, 但选择txt 格式就不一定修改扩展名了，方便用户用 CardTXT 编辑 html 之类的 plain text 文件</DIV>
<DIV>&nbsp;</DIV>
<DIV>- <STRONG>Treo600/650 的音量键等同于翻页键</STRONG><BR>音量键的表现也遵从"line up/down" 和 "page up/down" 的设定。我发现用 Treo 650 看书时音量键翻页舒服得多，也比较省5向键。但是音量键的按键手感明显不如5向键.....</DIV>
<DIV>&nbsp;</DIV>
<DIV>- <STRONG>增加低分彩色按钮</STRONG><BR>增加低分彩色按钮后，treo600 / m505 之类的机器看上去比以前强了，而且 0.60 的发行版不再包含高分黑白按钮的版本了，以后高分黑白按钮的版本只有我自用了。。。。</DIV>
<DIV>-___-；；</DIV>
<DIV>&nbsp;</DIV>
<DIV>- <STRONG>其他优化和 bug fix</STRONG><BR>0.60版进行的优化其实还是挺多的，比如 os4 机器上就可以明显感觉到初始加载文件的速度快多了，还有一些胖友投诉的毛病也进行了修正，比如导入 memo 之后不再跳到文件开头了等等等等。。。<BR></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>]]></description>
            <author>CardTXT</author>
            <category>v0.60</category>
            <comments>http://blog.sina.com.cn/s/blog_5377737601000351.html#comment</comments>
            <pubDate>Thu, 04 May 2006 12:52:30 GMT+8</pubDate>
            <guid>http://blog.sina.com.cn/s/blog_5377737601000351.html</guid>
        </item>
        <item>
            <title>恢复对 Clie OS4 高分的支持</title>
            <link>http://blog.sina.com.cn/s/blog_537773760100032a.html</link>
            <description><![CDATA[<DIV><FONT size=3>CardTXT 从第一个原始版本直到 0.2e 本来都是支持 Clie OS4 高分的，因为我当时的的主力 Palm 是 UX50 , 在做 Clie OS5 全屏/动态手写区支持的时候顺便加入了 OS4 高分支持。 </FONT></DIV>
<DIV><FONT size=3></FONT>&nbsp;</DIV>
<DIV><FONT size=3>版本 0.2F 增加了对 Palm OS5 高分全屏、动态手写区的支持，为了把两套全屏、动态手写区支持整合在一起，从&nbsp;0.2F 起， Clie OS4 高分支持就被去掉了, 直到现行的 0.53 。。。</FONT></DIV>
<DIV><FONT size=3></FONT>&nbsp;</DIV>
<DIV><FONT size=3>0.60 将恢复 clie OS4 HR 的支持</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="http://album.sina.com.cn/pic/537773760200036f" target=_blank><IMG src="http://album.sina.com.cn/pic/537773760200036f" border=0 &#111;nload="resizeImg(this,500)"></A></DIV>
<DIV><A href="http://album.sina.com.cn/pic/537773760200036e" target=_blank></A></DIV>
<DIV></DIV>
<DIV></DIV>]]></description>
            <author>CardTXT</author>
            <category>v0.60</category>
            <comments>http://blog.sina.com.cn/s/blog_537773760100032a.html#comment</comments>
            <pubDate>Sat, 29 Apr 2006 10:15:53 GMT+8</pubDate>
            <guid>http://blog.sina.com.cn/s/blog_537773760100032a.html</guid>
        </item>
        <item>
            <title>CardTXT 0.6 基本完工</title>
            <link>http://blog.sina.com.cn/s/blog_537773760100030s.html</link>
            <description><![CDATA[<DIV>上周末刮大风，在家把 <STRONG>CardTXT 0.6 </STRONG>写得差不多了，现在开始 beta 测试，争取 5.1 这段时间能发出来。</DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="http://album.sina.com.cn/pic/537773760200032f" target=_blank></A>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="http://album.sina.com.cn/pic/537773760200032f" target=_blank><IMG src="http://album.sina.com.cn/pic/537773760200032f" border=0 &#111;nload="resizeImg(this,500)"></A></DIV>
<DIV></DIV>
<DIV></DIV>]]></description>
            <author>CardTXT</author>
            <category>v0.60</category>
            <comments>http://blog.sina.com.cn/s/blog_537773760100030s.html#comment</comments>
            <pubDate>Thu, 27 Apr 2006 06:10:39 GMT+8</pubDate>
            <guid>http://blog.sina.com.cn/s/blog_537773760100030s.html</guid>
        </item>
        <item>
            <title>CardTXT 0.6 会给搜索/替换对话框增加一个标准 edit 菜单</title>
            <link>http://blog.sina.com.cn/s/blog_53777376010002xj.html</link>
            <description><![CDATA[<DIV>以前用 UX50 的时候没有想到这个问题，因为 UX50 有系统自带的 control-c 、control-v、control-x 等等热键，可以在所有编辑框里使用这些热键进行复制、粘贴、剪切之类的操作。</DIV>
<DIV>&nbsp;</DIV>
<DIV>Treo650 上就麻烦些了，我是用 treo select 和 clip pro。</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>加上这个标准编辑菜单后会好用一些，直接用 menu-c menu-p 之类的就可以了。</DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="http://album.sina.com.cn/pic/53777376020002wa" target=_blank></A>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><A href="http://album.sina.com.cn/pic/53777376020002wa" target=_blank><IMG src="http://album.sina.com.cn/pic/53777376020002wa" border=2></A></DIV>
<DIV></DIV>
<DIV></DIV>]]></description>
            <author>CardTXT</author>
            <category>v0.60</category>
            <comments>http://blog.sina.com.cn/s/blog_53777376010002xj.html#comment</comments>
            <pubDate>Wed, 19 Apr 2006 10:13:14 GMT+8</pubDate>
            <guid>http://blog.sina.com.cn/s/blog_53777376010002xj.html</guid>
        </item>
        <item>
            <title>颜色问题基本解决</title>
            <link>http://blog.sina.com.cn/s/blog_53777376010002x1.html</link>
            <description><![CDATA[<DIV>其实要更换只读编辑框的颜色在 palm 上完全无解，为了实现更换 color theme, 只能换个思路来搞 ，这样就必须屏蔽各种输入法(cjk、巨硬等等)向 CardTXT 文件编辑框里私自贩运字符<IMG src="http://blog.sina.com.cn/images/face/021.gif">&nbsp;解决这个问题之后，就可以做到只读模式下不用担心文件被误篡改而且可以随意更换/定制颜色 <IMG src="http://blog.sina.com.cn/images/face/001.gif"></DIV>
<DIV>&nbsp;</DIV>
<DIV>换了颜色一看，滚卷条和 toolbar 太扎眼，后面还要弄配套设施，做 显示/关闭 滚卷条和工具栏的功能和选项 <IMG src="http://blog.sina.com.cn/images/face/016.gif">&nbsp;这些搞定以后，算是可以凑合冒充读书软件了，当然真正的 book reader 的很多功能在这种编辑器上是根本做不到的 <IMG src="http://blog.sina.com.cn/images/face/005.gif"></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>关于滚轮+翻页键以及 zdic_da 式的逐行滚动的问题，可能还要慢慢来，得找到一个牢靠的法子让程序能够判断当前设备既有 jog wheel 又有传统翻页键，另外，逐行上、下移动光标的功能("Line Up/Down") 有助于用户在文件中逐行定位，这对于管理 bookmark 是非常必要的 <IMG src="http://blog.sina.com.cn/images/face/004.gif">&nbsp;，如果只逐行滚卷屏幕但不移动光标，需要定位具体某一行的时候就不方便了，逐行滚屏的时候是不是上下移光标，以后可以用选项来解决</DIV>
<DIV>&nbsp;</DIV>
<DIV>这段时间单位要忙的事情太多，周末写几行算几行了, 所以木法指望这些都能很快实现啦&nbsp;&nbsp; <IMG src="http://blog.sina.com.cn/images/face/003.gif"></DIV>
<DIV align=center>
<P align=center><A href="http://album.sina.com.cn/pic/53777376020002ua" target=_blank><IMG src="http://album.sina.com.cn/pic/53777376020002ua" align=center border=1></A></P></DIV>
<DIV align=center>&nbsp;</DIV>
<DIV align=center>&nbsp;</DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>]]></description>
            <author>CardTXT</author>
            <category>v0.60</category>
            <comments>http://blog.sina.com.cn/s/blog_53777376010002x1.html#comment</comments>
            <pubDate>Tue, 18 Apr 2006 12:22:07 GMT+8</pubDate>
            <guid>http://blog.sina.com.cn/s/blog_53777376010002x1.html</guid>
        </item>
        <item>
            <title>自定义颜色功能恐怕够呛了</title>
            <link>http://blog.sina.com.cn/s/blog_53777376010002wj.html</link>
            <description><![CDATA[<DIV>Palm 的 field 控件只支持自定义可编辑文本的的各种颜色 (UI color table) , 而只读模式下 CardTXT 要切换到不可编辑模式，这时只能凑合更换前景色，背景色没人管。。。</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>另一个办法是在只读模式下不把 field 控件切到不可写模式，代之以封锁用户的各种输入途径，但是在中文输入之类的东西会绕过 palm 传统的输入途径 <IMG src="http://blog.sina.com.cn/images/face/009.gif"></DIV>
<DIV>&nbsp;</DIV>
<DIV>实际上自定义颜色最主要的用途是读书，如果只读模式不能自定义颜色。。。那基本上就没什么意义了 <IMG src="http://blog.sina.com.cn/images/face/033.gif"></DIV>
<DIV></DIV>]]></description>
            <author>CardTXT</author>
            <category>v0.60</category>
            <comments>http://blog.sina.com.cn/s/blog_53777376010002wj.html#comment</comments>
            <pubDate>Tue, 18 Apr 2006 04:06:44 GMT+8</pubDate>
            <guid>http://blog.sina.com.cn/s/blog_53777376010002wj.html</guid>
        </item>
        <item>
            <title>0.53 即将发表</title>
            <link>http://blog.sina.com.cn/s/blog_53777376010002u3.html</link>
            <description><![CDATA[<DIV>这次添加了一个简单的说明，图都是随便拣起一个 T|X 的 sim 做的，后来想想，应该用 treo650 的 sim ,屏幕小点可以省点空间。下次再换吧，0.6 需要重新截图了。</DIV>
<DIV>&nbsp;</DIV>
<DIV>0.53:</DIV>
<DIV>&nbsp;</DIV>
<DIV><STRONG>支持反向搜索，用户可以用上下翻页、上下5向键以及滚轮控制前后搜索</STRONG>，这是我一直要做的功能。0.53 以前的版本大家可以发现 search 功能很像 xxxMemo 的 search ,也是不断的弹出[next][replace][cancel], 相~当的拖泥带水。。。</DIV>
<DIV>改成目前的样子以后，在OS5以上的机器上轻拨滚轮、5向键进行前后搜索，灰长之清爽，充分发扬了 CardTXT 搜索、替换方面精准、高速的优势</DIV>
<DIV>&nbsp;<IMG src="http://blog.sina.com.cn/images/face/003.gif"></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><STRONG>搜索条状态下支持动态手写区滑入滑出, </STRONG>以前在高分竖屏状态下搜索到最后时因为搜索条悬在屏幕2/3处，有可能会遮挡文字，这次彻底解决了。</DIV>
<DIV>&nbsp;</DIV>
<DIV><STRONG>进一步优化了Replace All 和 Count All 的性能</STRONG>。在高速机器上不明显，对cpu较弱的机器比较有用。</DIV>
<DIV>&nbsp;</DIV>
<DIV><STRONG>修正了滚卷条方面的一个bug</STRONG>.</DIV>
<DIV>&nbsp;</DIV>
<DIV><STRONG>修正了 OS4 不能正确存新文件的 bug</STRONG>. 这笔帐应该算在 OS4 上，它在字串处理方面有问题，在OS5里得到了修正。</DIV>
<DIV>&nbsp;</DIV>
<DIV><STRONG>支持 Handera 330 的 240 x 320 高分和动态手写区</STRONG>.由于模拟器无法使用 H330 导出的 4.1 rom 而CardTXT 一些功能需要 OS4 支持，所以 0.53 在 H330 方面只能进行十分有限的测试，目前貌似高分和动态手写区工作正常，不知道在真机上会不会掉链子 <IMG src="http://blog.sina.com.cn/images/face/016.gif"></DIV>
<DIV><STRONG></STRONG>&nbsp;</DIV>
<DIV>主要就这些啦，还有些小改动就不罗嗦了。</DIV>
<DIV>&nbsp;</DIV>
<DIV>下一版的名字已经定了，是 0.6 , 会加入一些呼声较高和一些我久已想做的功能。。。不过。。。处理内存里的 pdb 还要等更靠后的版本，hoho~</DIV>
<DIV></DIV>
<DIV></DIV>]]></description>
            <author>CardTXT</author>
            <category>v0.53</category>
            <comments>http://blog.sina.com.cn/s/blog_53777376010002u3.html#comment</comments>
            <pubDate>Thu, 13 Apr 2006 03:24:24 GMT+8</pubDate>
            <guid>http://blog.sina.com.cn/s/blog_53777376010002u3.html</guid>
        </item>
        <item>
            <title>嗨！亲爱的朋友们，欢迎您光临我的BLOG</title>
            <link>http://blog.sina.com.cn/s/blog_53777376010002la.html</link>
            <description><![CDATA[<BR>
<CENTER><IMG src="http://blog.sina.com.cn/images/welcome.jpg"></CENTER><BR><BR>　　我已经在新浪BLOG安家了，欢迎你时常过来做客，大家多多交流哦。我会把一些新鲜有趣的东西记录下来一块与你分享。也希望你记住我的BLOG地址，你可以把她添加到你的收藏夹，也可以把她复制下来告诉你的朋友们。 <BR><BR>　　：）<BR><BR>　　我的BLOG地址：&nbsp; http://blog.sina.com.cn/m/CardTXT<BR><BR>
<DIV></DIV>]]></description>
            <author>CardTXT</author>
            <comments>http://blog.sina.com.cn/s/blog_53777376010002la.html#comment</comments>
            <pubDate>Fri, 24 Mar 2006 08:57:15 GMT+8</pubDate>
            <guid>http://blog.sina.com.cn/s/blog_53777376010002la.html</guid>
        </item>
    </channel>
</rss>
