|
#Change log of UliPad releases Current lastest version is 3.8.1 3.8.1 Version 2007/12/12It's a bug fix version: - Remove profile invoke(big mistake)
- Fix svn plugin checkout bug
3.8 Version 2007/12/06New 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
3.7 Version 2007/08/19New 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->Show comment character dialog when adding comment.
- Saving auto todo window status
- Changing shortcut of quote dialog from Ctrl+Q to Ctrl+'
- Changing the number of recent files to 20
- Changing shortcut Ctrl+Alt+L to Alt+Z, Ctrl+Alt+B to Alt+X
- Saving the status of Message window word wrap
- Saving the snippets window position
- The results of find in files can only show the filenames and you can copy them to clipboard
- Add Spanish language translation and Traditional Chinese language translation
- Using ZestyParser Module to parse the source code syntax
- Improving input assistant functionality
- Adding config.txt documentation
- When saving files, automatically adding accordingly filename suffix
- Adding mixin reload mechanism, it will be very useful when developing
- Adding folder sort functionality when adding new folder to directory browser window
- Adding template in input assistant, and you can press TAB key to jump to the next field. The template just like: ${1:something}.
- Adding LUA syntax support
- Adding mako(template module) support plugin
- Adding batch filenames rename plugin
- Enable ftp window be openned left or bottom pane according to the openning position
- Adding Alt+R shortcut for open recently files
- Merging new 1.20 version winpdb to ulipad
Bug fix: - Fix ctag support bug
- Fix default style bug
- Fix the wrong cursor jumping after undo operating
- Fix xml lexer type bug
- Fix copying bug when the text block has no indent
- Fix openning multi-view bug from menu items
- Fix the input focus losing bug when openning bottom pane or double-click on directory browser entries
- Fix user can open multi find dialogs bug
- Fix register functionality in windows
|