Wed, 07 Nov 2007 17:53:48 +0000Add a note about code folding for custom editor kits
tor@netbeans.org [Wed, 07 Nov 2007 17:53:48 +0000] rev 16467
Add a note about code folding for custom editor kits

Tue, 06 Nov 2007 21:51:17 +0000http://www.netbeans.org/issues/show_bug.cgi?id=121263
tor@netbeans.org [Tue, 06 Nov 2007 21:51:17 +0000] rev 16466
http://www.netbeans.org/issues/show_bug.cgi?id=121263
Abort go to declaration during index scanning

Tue, 06 Nov 2007 20:40:37 +0000Don't register a formatter task for plugins without formatters
tor@netbeans.org [Tue, 06 Nov 2007 20:40:37 +0000] rev 16465
Don't register a formatter task for plugins without formatters

Mon, 05 Nov 2007 23:43:14 +0000Add workaround for issue 120231: Classpaths are not updated correctly
tor@netbeans.org [Mon, 05 Nov 2007 23:43:14 +0000] rev 16464
Add workaround for issue 120231: Classpaths are not updated correctly

Mon, 05 Nov 2007 18:16:10 +0000#120052 - Lexer API Cleanup - increasing spec. and dependency versions and javadoc fixes.
mmetelka@netbeans.org [Mon, 05 Nov 2007 18:16:10 +0000] rev 16463
#120052 - Lexer API Cleanup - increasing spec. and dependency versions and javadoc fixes.

Mon, 05 Nov 2007 17:04:40 +0000#120052 - Lexer API Cleanup.
mmetelka@netbeans.org [Mon, 05 Nov 2007 17:04:40 +0000] rev 16462
#120052 - Lexer API Cleanup.

Mon, 05 Nov 2007 03:55:45 +0000Fix surround with template filtering; recently the surround with hint seems to also enable templates without contexts, so fix that.
tor@netbeans.org [Mon, 05 Nov 2007 03:55:45 +0000] rev 16461
Fix surround with template filtering; recently the surround with hint seems to also enable templates without contexts, so fix that.
Also port Retouche fixes around open editor/source task management (which uses the new editor library rather than Registry hacks),
and tweak the hints infrastructure to support extra hints around selection.

Sun, 04 Nov 2007 09:52:36 +0000121079: blinking do-not-enter sign within a few seconds of startup
tor@netbeans.org [Sun, 04 Nov 2007 09:52:36 +0000] rev 16460
121079: blinking do-not-enter sign within a few seconds of startup

Sun, 04 Nov 2007 09:04:47 +0000* Fix 119270: ctrl-shift-space should pull up rdoc popup when cursor is in the argument list
tor@netbeans.org [Sun, 04 Nov 2007 09:04:47 +0000] rev 16459
* Fix 119270: ctrl-shift-space should pull up rdoc popup when cursor is in the argument list
as well as a series of related bugs:
* Fix bugs in parameter completion where computing the current parameter index didn't work with
expressions involving hashes (because JRuby AST offsets are wrong for hashes). Add a workaround
for this specific scenario. Fix another bug related to hashes in that a series of hash
entries are all treated as the same parameter index.
* Fix a scenario of go to declaration where the type inheritance chain wasn't followed so you ended
up with the fallback all-methods-regardless-of-type match instead of narrowed down to the known type
* Fix go to declaration (when used from rdocs for example) where the class rather than the full
module::class name is given
* Fix a bug where code completion on a blank line would continue completing a method call on the previous
line. Also fix such that a comma on the previous line -does- allow method arglist continuation.
* Fix error recovery for a newly started "if" line (without a terminating end). This was previously
handled by scrubbing out the whole line, but that removes call info on the current line so doesn't
work for parameter completion.

Sat, 03 Nov 2007 03:26:17 +0000Make source factories match priority levels of the corresponding ones in Retouche
tor@netbeans.org [Sat, 03 Nov 2007 03:26:17 +0000] rev 16458
Make source factories match priority levels of the corresponding ones in Retouche