All Projects → engor → Ted2Go

engor / Ted2Go

Licence: other
Ted2Go IDE is a leading IDE for Monkey2 programming language. Written on Monkey2! Based on original Ted2.

Programming Languages

Monkey
6 projects
HTML
75241 projects

Projects that are alternatives of or similar to Ted2Go

Pylon
Pylon IDE, a Cloud9 v2 descendant with some added extras and support for modern node >= 10.20.1 (including v11.x, v12.x, v13.x, v14.x, v15.x). OSS licensed.
Stars: ✭ 156 (+875%)
Mutual labels:  programming, ide
Elementary Ide
An unofficial elementary OS (Vala) oriented IDE.
Stars: ✭ 75 (+368.75%)
Mutual labels:  programming, ide
CodeView
Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
Stars: ✭ 254 (+1487.5%)
Mutual labels:  ide, codeeditor
Robertalab
IMPORTANT: this repository statys for HISTORICAL reasons only. The actively supported repository is "openroberta-lab". In the "develop" branch of this repository please read the files "IMPORTANT_CHANGE.md" and "README.md". Thank you very much.
Stars: ✭ 121 (+656.25%)
Mutual labels:  programming, ide
openroberta-lab
The programming environment »Open Roberta Lab« by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based applica…
Stars: ✭ 98 (+512.5%)
Mutual labels:  programming, ide
codemirror-blocks
A library for building language-specific, CodeMirror-friendly editors that are a11y-friendly.
Stars: ✭ 22 (+37.5%)
Mutual labels:  programming, ide
WordIDE
A tool that helps you write code in your favorite IDE: your word processor!
Stars: ✭ 37 (+131.25%)
Mutual labels:  programming, ide
SanderOSUSB
32 bit singletasking C kernel
Stars: ✭ 52 (+225%)
Mutual labels:  ide
benten
A language server for Common Workflow Language
Stars: ✭ 50 (+212.5%)
Mutual labels:  ide
spring-boot-jwt-social-auth
Implementing JWT authentication and integrate Facebook login with it using Spring Boot
Stars: ✭ 32 (+100%)
Mutual labels:  programming
coding-untuk-semua
Coding untuk semua, kumpulan materi-materi untuk belajar coding/pemrograman.
Stars: ✭ 18 (+12.5%)
Mutual labels:  programming
Moonshine-IDE
Moonshine is a free and open source middleweight IDE built with ActionScript 3 for ActionScript 3, Apache Flex®, Apache Royale™, and Feathers development, with Cloud and Desktop support.
Stars: ✭ 86 (+437.5%)
Mutual labels:  ide
ciencia datos
El curso en español, de acceso abierto y gratuito más grande del mundo sobre Ciencia de Datos en salud.
Stars: ✭ 66 (+312.5%)
Mutual labels:  programming
yt-channels-DS-AI-ML-CS
A comprehensive list of 180+ YouTube Channels for Data Science, Data Engineering, Machine Learning, Deep learning, Computer Science, programming, software engineering, etc.
Stars: ✭ 1,038 (+6387.5%)
Mutual labels:  programming
blog
My Blog About Computers
Stars: ✭ 106 (+562.5%)
Mutual labels:  programming
DataViewExtenders
Extenders for WinForms controls, such as DataGridView, DataGridViewColumn, FlowLayoutPanel, TableLayoutPanel, etc
Stars: ✭ 22 (+37.5%)
Mutual labels:  programming
YLib
📖 Kişisel Kütüphanem
Stars: ✭ 19 (+18.75%)
Mutual labels:  programming
HALO-SCRIPT-PROJECTS
✅ Halo PC|CE - Add-ons for Phasor V2+ and SAPP 🇳🇿
Stars: ✭ 25 (+56.25%)
Mutual labels:  programming
nylo
Nylo's programming language interpreter.
Stars: ✭ 21 (+31.25%)
Mutual labels:  programming
InterQues
Let's find the list of questions and collaborate
Stars: ✭ 74 (+362.5%)
Mutual labels:  programming

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].