This is a NetBeans IDE/RCP plugin which adds a custom action to create an SVG screenshot of the running application.
Requirements
- NetBeans >= 8.0
- "NetBeans Plugin Development" plugin must be installed if you want to compile your own binary package.
Features
- Provides a screenshot shortcut, by default CTRL+F10 that can be remapped via Options->Keymap
- Creates svg screenshots in user.home/NetBeansScreenshots
- Set the default output directory under Options -> Miscellaneous -> Svg Screenshot
- Save as gzipped or plain svg files
- Use print or paint methods on window and children
Known Issues
- Screenshot does not capture the mouse pointer
- Currently, only screenshots of the main application window can be made, the options dialog does not seem to react to the key shortcut
If you want to contribute, please provide feedback via the issue tracker or by providing pull requests.
Installation
You may also compile a binary yourself with the latest development code.
- git clone git://github.com/madflow/flow-netbeans-markdown.git
- Open the folder with NetBeans (Open Project)
- (Configure Target Platform if needed)
- Choose "Create NBM" from the project menu
- Install the plugin with: Tools -> Plugins -> Downloaded and select the compiled nbm
External Links
- NetBeans Plugin Page : NetBeans Plugin Center
- Batik SVG : SVG support.