这是我新建的一个项目,主页在 http://code.google.com/p/meide/背景:使用wxPython开发GUI时经常要生成界面,一种是通过工具生成(但我认为这种重用性并不好),另一种就是手工写代码。我主要是手工写代码,但是需要你有耐心。以前创建过叫EasyGuider 的项目,它可以通过字典形式的数据结构快速生成界面,不过存在一些问题:格式固定,不支持事件。于是我从快速辅助手写代码的需求上创建了这个新项目。它适合用来生成简单,有规律的界面。从我个人的开发体会(UliPad),大量的界面工作并不是很复杂,但是生成组件,布局比较麻烦,因此就想从这里入手,考虑如何快速开发界面。目标 ...
- 15:14
- 浏览 (277)
- 评论 (0)
今天来的人挺多,有一些特别是被 Robert Chen 鼓动起来的,因为是在一个公司。会课的 wiki 页面见这里。同时 AlexDong 还拍了照片,见这里。
会议主要内容有:
Robert Chen 作关于 Python 作用域的分享
AlexDong 好看簿开发(django)的分享
Zoom.Quiet 作XiaoQ进行关于DIP(Dive Into Python)的修订报告,及建议
BillXu 作关于自由软件发展及中国Zeuux(哲思)项目
Robert Chen 是第一次见到,以前只是在邮件件列中简单交流过。PPT原本是微软格式的,但是让 Zo ...
- 16:45
- 浏览 (289)
- 评论 (0)
I'v made many updates after 8/23, list them below:
The most change is svn support. But it have some troubles in linux platform. So maybe someone can help me to improve it. More details about svn you can see my previous emails. And now when you change and save document, and if the filename can b ...
- 08:37
- 浏览 (241)
- 评论 (0)
For now, I'v improved the svn support, and also support svn icon set(I copied from TortoiseSVN), so after you executed some svn command, you can see the icons of files and directories in directory browser changing. Then you can easily see which file is version controlled, and which it not, and which ...
- 20:28
- 浏览 (266)
- 评论 (0)
I'm very pleased to announce UliPad begin to support svn now. But you should also know, there are just basic functionalities now.
I don't use pysvn but via wx.Execute(), and redirect the input and output, so you can think it's pipe line tech. And through this method, someone(maybe you) can implement ...
- 22:48
- 浏览 (331)
- 评论 (0)
1. startup pythonpath supportUser now can set pythonpath in config.ini, so that UliPad can insertit into sys.path when starting. For example:config.ini content----------------------------[default]pythonpath = d:\path1,c:/path2orpythonpath = "d:\\path1","c:/path2"pythonpath can be a path list or a si ...
- 20:13
- 浏览 (288)
- 评论 (0)
其实这并不是有意而为之,因为我不进行PyGTK开发,所以没有做什么特殊的处理。不过今天在 UliPad 的邮件列表中收到一位外国朋友的来信,说感谢 UliPad 可以支持 PyGTK 的代码完成,并且他已经写在了 PyGTK 的 FAQ 中,可以看这里。另外他还建议如果 UliPad 可以支持 svn 就更好了。我想这的确不是件简单的事情,如何做一点头绪也没有。
- 08:40
- 浏览 (271)
- 评论 (0)
UliPad 3.7是第一次在 code.google.com 上发布,以前都是在啄木鸟的wiki上。之所以转到 code.google.com 上去还是因为啄木鸟的域名到期,有段时间不能通过域名进行访问,所以转了过去,的确是有些匆忙。不过现在啄木鸟已经可以访问了。不过转了之后的确也有好处,至少下载可以看到下载量了。以前在wiki上是看不到的。发布了将尽一天时间了,下载量达到了600多,近700的样子,感觉还是不错。不过我发现windows的版本要多于源码版本的下载,的确很奇怪。我自已也主要是使用windows来开发,那别人呢?不明白为什么?是不是说明windows环境还是多于linux环境呢 ...
- 09:38
- 浏览 (599)
- 评论 (0)
这次发布间隔是比较长的,不过的确还有一些不好解决的问题存在,主要是在linux环境下。
New Features and Changes:
#. Add PEP8 sytle checking#. Enhance calltip showing#. Add a new option in Preference, which is used for when you toggle comment lines(Ctrl+/ or Ctrl+\) if it'll popup a comment dialog. You can find it in Preference->Document-& ...
- 11:50
- 浏览 (307)
- 评论 (0)
前一阵实在太忙,对于Django的关注也少了许多。不过现在慢慢开始恢复。这不就有一件事情吸引了我。事情的起因是这个样子的:
一位叫Tom Tobin的朋友在 django 的邮件列表发表了一个建议,说希望把模板功能做成独立的模块。其实这个提议老早就已经出现了,只不过没有象这次讨论得比较激烈。邮件线索可以访问这里。
对这件事的看法分为两派,很正常。一派以Malcolm Tredinnick 为首的,他们认为template因为是django的一部分,所以最好还是与django在一起,不应该被分离出去。他们不喜欢象turbogears那样的由多个模块组成的形式。他们不希望维护两个版本,而且目前的模 ...
- 10:05
- 浏览 (443)
- 评论 (0)







评论排行榜