vadimostanin / myrobotlab

Automatically exported from code.google.com/p/myrobotlab
0 stars 0 forks source link

Add Jython Service Shell + Jython Editor #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
One of the reasons Arduino is successful, is the IDE wraps or contains all the 
parts needed in order to get up and running quickly.  No one needs to "know" 
Processing, or Java, or Eclipse in order to start building new applications.

Eclipse is a fantastic editor for Java, but not necessarily what a novice MRL 
user needs (or wants).

In that way, it would be useful to have an editor/programmer come with MRL so 
that users/novice programmers can begin their "programming" experience 
immediately.

I would make a Groovy editor with Java as it appears to be one of the most 
popular "scripting" languages and was build on the Java and the Java API.

Original issue reported on code.google.com by supert...@gmail.com on 10 Jul 2011 at 5:09

GoogleCodeExporter commented 8 years ago
Changed to Jython instead of Groovy

Original comment by supert...@gmail.com on 18 Oct 2011 at 3:51

GoogleCodeExporter commented 8 years ago
Jython is now working with a wonderful open source text editor and syntax 
highlighter (code completion too???) - check into it.

Possible other tasks :
Dynamic Jython class creation with input paramter Java class & reflection
input (Message msg) function similar to Logging & GUIService & RemoteAdapter
Check into code completion
Send message example
Receive message example
OpenCV example - match template - example

Original comment by supert...@gmail.com on 21 Oct 2011 at 9:29

GoogleCodeExporter commented 8 years ago
More Tasks: 
Menu needs Load, Save, Re-Initialize, Save As, etc
Also needs Examples->OpenCV->match - and - corresponding video tutorial

Original comment by supert...@gmail.com on 21 Oct 2011 at 9:50

GoogleCodeExporter commented 8 years ago
Needs a std out & std error GUI components and actions which attach that logging

Original comment by supert...@gmail.com on 28 Oct 2011 at 12:17

GoogleCodeExporter commented 8 years ago

Original comment by supert...@gmail.com on 2 Nov 2011 at 11:33

GoogleCodeExporter commented 8 years ago

Original comment by supert...@gmail.com on 15 Feb 2013 at 2:57