Skip to content
Ted2Go IDE is a leading IDE for Monkey2 programming language. Written on Monkey2! Based on original Ted2.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
action Polishing customizable hotkeys. Jan 27, 2019
assets Added configurable hotkeys! (wip) Jan 27, 2019
bin Added ted2 source files. Aug 15, 2016
di Added new tab "Examples" that collected special folders: bananas, tes… Jul 15, 2018
dialog Polishing customizable hotkeys. Jan 27, 2019
document New (proper) fix for unexpected Home key behaviour Apr 29, 2019
eventfilter Added configurable hotkeys! (wip) Jan 27, 2019
logo Added x64 logo and tweaked android product. Dec 16, 2017
parser Added square brackets for params that have default value (#166) Jan 11, 2019
product Module manager now rebuild only performed modules, not them all. Jan 19, 2019
syntax New theme and toolbar settings (#163) Dec 28, 2018
testing Fixed: function/method params filling hints are hidden if there is to… Jan 11, 2019
theme Fixed theme colors for docs - now it depends on theme, dark docs for … Jul 12, 2018
utils Added configurable hotkeys! (wip) Jan 27, 2019
view New (proper) fix for unexpected Home key behaviour Apr 29, 2019
.gitignore New parsing stuff to have local members in completion! May 21, 2018
ActionsProvider.monkey2 Polishing customizable hotkeys. Jan 27, 2019
LiveTemplates.monkey2 Improved code templates - added dot-prefixes to show templates for gl… Oct 27, 2017
MainWindow.monkey2 Added configurable hotkeys! (wip) Jan 27, 2019
PathsProvider.monkey2 Fixes in parser - now you not need to open project to be correctly pa… Aug 1, 2018
Plugin.monkey2 Added project file support (.mx2proj) May 27, 2018
Prefs.monkey2 Added configurable hotkeys! (wip) Jan 27, 2019
ProcessReader.monkey2 Cleanups in process reader. Oct 6, 2017
README.md Added patron info (#115) Mar 5, 2018
Ted2.monkey2 Added configurable hotkeys! (wip) Jan 27, 2019
Ted2Go.mx2proj Improved project system. Jun 2, 2018
Tree.monkey2 Fixed Docs tree - open docs by second F1, improved node filtering. Nov 8, 2017
Tuple.monkey2 no message Sep 28, 2017

README.md

Ted2Go

An IDE for Monkey2 programming language.

Binaries for MacOS and Windows are available at itch.io.

Benefits & Goals

  • Autocompletion for keywords, modules and user's code (WIP).
  • On-the-fly parser - see errors w/o build (not all errors).
  • "Find in project" dialog.
  • CodeTree and NavigationList for comfortable code jumping (todo).
  • Code folding and bookmarks (todo).
  • Doc's hints directly inside of code area (todo).

More info

Discuss on forum page.

Monkey <-> money :)

Support me if you like this project:

Notes for contributors

Please, take a look at code style. It based on original Ted2.

Will be super-cool if you can write the same style to make this project consistent.

Local abc:="ABC" ' there is no spaces in assignment

digit=8

callSomeMethod( param1,param2 ) 'there are spaces in bracket bounds

Method check:Bool( value:Double ) 'spaces in declaration
                          ' empty line after method name (can ignore if there is one-line body)
   Return value > 1.75
End
You can’t perform that action at this time.