Ted2Go is a fork of an official Ted2 IDE.
Sources on Github | Todo on Trello | Discuss on Forum | Donate
Features
- 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 realtime. 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.
Quick Help
- 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 (macos: Ctrl+\);
- Ctrl+Shift+' - uncomment selected lines (macos: Ctrl+Shift+\);
- 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).
Author
By Evgeniy Goroshkin (nerobot/engor).
Welcome to say me thanks with PayPal donation.
Enjoy coding!
Third party
Almost all icons for CodeTree were taken from Netbeans IDE.
Special Thanks
Leonardo Teixeira, Jesus Perez, Mark Sibly, Philipp Moeller, Lee Wade.