-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Ted2Go is an IDE for Monkey2 languale. This is a fork of official Ted2 IDE.
-
Autocompletion List
It is based on real parsing of sources, parse all modules and user's code.
(WIP, don't parse locals yet.) -
CodeTree View
Shows code structure, gives us comfortable code jumping. -
Goto definition
Press F12 to goto definition of ident under cursor. -
Parsing on-the-fly
You can see parse errors in real-time. Point the mouse to see a hint. -
ToolBars
MainToolBar - to simplify access to actions: open/save/undo/redo/build.
EditorToolBar: find/comment/shift. -
StatusBar
You can see some useful info here:- quick help for any (almost) code member by F1;
- cursor line number and position in line;
- building dialog moved here, so you can comfortable write code while compiling.
-
Quick help
Press F1 first time and you'll see quick help in status bar.
Press F1 again and you'll see the full help for module members, or will be jumped to member declaration.
Help system find idents more accurately (in comparison with original ted2). -
"Find in files" dialog (Ctrl+Shift+F)
Allow you to find in whole project.
- F1 - show help for ident under cursor;
- F12 - goto ident declaration;
- Alt+Left / Alt+Right - go back / go forward through navigation stack;
- Ctrl+' - comment selected lines;
- Ctrl+Shift+' - uncomment selected lines;
- Ctrl+E - delete whole line under cursor (on windows).
- Ctrl+Shift+F - open "Find in files" dialog.
- Shift+F5 - stop current process (cancel building, etc).
Almost all icons for CodeTree were taken from Netbeans IDE.
Jesus Perez, Mark Sibly, Philipp Moeller, Lee Wade.
You can support further development via PayPal donation.