Revision
93 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 19 03:30:43 2010 UTC (7 years, 5 months ago) by
bobby_light
File length: 247 byte(s)
Diff to
previous 61
Bump version numbers to 1.3.
Update NSI script.
Update Spanish translation (thanks phrodo).
Fix bug with Java language support's option panel - mistakenly setting source directory for jars to wrong directory when no source directory given.
Revision
61 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 31 15:08:20 2010 UTC (7 years, 8 months ago) by
kid_gorgeous
File length: 242 byte(s)
Diff to
previous 2
ModifiableTable - Added optional "Move Up / Move Down" buttons
FileSystemTree - Create new files and folders via popup menu
FileSystemTreePlugin - Now allows drilling down into directories.
LanguageSupport plugin - Various degrees of code completion/syntax checking for C, HTML, Java, Perl, PHP, and shell scripts
Various small bug fixes and changes
Anything updated in RSTA, AutoComplete, and SpellChecker
From RSTA/AutoComplete/SpellChecker update to 1.4.2:
Groovy syntax highlighting updates (GDK Object methods, Java 5/6 java.lang classes, URL's in comments)
Fix to prevent security exception setting AA hint in an applet (thanks to Frederic in the forums).
AutoComplete's description window now updates itself in response to a selection change after a small delay (120ms) instead of immediately, to help performance for language supports with slower descriptions (e.g. file IO).
Added ActionScript syntax highlighting.
Improved performance of auto-completion list cell renderer for huge completion lists.
Center the found/replaced text after search operations.
Fix for SourceForge bug 2998448: regex "replace all" is always case-sensitive.
SearchEngine's concept of "whole word" is more accurate now.
Added start of JUnit test for SearchEngine.java.
SearchEngine bug fixes for replaceAll() with regex and match case/whole word enabled.
Fixed auto-complete bug with overloaded functions.
Fixed auto-complete bug - capitalization should be corrected when completing a parameterized completion.
Improved properties file syntax highlighting: ':' can divide name/value pairs.
Added "our" keyword to Perl syntax highlighting.
Fixing positioning of FocusableTip on multi-monitor setups.