Skip to content

Instantly share code, notes, and snippets.

@dukeofgaming
Created June 9, 2014 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dukeofgaming/6d44cb7482a92ed23df2 to your computer and use it in GitHub Desktop.
Save dukeofgaming/6d44cb7482a92ed23df2 to your computer and use it in GitHub Desktop.
Netbeans Macro Commands
Taken from http://six.vh.paanjoyhost.cn/?p=288:
Annotations Cycling [annotations-cycling]
Beep [beep]
Collapse All [collapse-all-folds]
Collapse All Java Code [collapse-all-code-block-folds]
Collapse All Javadoc [collapse-all-javadoc-folds]
Collapse Fold [collapse-fold]
Comment [comment]
Copy [copy-to-clipboard]
Cut [cut-to-clipboard]
Debug Filename and Line Number [abbrev-debug-line]
Debug Identifier [macro-debug-var]
Delete Line [remove-line]
Delete Next Character [delete-next]
Delete Next Word [remove-word-next]
Delete Preceding Characters in Line [remove-line-begin]
Delete Previous Character [delete-previous]
Delete Previous Word [remove-word-previous]
Delete Selection [remove-selection]
Delete Tab [remove-tab]
Dump View Hierarchy [dump-view-hierarchy]
Expand Abbreviation [abbrev-expand]
Expand All [expand-all-folds]
Expand All Java Code [expand-all-code-block-folds]
Expand All Javadoc [expand-all-javadoc-folds]
Expand Fold [expand-fold]
Extend Selection Back [selection-previous-word]
Extend Selection Backward [selection-backward]
Extend Selection Down [selection-down]
Extend Selection Forward [selection-forward]
Extend Selection to Beginning of Document [selection-begin]
Extend Selection to Beginning of Line [selection-line-first-column]
Extend Selection to Beginning of Text on Line [selection-begin-line]
Extend Selection to Beginning of Word [selection-begin-word]
Extend Selection to End of Document [selection-end]
Extend Selection to End of Line [selection-end-line]
Extend Selection to End of Word [selection-end-word]
Extend Selection to First Non-whitespace Char [selection-first-non-white]
Extend Selection to Last Non-whitespace Char [selection-last-non-white]
Extend Selection to Matching Brace [selection-match-brace]
Extend Selection to Next Page [selection-page-down]
Extend Selection to Next Word [selection-next-word]
Extend Selection to Previous Page [selection-page-up]
Extend Selection Up [selection-up]
Fast Import [fast-import]
Find [find]
Find Next Occurrence [find-next]
Find Previous Occurrence [find-previous]
Find Selection [find-selection]
Fix Imports [fix-imports]
Go to Declaration [goto-declaration]
Go to First Non-whitespace Char [first-non-white]
Go to Last Non-whitespace Char [last-non-white]
Go to Line… [goto]
Go to Source [goto-source]
Go to Super Implementation [goto-super-implementation]
Goto Javadoc [goto-help]
Hide Code Completion [completion-hide]
Insert Content [insert-content]
Insert Current Date and Time [insert-date-time]
Insert Newline [insert-break]
Insert Tab [insert-tab]
Insertion Point Backward [caret-backward]
Insertion Point Down [caret-down]
Insertion Point Forward [caret-forward]
Insertion Point to Beginning of Document [caret-begin]
Insertion Point to Beginning of Line [caret-line-first-column]
Insertion Point to Beginning of Text on Line [caret-begin-line]
Insertion Point to Beginning of Word [caret-begin-word]
Insertion Point to End of Document [caret-end]
Insertion Point to End of Line [caret-end-line]
Insertion Point to End of Word [caret-end-word]
Insertion Point to Next Word [caret-next-word]
Insertion Point to Previous Word [caret-previous-word]
Insertion Point Up [caret-up]
Jump to Next Edit [jump-list-next]
Jump to Next Edit Cross Window [jump-list-next-component]
Jump to Previous Edit [jump-list-prev]
Jump to Previous Edit Cross Window [jump-list-prev-component]
macro-duplicate-line-below [macro-duplicate-line-below]
Match Brace [match-brace]
Move Insertion Point to Bottom [adjust-caret-bottom]
Move Insertion Point to Center [adjust-caret-center]
Move Insertion Point to Top [adjust-caret-top]
Next Bookmark [bookmark-next]
Next Matching Word [word-match-next]
Page Down [page-down]
Page Up [page-up]
Paste [paste-from-clipboard]
Paste Formatted [paste-formated]
Previous Bookmark [bookmark-previous]
Previous Matching Word [word-match-prev]
Redo [redo]
Reformat Code [format]
Replace [replace]
Replace Variable With its Getter [make-getter]
Replace Variable With its is* Method [make-is]
Replace Variable With its Setter [make-setter]
Reset Abbreviation [abbrev-reset]
Scroll Down [scroll-down]
Scroll Insertion Point to Bottom [adjust-window-bottom]
Scroll Insertion Point to Center [adjust-window-center]
Scroll Insertion Point to Top [adjust-window-top]
Scroll Up [scroll-up]
Select All [select-all]
Select Identifier [select-identifier]
Select Line [select-line]
Select Next Element [select-element-next]
Select Next Parameter [select-next-parameter]
Select Previous Element [select-element-previous]
Select Word [select-word]
Set Read Only [set-read-only]
Set Writable [set-writable]
Shift Line Left [shift-line-left]
Shift Line Right [shift-line-right]
Show Code Completion [completion-show]
Show Popup Menu [show-popup-menu]
Show the JavaDoc Window [javadoc-show-action]
Simulate Escape Key [escape]
Split Line [split-line]
Start Macro Recording [start-macro-recording]
Start New Line [start-new-line]
Stop Macro Recording [stop-macro-recording]
Switch Capitalization of Identifier [toggle-case-identifier-begin]
Switch Case [switch-case]
To Lowercase [to-lower-case]
To Uppercase [to-upper-case]
Toggle Bookmark [bookmark-toggle]
Toggle Highlight Search [toggle-highlight-search]
Toggle Line Numbers [toggle-line-numbers]
Toggle Toolbar [toggle-toolbar]
Toggle Typing Mode [toggle-typing-mode]
Uncomment [uncomment]
Undo [undo]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment