Fri, 27 Jul 2007 03:04:11 +0000Simple fixes
tor@netbeans.org [Fri, 27 Jul 2007 03:04:11 +0000] rev 16413
Simple fixes

Fri, 27 Jul 2007 03:03:34 +0000Add org.openide.options-based options back; the editor still requires it. This should restore tab-settings persistence to Ruby files. Also hook up the bracket-completion option such that if you turn it off in the options dialog, bracket completion stops completing symbols.
tor@netbeans.org [Fri, 27 Jul 2007 03:03:34 +0000] rev 16412
Add org.openide.options-based options back; the editor still requires it. This should restore tab-settings persistence to Ruby files. Also hook up the bracket-completion option such that if you turn it off in the options dialog, bracket completion stops completing symbols.

Mon, 23 Jul 2007 23:13:12 +0000- Update the comment action such that it now toggles comments rather than just adding or subtracting (like the Java editor just did).
tor@netbeans.org [Mon, 23 Jul 2007 23:13:12 +0000] rev 16411
- Update the comment action such that it now toggles comments rather than just adding or subtracting (like the Java editor just did).
- Remove old-style indentation hooks to the IDE and implement the new editor indentation API. This is necessary to support RHTML indentation (which itself is not working properly yet).
- Fix delete word such that it performs camel-case deletion like the Java editor
- Update unit tests
- Some other code cleanup

Fri, 20 Jul 2007 02:22:30 +0000Ordering fixes.
jglick@netbeans.org [Fri, 20 Jul 2007 02:22:30 +0000] rev 16410
Ordering fixes.

Thu, 19 Jul 2007 19:11:07 +0000Ordering fix for Editors/*/*/SideBar/org-netbeans-modules-editor-retouche-GsfCodeFoldingSideBarFactory.instance.
jglick@netbeans.org [Thu, 19 Jul 2007 19:11:07 +0000] rev 16409
Ordering fix for Editors/*/*/SideBar/org-netbeans-modules-editor-retouche-GsfCodeFoldingSideBarFactory.instance.

Wed, 18 Jul 2007 04:00:14 +000093599: Cancel request of CC if it provides no suggestion
tor@netbeans.org [Wed, 18 Jul 2007 04:00:14 +0000] rev 16408
93599: Cancel request of CC if it provides no suggestion

Tue, 17 Jul 2007 23:12:06 +000093599: Cancel request of CC if it provides no suggestion
tor@netbeans.org [Tue, 17 Jul 2007 23:12:06 +0000] rev 16407
93599: Cancel request of CC if it provides no suggestion
Fix auto-completion which was hardcoded on the gsf side instead of on the ruby side (which meant it didn't accurately block auto completion on ranges, in strings and a couple of other problems). Also fix scenario where it pops up on things like numbers (typing in pi, 3.14, slowly would invoke code completion).
Also fix unit tests for bracket completion now that 108889 is mostly fixed.

Fri, 13 Jul 2007 17:27:20 +0000The bracket completer api should be passing the JTextComponent rather than just the Caret such that the bracket completer can be more flexible (such as looking at selection positions)
tor@netbeans.org [Fri, 13 Jul 2007 17:27:20 +0000] rev 16406
The bracket completer api should be passing the JTextComponent rather than just the Caret such that the bracket completer can be more flexible (such as looking at selection positions)

Thu, 12 Jul 2007 16:34:05 +0000109274: no keycombo for 'navigate to test'
tor@netbeans.org [Thu, 12 Jul 2007 16:34:05 +0000] rev 16405
109274: no keycombo for 'navigate to test'
Remove old editor settings; probably incompatible with new and no longer seem to be necessary

Wed, 11 Jul 2007 06:21:02 +0000Ruby: Prepare for providing Ruby hints (parse job listener delegates to the language plugin at the right time etc.)
tor@netbeans.org [Wed, 11 Jul 2007 06:21:02 +0000] rev 16404
Ruby: Prepare for providing Ruby hints (parse job listener delegates to the language plugin at the right time etc.)