Rectangular Edit Tools - plugin detail
Rectangular Edit Operations
| Plugin owner: |
sandipchitale |
| Website: |
http://blogs.sun.com/scblog |
| Added: |
2007-04-14 |
| Last updated: |
2008-08-24 |
| NetBeans Versions: |
6.5 |
| License: |
CDDL |
| Category: |
Editing |
| Size: |
0.02 MB |
| Downloaded: |
6,473 times |
| Rating: |
|
Verifications for NetBeans versions
Decisions of individual verifiers for Rectangular Edit Tools plugin for NetBeans IDE 6.0
Comments
Decisions of individual verifiers for Rectangular Edit Tools plugin for NetBeans IDE 6.1
Comments
|
Introduction
This modules supports rectangular edit operations:
- Rectangular Cut
- Rectangular Copy
- Rectangular Paste
- Rectangular Delete
- Rectangular Clear
- Rectangular Replace
Sources
What's new in this version
Version 1.5 works with NetBeans 6.5.
changeset: dd52e97adf5d
changeset: 34a94c4e221c
|
[ You have to be logged in to be able to comment. ]
User Comments
Thanks
Nice....thank you so much
Posted by fastbhavin on Nov 11, 2011
Rectangular Block Selection in NetBeans 7.1
Rectangular block selection is now available in NetBeans 7.1:
http://wiki.netbeans.org/NewAndNoteworthyNB71#Rectangular_Block_Selection
Posted by paolosca on Sep 15, 2011
Couldn't install it in 7.0 (Build 201104080000)
When I try to install it I get this error:
///////////////////
The plugin org.netbeans.modules.editor.deprecated.pre61settings is requested in version 1.0.
The following plugin is affected: Rectangular Edit Tools
Some plugins require plugin Editor Library to be installed.
The plugin Editor Library is requested in version >= 1.27 (release version 1) but only 3.8.1.13.9 (of release version different from 1) was found.
The following plugin is affected: Rectangular Edit Tools
//////////////////
=(
I don't see a way to "attache" a bug report to this plugin, so I thought I'd just throw it in here. I'm not even sure this does what I want ?"rectangular"? I'm assuming "block/multi-line" is meant, because it's rather astonishing that THAT isn't in the core of an IDE's requirements.
Posted by chaos7703 on Jun 21, 2011
Installs in 7.0
This plugin installs in 7.0, and seems to work, although I haven't done anything except a rectangular insert.
Posted by pbw on Apr 27, 2011
6.9 Version Available
Someone else updated this plugin to work on 6.9. It's available here: http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=33497
Posted by ryant on Jan 21, 2011
Greater the 6.9 version
Please make an update for 6.9 and greater version. This plugin is very very helpful in netbeans.
Posted by mahasarathi on Sep 09, 2010
6.9 Version
Would you please make an update for NB6.9? This is a very useful plugin.
Posted by elbicho on Jul 27, 2010
6.8 fail
Seems not working on 6.8 stable :(
The buttons exists, but nothing happens
Posted by zhekanax on Feb 24, 2010
REL Netbeans 6.5.1 works but selection highlight misleads user.
Armarra, you are correct. I was not able to implement the rectangular highlight overlay. If anyone knows how to do this I will be happy to look into it.
Posted by sandipchitale on May 14, 2009
Netbeans 6.5.1 works but selection highlight misleads user.
Hi, I've put this into 6.5.1 and found that it does work, though when I select the text to cut or copy or paste.
the highlight remains across the whole lines even though the cut / copy /delete / clear icons behave correctly in only picking up the area you have spanned with your mouse.
So.. If you ignore the highlighted text and just remember the area you have selected , that area will be the target of your icon click despite the text highlight telling you its the whole lines.
Posted by armarra on May 14, 2009
RE: Last line
I will have a look. I recall faintly that due to some bugs in the Swing's AbstractDocument implementation there are issues with selection, insert and delete on the last line.
Posted by sandipchitale on Nov 12, 2008
Last line
I have just started using this and it has been helpful. But It doesn't work on the last line. If your selection goes all the way to the last line it doesn't work. I'm working on 6.5RC2.
Thanks
Posted by shaulgo on Nov 12, 2008
RE: Netbeans 6.5beta
Done.
Posted by sandipchitale on Aug 20, 2008
RE: Netbeans 6.5beta
I will try to fix it ASAP.
Posted by sandipchitale on Aug 16, 2008
Netbeans 6.5beta
I really dig this plugin, but it seems not to be working with netbeans 6.5-beta, the log contains a bunch of
WARNING [org.openide.filesystems.Ordering]: Could not find both sides of relative ordering attribute Edit/Rectangle on Toolbars
WARNING [org.openide.filesystems.Ordering]: Relative ordering attribute Rectangle/File on Toolbars is deprecated in favor of numeric position attributes
Aparently it having problem adding the buttons to the toolbar - and in fact the plugin is really loaded! The search/replace works with the keyboards bindings, Ctrl+Alt+R etc...
Posted by badeand on Aug 15, 2008
RE: NetBeans 6?
I am going to check it out.
Did you run into any specific issues?
Posted by sandipchitale on May 08, 2008
NetBeans 6?
Anyone know if this works with new NetBeans releases?
Jim
Posted by ronholmj on May 08, 2008
Rectangular Paste needs a non-destructive/insert option
The way I would (and do) normally use a copied rectangular selection is to move my cursor to the destination and then the paste 'inserts' my rectangular selection into the existing text non-destructively. The existing text is simply moved over to the right the width of the selection being pasted.
The current functionality only supports a destructive paste that requires you to manually move all the text over, rectangularly select the newly created blank area and then paste. The alternative is the normal paste that forces carriage returns after each line in the rectangular selection.
The rest of the functionality works great - thanks for the plugin.
Posted by garneke on Feb 22, 2008