FoxDot.lib.Workspace.Simple.SimpleEditor

class FoxDot.lib.Workspace.Simple.SimpleEditor.Editor(*args: Any, **kwargs: Any)[source]

Bases: Frame

alt_return(event)[source]

Evaluates current line of code

ctrl_boot(*args, **kwargs)[source]

Boot Server.

ctrl_help(event)[source]

Displays help message in console

ctrl_open(event)[source]

Open a file

ctrl_period(event)[source]

Calls stop

ctrl_return(event)[source]

Evaluates current block of code

ctrl_save(event)[source]

Save the contents in a .py file

flash(start, end)[source]

Highlight block of code and schedule de-highlight

hello()[source]

Show welcome message

kill()[source]

Close the editor

class FoxDot.lib.Workspace.Simple.SimpleEditor.workspace(CodeClass)[source]

Bases: object

Wrapper for wxPython app

run()[source]

Starts the wx mainloop for the master widget