Python论坛  - 讨论区

标题:[python-chinese] ANN: UliPad 3.8 released!

2007年12月06日 星期四 23:08

limodou limodou在gmail.com
星期四 十二月 6 23:08:28 HKT 2007

UliPad is a flexible editor, based on wxPython. It's has many features,just
like:class browser, code auto-complete, html viewer, directory browser, wizard,
etc. The main feature is the usage of mixin. This makes UliPad can be
extended easily. So you can write your own mixin or plugin, or simple script,
these can be easy and seamless integrated with UliPad.

What's new in 3.8
===================

New Features and Changes:

#. Add mako template syntax highlight support
#. Add new option in preference, [Python]->Automatically save modified file
   when running python program, if it's checked, it'll automatically save
   the modified file.
#. Add Shift+Delete => Cut, Shift+Insert => Paste
#. Upgrade winpdb to lastest version
#. Now you can set pythonpath option in config.ini/[default],
   and ulipad will insert it into the sys.path. pythonpath can
   be a string or a string list of directory.
#. Svn support, you should install pysvn first, and also support proxy.
#. Change long line indicator default is true.
#. Add doctest support, you can run the doctest of current document in UliPad
#. Add time stamp info in debug and error file
#. Replace the shell window popup menu, and add Copy Without Prompts
   and Paste and Run menu items. And if the result cann't be convert to
   unicode, then display the result as repr().
#. Script Manager can find menu name from the script content, you
   can define it as a comment line, format is: #\s*name:(.*)$
#. Add Run in Shell menu item in Editor context menu
#. Add script and shell key binding. Change Shell to External Tool
#. Change Find in Files dialog to panel
#. Using meide module to create Preference dialog
#. Add an option to control if show the docstring in class browser window.
#. Don't create a tmp file again, directly save the file
#. Improve Find in Files process with thread
#. Add some config.ini options support in Preference Dialog
#. Refactor Find & Replace with pane, but not dialog
#. Made Open Command Here work in Linux
#. Add dropfile plugin. thanks Tyberius Prime. Now you can drop files on
   toolbar, then UliPad will open it. Just like drop files on Directory
   Browser window.
#. Add new custom lexer class and refactor related lexer process
#. Upgrade FlatNotebook.py to lastest version, thanks to swordsp
#. Improve default identifiers process, add type judgement
#. Add pylint plugin

Bug fix:

#. Fix print bug, add print line number functionality
#. Fix snippet template indent bug(when using tab mode, the '\t'
   in template will be replaced with spaces). And you can press
   Alt+Q to cancel current snippet.
#. Fix press Ctrl+B jump position is not correct bug.
#. Fix that when you change the file type, the icon in directory
   and dynamic menu don't change bug
#. Fix line number margin width, and find back End-of-line Marker menu
#. Fix adding empty directory error
#. Fix open un-exists file will popup two message dialog bug
#. Fix line end mix checking bug also including twice prompt dialog bug
#. Fix webbrowser bug. Thanks Tom Eubank
#. Fix message console postion bug, thanks for swordsp

UliPad has been ported to code.google.com, so you can visit the new
project site at: http://code.google.com/p/ulipad, and also visit the
new svn address. Recommends using source version.

Source Code: http://ulipad.googlecode.com/files/ulipad.3.8.zip
Win Execute Code: http://ulipad.googlecode.com/files/ulipad.3.8.exe

If you have any suggestion or question, please subscribe the ulipad
mailling list: http://groups.google.com/group/UliPad

-- 
I like python!
UliPad <>: http://code.google.com/p/ulipad/
meide <>: http://code.google.com/p/meide/
My Blog: http://www.donews.net/limodou

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年12月06日 星期四 23:11

jessinio liang jessinio在gmail.com
星期四 十二月 6 23:11:18 HKT 2007

svn updateg 一下先

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年12月06日 星期四 23:14

jessinio liang jessinio在gmail.com
星期四 十二月 6 23:14:35 HKT 2007

输入法还是有问题。

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年12月06日 星期四 23:56

HD hdcola在gmail.com
星期四 十二月 6 23:56:53 HKT 2007

¹þ¹þ£¬ÕâÁ½Ìì·¢²¼µÄ¶«¶«Õæ¶à :)

2007/12/6, jessinio liang <jessinio在gmail.com>:
>
> ÊäÈë·¨»¹ÊÇÓÐÎÊÌâ¡£
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese




-- 
HD£¨È¼ÉÕÖеĻð£©
ÎÒ¹¤×÷ÎÒ¿ìÀÖ£¬ÎÒÇÚ·ÜÎÒÊÕ»ñ¡£ÇëÓëÎÒÒ»Æð¿ìÀÖ£¬ÓëÎÒÒ»ÆðÊÕ»ñ¡£
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071206/b04d947b/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年12月07日 星期五 08:51

xuanll xuanll在zctt.com.cn
星期五 十二月 7 08:51:44 HKT 2007

svn上怎么还是3.7啊

--------------------------------------------------
From: "limodou" <limodou在gmail.com>
Sent: Thursday, December 06, 2007 11:08 PM
To: "ulipad" <ulipad在googlegroups.com>; <python-cn在googlegroups.com>; "python-chinese" <python-chinese在lists.python.cn>; <python-list在python.org>; <python-announce-list在python.org>; <wxpython-users在lists.wxwidgets.org>; <pyxides在googlegroups.com>
Subject: [python-chinese] ANN: UliPad 3.8 released!

> UliPad is a flexible editor, based on wxPython. It's has many features,just
> like:class browser, code auto-complete, html viewer, directory browser, wizard,
> etc. The main feature is the usage of mixin. This makes UliPad can be
> extended easily. So you can write your own mixin or plugin, or simple script,
> these can be easy and seamless integrated with UliPad.
> 
> What's new in 3.8
> ===================
> 
> New Features and Changes:
> 
> #. Add mako template syntax highlight support
> #. Add new option in preference, [Python]->Automatically save modified file
>   when running python program, if it's checked, it'll automatically save
>   the modified file.
> #. Add Shift+Delete => Cut, Shift+Insert => Paste
> #. Upgrade winpdb to lastest version
> #. Now you can set pythonpath option in config.ini/[default],
>   and ulipad will insert it into the sys.path. pythonpath can
>   be a string or a string list of directory.
> #. Svn support, you should install pysvn first, and also support proxy.
> #. Change long line indicator default is true.
> #. Add doctest support, you can run the doctest of current document in UliPad
> #. Add time stamp info in debug and error file
> #. Replace the shell window popup menu, and add Copy Without Prompts
>   and Paste and Run menu items. And if the result cann't be convert to
>   unicode, then display the result as repr().
> #. Script Manager can find menu name from the script content, you
>   can define it as a comment line, format is: #\s*name:(.*)$
> #. Add Run in Shell menu item in Editor context menu
> #. Add script and shell key binding. Change Shell to External Tool
> #. Change Find in Files dialog to panel
> #. Using meide module to create Preference dialog
> #. Add an option to control if show the docstring in class browser window.
> #. Don't create a tmp file again, directly save the file
> #. Improve Find in Files process with thread
> #. Add some config.ini options support in Preference Dialog
> #. Refactor Find & Replace with pane, but not dialog
> #. Made Open Command Here work in Linux
> #. Add dropfile plugin. thanks Tyberius Prime. Now you can drop files on
>   toolbar, then UliPad will open it. Just like drop files on Directory
>   Browser window.
> #. Add new custom lexer class and refactor related lexer process
> #. Upgrade FlatNotebook.py to lastest version, thanks to swordsp
> #. Improve default identifiers process, add type judgement
> #. Add pylint plugin
> 
> Bug fix:
> 
> #. Fix print bug, add print line number functionality
> #. Fix snippet template indent bug(when using tab mode, the '\t'
>   in template will be replaced with spaces). And you can press
>   Alt+Q to cancel current snippet.
> #. Fix press Ctrl+B jump position is not correct bug.
> #. Fix that when you change the file type, the icon in directory
>   and dynamic menu don't change bug
> #. Fix line number margin width, and find back End-of-line Marker menu
> #. Fix adding empty directory error
> #. Fix open un-exists file will popup two message dialog bug
> #. Fix line end mix checking bug also including twice prompt dialog bug
> #. Fix webbrowser bug. Thanks Tom Eubank
> #. Fix message console postion bug, thanks for swordsp
> 
> UliPad has been ported to code.google.com, so you can visit the new
> project site at: http://code.google.com/p/ulipad, and also visit the
> new svn address. Recommends using source version.
> 
> Source Code: http://ulipad.googlecode.com/files/ulipad.3.8.zip
> Win Execute Code: http://ulipad.googlecode.com/files/ulipad.3.8.exe
> 
> If you have any suggestion or question, please subscribe the ulipad
> mailling list: http://groups.google.com/group/UliPad
> 
> -- 
> I like python!
> UliPad <>: http://code.google.com/p/ulipad/
> meide <>: http://code.google.com/p/meide/
> My Blog: http://www.donews.net/limodou
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年12月07日 星期五 08:55

xuanll xuanll在zctt.com.cn
星期五 十二月 7 08:55:24 HKT 2007

晕
刚发现 竟然换到goole code上了

--------------------------------------------------
From: "xuanll" <xuanll在zctt.com.cn>
Sent: Friday, December 07, 2007 8:51 AM
To: <python-chinese在lists.python.cn>
Subject: Re: [python-chinese] ANN: UliPad 3.8 released!

> svn上怎么还是3.7啊
> 
> --------------------------------------------------
> From: "limodou" <limodou在gmail.com>
> Sent: Thursday, December 06, 2007 11:08 PM
> To: "ulipad" <ulipad在googlegroups.com>; <python-cn在googlegroups.com>; "python-chinese" <python-chinese在lists.python.cn>; <python-list在python.org>; <python-announce-list在python.org>; <wxpython-users在lists.wxwidgets.org>; <pyxides在googlegroups.com>
> Subject: [python-chinese] ANN: UliPad 3.8 released!
> 
>> UliPad is a flexible editor, based on wxPython. It's has many features,just
>> like:class browser, code auto-complete, html viewer, directory browser, wizard,
>> etc. The main feature is the usage of mixin. This makes UliPad can be
>> extended easily. So you can write your own mixin or plugin, or simple script,
>> these can be easy and seamless integrated with UliPad.
>> 
>> What's new in 3.8
>> ===================
>> 
>> New Features and Changes:
>> 
>> #. Add mako template syntax highlight support
>> #. Add new option in preference, [Python]->Automatically save modified file
>>   when running python program, if it's checked, it'll automatically save
>>   the modified file.
>> #. Add Shift+Delete => Cut, Shift+Insert => Paste
>> #. Upgrade winpdb to lastest version
>> #. Now you can set pythonpath option in config.ini/[default],
>>   and ulipad will insert it into the sys.path. pythonpath can
>>   be a string or a string list of directory.
>> #. Svn support, you should install pysvn first, and also support proxy.
>> #. Change long line indicator default is true.
>> #. Add doctest support, you can run the doctest of current document in UliPad
>> #. Add time stamp info in debug and error file
>> #. Replace the shell window popup menu, and add Copy Without Prompts
>>   and Paste and Run menu items. And if the result cann't be convert to
>>   unicode, then display the result as repr().
>> #. Script Manager can find menu name from the script content, you
>>   can define it as a comment line, format is: #\s*name:(.*)$
>> #. Add Run in Shell menu item in Editor context menu
>> #. Add script and shell key binding. Change Shell to External Tool
>> #. Change Find in Files dialog to panel
>> #. Using meide module to create Preference dialog
>> #. Add an option to control if show the docstring in class browser window.
>> #. Don't create a tmp file again, directly save the file
>> #. Improve Find in Files process with thread
>> #. Add some config.ini options support in Preference Dialog
>> #. Refactor Find & Replace with pane, but not dialog
>> #. Made Open Command Here work in Linux
>> #. Add dropfile plugin. thanks Tyberius Prime. Now you can drop files on
>>   toolbar, then UliPad will open it. Just like drop files on Directory
>>   Browser window.
>> #. Add new custom lexer class and refactor related lexer process
>> #. Upgrade FlatNotebook.py to lastest version, thanks to swordsp
>> #. Improve default identifiers process, add type judgement
>> #. Add pylint plugin
>> 
>> Bug fix:
>> 
>> #. Fix print bug, add print line number functionality
>> #. Fix snippet template indent bug(when using tab mode, the '\t'
>>   in template will be replaced with spaces). And you can press
>>   Alt+Q to cancel current snippet.
>> #. Fix press Ctrl+B jump position is not correct bug.
>> #. Fix that when you change the file type, the icon in directory
>>   and dynamic menu don't change bug
>> #. Fix line number margin width, and find back End-of-line Marker menu
>> #. Fix adding empty directory error
>> #. Fix open un-exists file will popup two message dialog bug
>> #. Fix line end mix checking bug also including twice prompt dialog bug
>> #. Fix webbrowser bug. Thanks Tom Eubank
>> #. Fix message console postion bug, thanks for swordsp
>> 
>> UliPad has been ported to code.google.com, so you can visit the new
>> project site at: http://code.google.com/p/ulipad, and also visit the
>> new svn address. Recommends using source version.
>> 
>> Source Code: http://ulipad.googlecode.com/files/ulipad.3.8.zip
>> Win Execute Code: http://ulipad.googlecode.com/files/ulipad.3.8.exe
>> 
>> If you have any suggestion or question, please subscribe the ulipad
>> mailling list: http://groups.google.com/group/UliPad
>> 
>> -- 
>> I like python!
>> UliPad <>: http://code.google.com/p/ulipad/
>> meide <>: http://code.google.com/p/meide/
>> My Blog: http://www.donews.net/limodou
>> _______________________________________________
>> python-chinese
>> Post: send python-chinese在lists.python.cn
>> Subscribe: send subscribe to python-chinese-request在lists.python.cn
>> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
>> Detail Info: http://python.cn/mailman/listinfo/python-chinese 
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年12月07日 星期五 08:55

limodou limodou在gmail.com
星期五 十二月 7 08:55:29 HKT 2007

On Dec 7, 2007 8:51 AM, xuanll <xuanll在zctt.com.cn> wrote:
> svn上怎么还是3.7啊
>
ulipad已经迁到code.google.com上去的,你看的是那里吗?哪里看到的3.7?

-- 
I like python!
UliPad <>: http://code.google.com/p/ulipad/
meide <>: http://code.google.com/p/meide/
My Blog: http://www.donews.net/limodou

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年12月07日 星期五 09:35

Yingbo Qiu qiuyingbo在gmail.com
星期五 十二月 7 09:35:20 HKT 2007

今天发现 ulipad 用的 ZestyParser , 这东西好使吗?

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号