Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Chris2011/nb-codeoutline
This is a NetBeans plugin which adds a code overview/outline for the current editor.
https://github.com/Chris2011/nb-codeoutline
bluej netbeans-plugin outline sublime
Last synced: about 2 months ago
JSON representation
This is a NetBeans plugin which adds a code overview/outline for the current editor.
- Host: GitHub
- URL: https://github.com/Chris2011/nb-codeoutline
- Owner: Chris2011
- Created: 2015-01-31T12:42:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T21:50:14.000Z (about 7 years ago)
- Last Synced: 2024-07-30T08:05:40.711Z (5 months ago)
- Topics: bluej, netbeans-plugin, outline, sublime
- Language: Java
- Homepage: http://plugins.netbeans.org/plugin/57219/?show=true
- Size: 477 KB
- Stars: 39
- Watchers: 12
- Forks: 8
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-netbeans - NB CodeOutline (Minimap) - This is a NetBeans plugin which adds a code overview/outline for the current editor. (:electric_plug: Plugins <a name="plugins"></a> / Productivity)
README
Looking for maintainers, who want to take over the development!
Have a look at a colorful alternative plugin http://plugins.netbeans.org/plugin/71031/minimap !
This plugins adds a code overview/outline for the current editor. Implements https://netbeans.org/bugzilla/show_bug.cgi?id=199663
Updates
1.3.2:
- [Bugfix 31]: Outline is visible again for 8.2
1.3.1:
- [Feature 26]: Use bicubic scaling for better quality
- [Feature 23]: Add mnemonic to menu entry
- [Bugfix 27]: Fix layout in options dialog
1.3.0:
- [Feature 8]: Dark theme support (colors are taken from the mimetype of the editor, see also the new darkening-option)
- [Feature 13]: Enable antialiasing
- [Feature 20]: Font size is configureable
1.2.0:
- [Feature 17]: Add option for disablement in the View menu
- [Feature 10]: Add options dialog to Tools|Options|Misc and make width of the outline configureable
- [Feature 15]: Make position the outline configureable (in options dialog)
- [Task 18]: UI: Remove border
- [Bugfix 14]: Fixed: java.lang.ArithmeticException
- [Bugfix 11]: Fixed: OOME when invoking ShowEditorOnlyAction
1.1.0:
- [Feature 4]: Attach outline next to editor (removes the explicite window from previous version)
- [Bugfix 6]: Fixed NPE, when no document is available
- [Task 7]: Add donation link
- [Task 9]: Provide signed version for update center
1.0.0:
- initial version
Provide defects, request for enhancements and feedback at https://github.com/markiewb/nb-codeoutline/issues
Compatible to NetBeans 8.0+ and JDK7+.
License: GPL 2 - http://www.gnu.org/licenses/gpl-2.0.txt. This plugin integrates some sourcecode from http://www.bluej.org/. The copyright for BlueJ is held by M. Kölling and J. Rosenberg.
BlueJ is available under the GNU General Public License version 2 with the Classpath Exception