My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 18, 2009
    issue 223 (ftp file name parser error) commented on by xu4wang   -   The problem happens when opening file via FTP, all the file names are added a time before the real name in FTP window. as a result, file cannot be open since wrong file name points to non-existing file. The FIX is: add a ymdt format in the begining of the time parse re list fix it.see attached. re.compile(r'(?P<ymdt>^\d{1,4}.*?\d{1,2}.*?\d{1,2}.*?\s*\d{1,2}:\d{1,2}\s+)')
    The problem happens when opening file via FTP, all the file names are added a time before the real name in FTP window. as a result, file cannot be open since wrong file name points to non-existing file. The FIX is: add a ymdt format in the begining of the time parse re list fix it.see attached. re.compile(r'(?P<ymdt>^\d{1,4}.*?\d{1,2}.*?\d{1,2}.*?\s*\d{1,2}:\d{1,2}\s+)')
  • Dec 18, 2009
    issue 223 (ftp file name parser error) reported by xu4wang   -   What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
    What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.
  • Dec 10, 2009
    issue 203 (在ubuntu下复制/粘贴有问题) commented on by limodou   -   这块我使用的都是标准的处理,可以看mixins/Editor.py代码。搞不清楚是怎么回事。
    这块我使用的都是标准的处理,可以看mixins/Editor.py代码。搞不清楚是怎么回事。
  • Dec 10, 2009
    issue 22 ([Ubuntu] Paste button blinking) commented on by ablozhou   -   my wxpython version is 2.8.10,but the problem is still existed. dhahler : maybe you could help limodou to correct this bug. thanks.
    my wxpython version is 2.8.10,but the problem is still existed. dhahler : maybe you could help limodou to correct this bug. thanks.
  • Dec 10, 2009
    issue 203 (在ubuntu下复制/粘贴有问题) commented on by ablozhou   -   noword.forever: 那里说的不是一回事。 我现在的版本是wxPython 2.8.10 现象就是不能和系统交换剪贴板,有时自身的剪切粘贴,换个文件就失效。 因此该问题没有解决。 目前不清楚是wxPython问题还是什么地方的问题。
    noword.forever: 那里说的不是一回事。 我现在的版本是wxPython 2.8.10 现象就是不能和系统交换剪贴板,有时自身的剪切粘贴,换个文件就失效。 因此该问题没有解决。 目前不清楚是wxPython问题还是什么地方的问题。
  • Dec 07, 2009
    issue 221 (建议更新docutils版本到0.6) commented on by yanckin   -   Thks.But if I hadn't modified the file sitecustomize.py,it still occur these errors: File "/home/wayhome/code/svn/ulipad/packages/docutils/readers/__init__.py", line 80, in new_document document = utils.new_document(self.source.source_path, self.settings) File "/home/wayhome/code/svn/ulipad/packages/docutils/utils.py", line 424, in new_document source_path = decode_path(source_path) File "/home/wayhome/code/svn/ulipad/packages/docutils/utils.py", line 340, in decode_path path = path.decode(sys.getfilesystemencoding(), 'strict') File "/usr/lib/python2.6/encodings/utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True) UnicodeEncodeError: 'ascii' codec can't encode characters in position 43-50: ordinal not in range(128) The last version doesn't need to modify it. It's fit for me now,but I don't think that other people will do this way.
    Thks.But if I hadn't modified the file sitecustomize.py,it still occur these errors: File "/home/wayhome/code/svn/ulipad/packages/docutils/readers/__init__.py", line 80, in new_document document = utils.new_document(self.source.source_path, self.settings) File "/home/wayhome/code/svn/ulipad/packages/docutils/utils.py", line 424, in new_document source_path = decode_path(source_path) File "/home/wayhome/code/svn/ulipad/packages/docutils/utils.py", line 340, in decode_path path = path.decode(sys.getfilesystemencoding(), 'strict') File "/usr/lib/python2.6/encodings/utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True) UnicodeEncodeError: 'ascii' codec can't encode characters in position 43-50: ordinal not in range(128) The last version doesn't need to modify it. It's fit for me now,but I don't think that other people will do this way.
  • Dec 07, 2009
    r531 (upgrade docutils to 0.6 version upgrade winpdb to 1.4.6 vers...) committed by limodou   -   upgrade docutils to 0.6 version upgrade winpdb to 1.4.6 version
    upgrade docutils to 0.6 version upgrade winpdb to 1.4.6 version
  • Dec 07, 2009
    issue 221 (建议更新docutils版本到0.6) commented on by limodou   -   I've upgrade docutils to 0.6 version, and found no errors when render rst file which including Chinese to html. So you may try the new version from svn again.
    I've upgrade docutils to 0.6 version, and found no errors when render rst file which including Chinese to html. So you may try the new version from svn again.
  • Dec 07, 2009
    issue 222 (linux下输入复制粘贴失效) reported by yanckin   -   输入失效是在中文输入法ibus打开状态下,按方向键后会导致无法输入,英文输 入法无此问题。 复制粘贴在中英文状态下都可能出现失效,但有时正常 测试环境ubuntu 9.10,archlinux
    输入失效是在中文输入法ibus打开状态下,按方向键后会导致无法输入,英文输 入法无此问题。 复制粘贴在中英文状态下都可能出现失效,但有时正常 测试环境ubuntu 9.10,archlinux
  • Dec 07, 2009
    issue 221 (建议更新docutils版本到0.6) reported by yanckin   -   看了下Ulipad中使用的docutils还是0.4,现在最新的已经是0.6了。对image指令 的支持,参数scale,align不能设置。 发现直接把docutils拷贝过去覆盖预览会报UnicodeError,设置下sitecustomize.py 添加这两句: import sys sys.setdefaultencoding('utf-8') 这样就解决,上述参数可以使用了
    看了下Ulipad中使用的docutils还是0.4,现在最新的已经是0.6了。对image指令 的支持,参数scale,align不能设置。 发现直接把docutils拷贝过去覆盖预览会报UnicodeError,设置下sitecustomize.py 添加这两句: import sys sys.setdefaultencoding('utf-8') 这样就解决,上述参数可以使用了
  • Dec 06, 2009
    r530 (add python 2.7 support) committed by limodou   -   add python 2.7 support
    add python 2.7 support
  • Dec 03, 2009
    issue 165 (rest preview in standalone version) Status changed by limodou   -  
    Status: WontFix
    Status: WontFix
  • Dec 03, 2009
    issue 192 (Syntax check does not work) Status changed by limodou   -  
    Status: WontFix
    Status: WontFix
  • Dec 03, 2009
    issue 117 (Restarting shell not working) Status changed by limodou   -  
    Status: WontFix
    Status: WontFix
  • Dec 03, 2009
    issue 32 (open shell window will cause ulipad crash) Status changed by limodou   -  
    Status: Fixed
    Status: Fixed
  • Dec 03, 2009
    issue 220 (请问ulipad可以运行/调试 gae项目吗? ) commented on by t...@foxmail.com   -   哦, 知道了, 谢谢了。 我还是用您的ulipad学习写gae,需要的时候用eclipse调试吧。
    哦, 知道了, 谢谢了。 我还是用您的ulipad学习写gae,需要的时候用eclipse调试吧。
  • Dec 03, 2009
    issue 220 (请问ulipad可以运行/调试 gae项目吗? ) commented on by limodou   -   这个不能直接支持。调试可以使用winpdb,不过不知道怎么支持gae。运行建议就在命令行下运行。
    这个不能直接支持。调试可以使用winpdb,不过不知道怎么支持gae。运行建议就在命令行下运行。
  • Dec 03, 2009
    issue 220 (请问ulipad可以运行/调试 gae项目吗? ) reported by t...@foxmail.com   -   我试了,无法运行/调试啊, 请问是否支持? 如何配置呢?
    我试了,无法运行/调试啊, 请问是否支持? 如何配置呢?
  • Dec 02, 2009
    issue 203 (在ubuntu下复制/粘贴有问题) commented on by ablozhou   -   ubuntu9.10 下复制粘贴不能和系统的剪贴板通用。挺奇怪的问题。
    ubuntu9.10 下复制粘贴不能和系统的剪贴板通用。挺奇怪的问题。
  • Dec 01, 2009
    issue 219 (Save per-user configuration in the user home folder) commented on by limodou   -   But these things are not in ulipad, they'll be created dynamacially, so they will not be overridden.
    But these things are not in ulipad, they'll be created dynamacially, so they will not be overridden.
  • Dec 01, 2009
    issue 219 (Save per-user configuration in the user home folder) commented on by antoni.aloy   -   Yes, it's true, but if you try to upgrade a version you can easylly forget to save your configurations, loosign any syntax highlight modification, folder configuration, etc. It's not a critical issue just an annoying one.
    Yes, it's true, but if you try to upgrade a version you can easylly forget to save your configurations, loosign any syntax highlight modification, folder configuration, etc. It's not a critical issue just an annoying one.
  • Nov 30, 2009
    issue 218 (improvement, add_current_directory menu in pop menu of dirbr...) Status changed by limodou   -   I've merged your code to DirBrowser.py. Fixed.
    Status: Fixed
    I've merged your code to DirBrowser.py. Fixed.
    Status: Fixed
  • Nov 30, 2009
    r529 (add sunyin51 to AUTHORS.txt) committed by limodou   -   add sunyin51 to AUTHORS.txt
    add sunyin51 to AUTHORS.txt
  • Nov 30, 2009
    r528 (add "add current directory" menu item, thanks for sunyin51) committed by limodou   -   add "add current directory" menu item, thanks for sunyin51
    add "add current directory" menu item, thanks for sunyin51
  • Nov 30, 2009
    issue 204 (Lost text with 'Trim trailing spaces') commented on by limodou   -   Thanks, and I also haven't found this problem.
    Thanks, and I also haven't found this problem.
  • Nov 30, 2009
    r527 (add class browser side configure support) committed by limodou   -   add class browser side configure support
    add class browser side configure support
  • Nov 30, 2009
    issue 204 (Lost text with 'Trim trailing spaces') commented on by egon.fre...@nord-com.net   -   It happens frequently but not always. I'll try to describe the situation precisely when the error happens.
    It happens frequently but not always. I'll try to describe the situation precisely when the error happens.
  • Nov 29, 2009
    r526 (support 3.1 python interpreter) committed by limodou   -   support 3.1 python interpreter
    support 3.1 python interpreter
  • Nov 29, 2009
    issue 216 (Unable to see files using the "open file" dialog) Status changed by limodou   -  
    Status: Fixed
    Status: Fixed
  • Nov 29, 2009
    issue 216 (Unable to see files using the "open file" dialog) commented on by limodou   -   Fixed. But some translation files is old also.
    Fixed. But some translation files is old also.
  • Nov 29, 2009
    r525 (upgrade translation files) committed by limodou   -   upgrade translation files
    upgrade translation files
  • Nov 29, 2009
    issue 219 (Save per-user configuration in the user home folder) commented on by limodou   -   I don't think so. Only when there is no configure file existed, ulipad will create one for you, if there is also a configure file already, ulipad will use the old one.
    I don't think so. Only when there is no configure file existed, ulipad will create one for you, if there is also a configure file already, ulipad will use the old one.
  • Nov 29, 2009
    issue 216 (Unable to see files using the "open file" dialog) commented on by limodou   -   Oh, thank you very much. I'll fix it soon.
    Oh, thank you very much. I'll fix it soon.
  • Nov 29, 2009
    issue 216 (Unable to see files using the "open file" dialog) commented on by sunyin51   -   this is the fix. Only French translation has the problem. Index: ulipad_fr_FR.po =================================================================== --- ulipad_fr_FR.po (revision 524) +++ ulipad_fr_FR.po (working copy) @@ -4284,8 +4284,8 @@ msgstr "" #: ..\mixins\MainFrame.py:53 -msgid "All Files (*.*)|*" -msgstr "Tous les fichiers" +msgid "All Files (*)|*" +msgstr "Tous les fichiers (*)|*" #: ..\mixins\MessageWindow.py:37 #: ..\mixins\ShellWindow.py:41
    this is the fix. Only French translation has the problem. Index: ulipad_fr_FR.po =================================================================== --- ulipad_fr_FR.po (revision 524) +++ ulipad_fr_FR.po (working copy) @@ -4284,8 +4284,8 @@ msgstr "" #: ..\mixins\MainFrame.py:53 -msgid "All Files (*.*)|*" -msgstr "Tous les fichiers" +msgid "All Files (*)|*" +msgstr "Tous les fichiers (*)|*" #: ..\mixins\MessageWindow.py:37 #: ..\mixins\ShellWindow.py:41
  • Nov 29, 2009
    issue 216 (Unable to see files using the "open file" dialog) commented on by sunyin51   -   interesting, i tried chinese, it is ok, but french is not.
    interesting, i tried chinese, it is ok, but french is not.
  • Nov 29, 2009
    issue 216 (Unable to see files using the "open file" dialog) commented on by info.ksamuel   -   Do you mean the string "*.py" in the ulipad code or the file on my computer ? If it's for ulipad : - Ulipad seems to use the GTK constants, so encoding should no be the issue If it's for the file : - Python code must be in english, but the rest can (and sometime must) be in another language. UTF-8 is used by the all system, the GTK lib and myself. I can't talk for ulipad since encoding is not explicitly declared, but it seems to use only ascii chars I doubt it's at risk, even if no strings are preceded by "u".
    Do you mean the string "*.py" in the ulipad code or the file on my computer ? If it's for ulipad : - Ulipad seems to use the GTK constants, so encoding should no be the issue If it's for the file : - Python code must be in english, but the rest can (and sometime must) be in another language. UTF-8 is used by the all system, the GTK lib and myself. I can't talk for ulipad since encoding is not explicitly declared, but it seems to use only ascii chars I doubt it's at risk, even if no strings are preceded by "u".
  • Nov 29, 2009
    issue 218 (improvement, add_current_directory menu in pop menu of dirbr...) commented on by sunyin51   -   it is faster to access them from top folder than open folder by folder from a common root. I treat dirbrowser as a shortcut to browse the projects I am working on. For example on the top folder I keep one entry for /aaa/bbb/ulipad I will also keep one entry for /aaa/bbb/ulipad/modules/wxctrl so that I don't have to always click ulipad, scroll to modules, then scroll to modules click modules, then click wxctrl. you know there are lots of files under ulipad.
    it is faster to access them from top folder than open folder by folder from a common root. I treat dirbrowser as a shortcut to browse the projects I am working on. For example on the top folder I keep one entry for /aaa/bbb/ulipad I will also keep one entry for /aaa/bbb/ulipad/modules/wxctrl so that I don't have to always click ulipad, scroll to modules, then scroll to modules click modules, then click wxctrl. you know there are lots of files under ulipad.
  • Nov 29, 2009
    issue 216 (Unable to see files using the "open file" dialog) commented on by sunyin51   -   I haven't look deep into the code, but if it is language setting problem my first guess is when creating the filter for the list file dialog, *.py or the like is not using correct code page, i.e *.py has to be in english no matter what language to use. Am I correct?.
    I haven't look deep into the code, but if it is language setting problem my first guess is when creating the filter for the list file dialog, *.py or the like is not using correct code page, i.e *.py has to be in english no matter what language to use. Am I correct?.
  • Nov 29, 2009
    issue 219 (Save per-user configuration in the user home folder) reported by antoni.aloy   -   Actually the configuration es overwritten each time you installa a new ulipad version. Previous configuration should be the default or at least ask if you want to import previous configuration.
    Actually the configuration es overwritten each time you installa a new ulipad version. Previous configuration should be the default or at least ask if you want to import previous configuration.
  • Nov 29, 2009
    issue 216 (Unable to see files using the "open file" dialog) commented on by info.ksamuel   -   French. But the weird thing is all the Ubuntu system uses UTF-8, so really I can't see why this is an issue. Do you want me to perform some tests ? We can arrange a meeting where I can give you a SSH / VNC access to the machine if you wish. This is a great project, I really love this IDE and be glad to help. I ran the doctests using nose and attached the result.
    French. But the weird thing is all the Ubuntu system uses UTF-8, so really I can't see why this is an issue. Do you want me to perform some tests ? We can arrange a meeting where I can give you a SSH / VNC access to the machine if you wish. This is a great project, I really love this IDE and be glad to help. I ran the doctests using nose and attached the result.
  • Nov 29, 2009
    issue 216 (Unable to see files using the "open file" dialog) commented on by limodou   -   It's strange! I've not encountered this problem before. Which language do you use?
    It's strange! I've not encountered this problem before. Which language do you use?
  • Nov 29, 2009
    issue 216 (Unable to see files using the "open file" dialog) commented on by isatis39871   -   It is the language, setting back to English works great. I can't understand why this prevent files from being viewed, but english is good enough for me. Thanks and good luck for the next release.
    It is the language, setting back to English works great. I can't understand why this prevent files from being viewed, but english is good enough for me. Thanks and good luck for the next release.
  • Nov 28, 2009
    issue 218 (improvement, add_current_directory menu in pop menu of dirbr...) commented on by limodou   -   So you mean you want to add sub-folder in one top directory? So because you've add the top folder why you want to add sub-folder again?
    So you mean you want to add sub-folder in one top directory? So because you've add the top folder why you want to add sub-folder again?
  • Nov 28, 2009
    issue 218 (improvement, add_current_directory menu in pop menu of dirbr...) commented on by sunyin51   -   When the mouse right click on the selected item inside the dirbrowser, you will know from the tree.GetSelection. I just inserted another handler into the dirbrowser.init.addmenu. As I don't know how to use mixin to pass the function of OnAddCurrentPath, I use functools. the implementation is based on the existing feature. I find it is faster than drag and drop and should work under linux.
    When the mouse right click on the selected item inside the dirbrowser, you will know from the tree.GetSelection. I just inserted another handler into the dirbrowser.init.addmenu. As I don't know how to use mixin to pass the function of OnAddCurrentPath, I use functools. the implementation is based on the existing feature. I find it is faster than drag and drop and should work under linux.
  • Nov 28, 2009
    issue 218 (improvement, add_current_directory menu in pop menu of dirbr...) commented on by limodou   -   This feature seems good, but I want to know how do you know the current directory is? And ulipad supports drag and drop from explorer, so I think this feature seems not very necessary. What do you think?
    This feature seems good, but I want to know how do you know the current directory is? And ulipad supports drag and drop from explorer, so I think this feature seems not very necessary. What do you think?
  • Nov 28, 2009
    issue 218 (improvement, add_current_directory menu in pop menu of dirbr...) reported by sunyin51   -   import functools def OnAddCurrentPath(self,event): item = self.tree.GetSelection() if not self.is_ok(item): print item , 'is not ok' return filename = self.get_node_filename(item) if self.isFile(item): item = self.tree.GetItemParent(item) filename = self.get_node_filename(item) path = filename if path: self.addpath(path) if self.pref.open_project_setting_dlg: wx.CallAfter(self.OnSetProject) # use static popup menu def addmenu(app): app.OnAddCurrentPath = functools.partial(OnAddCurrentPath,app) app.popmenulist.extend( [('IDPM_ADD', [ (99, 'IDPM_ADD_CURDIR', tr('Add Current Directory'), wx.ITEM_NORMAL, 'OnAddCurrentPath', ''), ]), ]) Mixin.setPlugin('dirbrowser', 'init', addmenu)
    import functools def OnAddCurrentPath(self,event): item = self.tree.GetSelection() if not self.is_ok(item): print item , 'is not ok' return filename = self.get_node_filename(item) if self.isFile(item): item = self.tree.GetItemParent(item) filename = self.get_node_filename(item) path = filename if path: self.addpath(path) if self.pref.open_project_setting_dlg: wx.CallAfter(self.OnSetProject) # use static popup menu def addmenu(app): app.OnAddCurrentPath = functools.partial(OnAddCurrentPath,app) app.popmenulist.extend( [('IDPM_ADD', [ (99, 'IDPM_ADD_CURDIR', tr('Add Current Directory'), wx.ITEM_NORMAL, 'OnAddCurrentPath', ''), ]), ]) Mixin.setPlugin('dirbrowser', 'init', addmenu)
  • Nov 28, 2009
    issue 217 (improvemnt, movable menu bar and shortcut bar) commented on by limodou   -   No, this feature is not support in ulipad. Because ulipad uses the standard menu bar and tool bar.
    No, this feature is not support in ulipad. Because ulipad uses the standard menu bar and tool bar.
  • Nov 28, 2009
    issue 217 (improvemnt, movable menu bar and shortcut bar) reported by sunyin51   -   As the screens become wider and wider, it is preferred to place shortcut bar and menu bar on the side not the top spot of window. It will be better if it is configurable.
    As the screens become wider and wider, it is preferred to place shortcut bar and menu bar on the side not the top spot of window. It will be better if it is configurable.
  • Nov 28, 2009
    issue 216 (Unable to see files using the "open file" dialog) commented on by sunyin51   -   could it be the language setting? try in English first.
    could it be the language setting? try in English first.
  • Nov 28, 2009
    issue 216 (Unable to see files using the "open file" dialog) commented on by limodou   -   I have no linux environment now, so I can't test what you said, and I tried in windows but there is problem at all.
    I have no linux environment now, so I can't test what you said, and I tried in windows but there is problem at all.
 
Hosted by Google Code