HAL
Python Editor
Collaboration diagram for Python Editor:

Classes

class  hal::CodeEditor
 A plain text edit widget that is intended for editing code. More...
 
class  hal::CodeEditorMinimap
 A minimap that supports an easier navigation in larger files. More...
 
class  hal::CodeEditorScrollbar
 Represents the scrollbar of the CodeEditor. More...
 
class  hal::LineNumberArea
 Shows line numbers next to a CodeEditor. More...
 
class  hal::MinimapScrollbar
 The scrollbar of the CodeEditorMinimap. More...
 
class  hal::PythonCodeEditor
 Code editor to write python code. More...
 
class  hal::PythonEditor
 Main widget that combines all neccessary functionality to develop in python (for hal). More...
 
class  hal::PythonEditorCodeCompletionDialog
 Dialog for python code completion. More...
 

Detailed Description

Contains all classes that are related to the PythonEditor widget.