NetBeans plugin which adds a toolbar with texteditor operations for sorting.
- Sort lines spanned by selection in ascending/descending (in-)case-sensitive order.
- Remove duplicate lines while sorting.
You can also assign shortcuts to these actions.
This plugin is based on the "Line Tools" plugin from sandipchitale @ (http://plugins.netbeans.org/plugin/3857/line-tools) It is mainly a repackaging to be compatible with NetBeans 7.x.
All obsolete features except sorting are disabled. No bugs were fixed or features added. Original sourcecode can be found at http://hg.netbeans.org/main/contrib/file/tip/linetools
- NetBeans 11.0 and higher
Case sensitive
andRemove Duplicate lines
options don't work in NetBeans 11.0 and 11.1 because of the bug of NetBeans
License remains CDDL - http://www.netbeans.org/cddl-gplv2.html