This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
start [2019/08/04 10:19] roehner [Edit menu] |
start [2019/08/04 10:20] (current) roehner [Edit menu] |
||
---|---|---|---|
Line 111: | Line 111: | ||
====Edit menu==== | ====Edit menu==== | ||
The editor supports the use of the windows clipboard and undo, redo, search and replace operations. | The editor supports the use of the windows clipboard and undo, redo, search and replace operations. | ||
- | Selected text can be copied in different formats. Search and replace supports multiple files and regular expressions. You can indent (Ctrl+Shift+I), unindent (Ctrl+Shift+U), comment or uncomment (Ctrl+K) selected text. For easy console output Ctrl+U inserts //System.out.println()// into the source code, Ctrl+Y deletes a line. You can set up to ten bookmarks with the mouse or the keyboard (Ctrl+Shift+#) and go to a bookmark (Ctrl+#). Every edit command has a shortcut and a symbol on the toolbar. The Editor is based on the [[https://sourceforge.net/projects/synedit/|SynEdit component]] | + | Selected text can be copied in different formats. Search and replace supports multiple files and regular expressions. You can indent (Ctrl+Shift+I), unindent (Ctrl+Shift+U), comment or uncomment (Ctrl+K) selected text. For easy console output Ctrl+U inserts //System.out.println()// into the source code, Ctrl+Y deletes a line. You can set up to ten bookmarks with the mouse or the keyboard (Ctrl+Shift+#) and go to a bookmark (Ctrl+#). Every edit command has a shortcut and a symbol on the toolbar. The Editor is based on the [[https://github.com/SynEdit/SynEdit|SynEdit component]] |
====Start menu==== | ====Start menu==== |