Wednesday, December 30, 2009

BooguNote 0.3.0 Released



You can download by https://groups.google.com/group/boogunote/files



English version users won't worry about posting article in English on BooguNote google group. Maybe you can see a lot of Chinese posts. Because some Chinese local users may have problem to speak English. I and some people can discuss in English. So just post what you want. Thanks


Tuesday, September 29, 2009

不好意思,很长时间没发布消息了


BooguNote 0.3.0还在开发中。估计要到年底才能realease。先给大家看个界面截图吧。
BogguNote 0.3.0 is still under developing. Probably, it can be released by the end of this year. Please take a look at screen shot.

Thursday, April 9, 2009

Online Storage

Yes, you can put .boo file online, that let you can access you .boo file anywhere. DropBoxis an excellent software, which can map many online storage services as local disk. Download it from here. I'v try Skydirve, Adrive, Google Doc with Gladinet and DropBox. I found DropBox is a better choice. There is a tutorial about how to set Dropbox as you local disk.

.boo文件也可以在线存储。DropBox这个出色的软件可以把许多在线存储服务映射到本地磁盘上。可以从这里下载。我用Gladinet尝试过Skydrive, Adrive, Google Doc,同时也尝试过DropBox. 最终发现DropBox是一个较好的选择。这里有一个教程是关于如何把DropBox映射到你的本地磁盘上。

Wednesday, April 8, 2009

About BooguNote 0.3.0

I was back from two weeks vacation. Today, I begin to focus on 0.3.0 developing. Version 0.3.0 would be a very important milestone for BooguNote. Before 0.3.0, in fact, BooguNote is a prototype. Every line shown on the view is a RichEdit control. Every Icon is a Static control has a bitmap background. Too many controls pile on BooguNote's View. You can see these by Spy++. This couses huge memory and User Object Handle occupation. The cumbersome structure also let me hard to implement some feature, like Print, Undo and Word-wrapping. The main point of 0.3.0 is create a new display engine, which has low resource occupation and neat structure. The developing of 0.3.0 would last a long time. I estimate it would be 3 months.

两个星期的假修完了。现在开始着手0.3.0的开发工作。对于BooguNote来说0.3.0将是一个非常重要的版本。事实上,在0.3.0以前,BooguNote还只是一个原型系统。好些地方还不是很成熟。比如在界面上的每一行都是一个RichEdit控件。每一个小图标都是一个设置了背景图片的Static控件。大量的控件堆砌在界面上。这些堆砌的控件你们都可以用Spy++看到的。这些堆砌的控件导致了大量的内存占用和User Object Handle占用。这些臃肿的结构还导致了我难以实现一些功能,比如,打印、Undo和自动折行。0.3.0的重点就是要实现一个新的显示引擎。这个显示引擎有较低的资源占用和清晰的结构。0.3.0的开发将持续一个比较长的时间。我估计可能是三个月。