https://github.com/chris2011/nbextractcode
Extract selected code snippet to a new file with netbeans.
https://github.com/chris2011/nbextractcode
Last synced: 26 days ago
JSON representation
Extract selected code snippet to a new file with netbeans.
- Host: GitHub
- URL: https://github.com/chris2011/nbextractcode
- Owner: Chris2011
- License: mit
- Created: 2015-06-02T16:02:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T11:35:57.000Z (over 10 years ago)
- Last Synced: 2025-08-02T18:27:46.186Z (12 months ago)
- Language: Java
- Homepage:
- Size: 337 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NbExtractCode
### With NbExtractCode it is possible to extract code to a new file.
1. Select code
2. Right click on it and choose "Extract code to new file".
3. File chooser opens with the current directory of the file, where you've got the code.
4. Set a name (Default name is '"NewFile.fileExtension". The Fileextension was set to the extension of the file, where you've got the code.)
### See how it works
