
Thursday November 30, 2006
NetBeans 6.0 Milestone 5 compatible CopyFQN Module
In this entry I blogged about the CopyFQN module. Until such time that I set up a separate update center for NetBeans 6.0 Milestone 5+ modules I am making the NBM for a compatible CopyFQN module here. Just download the CopyFQN NBM and install it using the Tools:Update Center:Install Manually Downloaded Modules (.nbm Files).
Sources
DISCLAIMER: This module is experimental. So no guarantees. Use the module at your own risk.
Posted by sandipchitale
( Nov 30 2006, 10:26:14 PM PST ) Permalink
NetBeans 6.0 Milestone 5 is now available - Try WhichElement module with it
Now that NetBeans 6.0 Milestone 5 is out you can easily try the WhichElement module I blogged about a few days ago.

You can download NB6.0M5 here. You can get the WhichElement module from my Netbeans update center described here.
Posted by sandipchitale
( Nov 30 2006, 01:59:31 PM PST ) Permalink

Saturday November 25, 2006
UPDATE: Firefox(TM) style Incremental Search Sidebar module
About 10 days ago I blogged about the Incremental Search Toolbar. Based on the feedback I received, I modified the module to create Firefox (TM) style popular Incremental Search Sidebar.
I have uploaded the Incremental Search Sidebar module to my Netbeans update center described here. This replaces the Incremental Search Toolbar.
The Incremental Search Sidebar mostly works the same way as the Incremental Search Toolbar. The only difference is that each editor has its own Incremental Search Sidebar. I removed the Search Backwards check box also.
The Incremental Search Sidebar is not implemented as an action registered through a layer file. Therefore the standard mechanism i.e. Tools:Options:Keymap cannot be used to modify the key binding. Hence I have updated the module to let you configure the keybinding - Tools:Options:Miscellaneous:Incremental Search.

Sources
DISCLAIMER: This module is experimental. So no guarantees. Use the module at your own risk.
Posted by sandipchitale
( Nov 25 2006, 04:45:54 PM PST ) Permalink

Wednesday November 15, 2006
Incremental Search Toolbar module uploaded
OBSOLETE
The tool bar based variant of the Incremental Search module is now obsolete. Use the sidebar based version.
I have uploaded the Incremental Search Toolbar module to my Netbeans update center described here.
This module installs the Incremental Search Toolbar.

Typing Ctrl+/ puts the focus in the incremental search text field in the Incremental Search Toolbar. If there was text in the incremental search text field, it is preselected. You can start typing the text to search and the matching text will be highlighted in the current editor. The search text is shown in red color when no matching text is found. Typing ENTER or Ctrl+/ again, finds the next match. Typing Shift+ENTER finds the previous match. Typing ESCAPE puts the focus back in current editor. The Find Next and Find Previous do what they imply.The Search Backwards check box searches the text in backward direction. The Match Case check box controls whether the case of text is considered while searching.
Sources
DISCLAIMER: This module is experimental. So no guarantees. Use the module at your own risk.
Posted by sandipchitale
( Nov 15 2006, 06:08:44 AM PST ) Permalink

Saturday November 11, 2006
All my modules work with Visual Web Pack (Technology Preview)
Visual Web Pack (Technology Preview) has been out for about two weeks. It is based on/installs on top of Netbeans 5.5. Therefore (stating the obvious here) most of the modules discussed on this blog also work in the Visual Web Pack. Give them a try. Here are the instructions on how to configure the update center.
Posted by sandipchitale
( Nov 11 2006, 10:11:47 AM PST ) Permalink
Rectangular Edit Tools module uploaded
I have uploaded the Rectangular Edit Tools module to my Netbeans update center described here.
This module installs the following actions in Edit:Rectangle Menu and Rectangle toolbar.
Note: The leading column of the rectangle defined by the selection has to be less than the trailing column.
Example
Text and Selection
|
Action |
Text in editor |
Clipboard
|
0123456789 0123456789 0123456789 0123456789 0123456789
|
Rectangular Cut |
0123456789 01789 01789 01789 0123456789
|
2345 2345 2345
|
0123456789 0123456789 0123456789 0123456789 0123456789
|
Rectangular Copy
|
0123456789 0123456789 0123456789 0123456789 0123456789
|
2345 2345 2345
|
0123456789 0123456789 0123456789 0123456789 0123456789
|
Rectangular Paste with text in clipboard
-- ++++ *****
|
0123456789 01--789 01++++789 01*****789 0123456789
|
-- ++++ *****
|
0123456789 0123456789 0123456789 0123456789 0123456789
|
Rectangular Delete
|
0123456789 01789 01789 01789 0123456789
|
No change |
0123456789 0123456789 0123456789 0123456789 0123456789
|
Rectangular Clear
|
0123456789 01 789 01 789 01 789 0123456789
|
No change |
0123456789 0123456789 0123456789 0123456789 0123456789
|
Rectangular Replace with user sepcified text
---
|
0123456789 01---789 01---789 01---789 0123456789
|
No change
|
Sources
TODO
- Rectangular selection highlight
DISCLAIMER: This module is experimental. So no guarantees. Use the module at your own risk.
Posted by sandipchitale
( Nov 10 2006, 05:47:36 PM PST ) Permalink