My favorites | Sign in
Project Logo
                
Search
for
Updated Dec 11, 2007 by limodou
Labels: Featured
ChangeLog  

#Change log of UliPad releases

Current lastest version is 3.8.1

3.8.1 Version 2007/12/12

It's a bug fix version:

  1. Remove profile invoke(big mistake)
  2. Fix svn plugin checkout bug

3.8 Version 2007/12/06

New Features and Changes:

  1. Add mako template syntax highlight support
  2. 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.
  3. Add Shift+Delete => Cut, Shift+Insert => Paste
  4. Upgrade winpdb to lastest version
  5. 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.
  6. Svn support, you should install pysvn first, and also support proxy.
  7. Change long line indicator default is true.
  8. Add doctest support, you can run the doctest of current document in UliPad
  9. Add time stamp info in debug and error file
  10. 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().
  11. Script Manager can find menu name from the script content, you can define it as a comment line, format is: #\s*name:(.*)$
  12. Add Run in Shell menu item in Editor context menu
  13. Add script and shell key binding. Change Shell to External Tool
  14. Change Find in Files dialog to panel
  15. Using meide module to create Preference dialog
  16. Add an option to control if show the docstring in class browser window.
  17. Don't create a tmp file again, directly save the file
  18. Improve Find in Files process with thread
  19. Add some config.ini options support in Preference Dialog
  20. Refactor Find & Replace with pane, but not dialog
  21. Made Open Command Here work in Linux
  22. 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.
  23. Add new custom lexer class and refactor related lexer process
  24. Upgrade FlatNotebook.py to lastest version, thanks to swordsp
  25. Improve default identifiers process, add type judgement
  26. Add pylint plugin

Bug fix:

  1. Fix print bug, add print line number functionality
  2. 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.
  3. Fix press Ctrl+B jump position is not correct bug.
  4. Fix that when you change the file type, the icon in directory and dynamic menu don't change bug
  5. Fix line number margin width, and find back End-of-line Marker menu
  6. Fix adding empty directory error
  7. Fix open un-exists file will popup two message dialog bug
  8. Fix line end mix checking bug also including twice prompt dialog bug
  9. Fix webbrowser bug. Thanks Tom Eubank
  10. Fix message console postion bug, thanks for swordsp

3.7 Version 2007/08/19

New Features and Changes:

  1. Add PEP8 sytle checking
  2. Enhance calltip showing
  3. 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->Show comment character dialog when adding comment.
  4. Saving auto todo window status
  5. Changing shortcut of quote dialog from Ctrl+Q to Ctrl+'
  6. Changing the number of recent files to 20
  7. Changing shortcut Ctrl+Alt+L to Alt+Z, Ctrl+Alt+B to Alt+X
  8. Saving the status of Message window word wrap
  9. Saving the snippets window position
  10. The results of find in files can only show the filenames and you can copy them to clipboard
  11. Add Spanish language translation and Traditional Chinese language translation
  12. Using ZestyParser Module to parse the source code syntax
  13. Improving input assistant functionality
  14. Adding config.txt documentation
  15. When saving files, automatically adding accordingly filename suffix
  16. Adding mixin reload mechanism, it will be very useful when developing
  17. Adding folder sort functionality when adding new folder to directory browser window
  18. Adding template in input assistant, and you can press TAB key to jump to the next field. The template just like: ${1:something}.
  19. Adding LUA syntax support
  20. Adding mako(template module) support plugin
  21. Adding batch filenames rename plugin
  22. Enable ftp window be openned left or bottom pane according to the openning position
  23. Adding Alt+R shortcut for open recently files
  24. Merging new 1.20 version winpdb to ulipad

Bug fix:

  1. Fix ctag support bug
  2. Fix default style bug
  3. Fix the wrong cursor jumping after undo operating
  4. Fix xml lexer type bug
  5. Fix copying bug when the text block has no indent
  6. Fix openning multi-view bug from menu items
  7. Fix the input focus losing bug when openning bottom pane or double-click on directory browser entries
  8. Fix user can open multi find dialogs bug
  9. Fix register functionality in windows

Sign in to add a comment
Hosted by Google Code