Robot Editor Specification
Target:
Robot Editor is developed to meet the needs of the python novice programmers and to make the process of making the simple bots straightforward and fast. The Editor has an option to select the template of the pythonbot and list of simple functions in the help documentation. The Robot Editor doesn’t have tons of functions, such as big brothers like Eclipse, NetBeans or Python IDLE do, but it will focus on providing key and simple features that are needed in the process of creating of simple bots. Whereas experienced gamers, that are professionals in python, would still be using their favourite text editor, like some examples listed above or even more “professional”, such as Vim or Emacs.
Available (working) Functions:
File:
Save - save the current robot
Save As - save the current robot code under different name
Rename - rename the current robot
Robot:
Change the colour - change the robot's colour using the Colour Choose.
Note: the colour will be changed inside the code.
Test - validate the current robot code in compare with Pythonbots API
Edit:
Cut - cut the selected text
Copy - copy the selected text to clipboard
Paste - paste the data from clipboard
Delete - delete the seleted text
Find - find the text required
Templates:
Import Template - import the default robot template
Help:
Pythonbots API - access the Pythonbots API on sourceforge
Editor Specification - link to this page