pycrossword
0.4
Pure-Python implementation of a crossword puzzle generator and editor
|
Classes | |
class | pycross.utils.synteditor.SynEditor |
Scintilla-based Python editor Adapted from this example and this addition More... | |
class | pycross.utils.synteditor.SynEditorWidget |
Standalone syntax editor window with a SynEditor object as the main widget. More... | |
class | pycross.utils.synteditor.PluginSynEditorWidget |
Extended syntax editor dialog based on SynEditorWidget. More... | |
Namespaces | |
pycross.utils.synteditor | |
utils.synteditor | |
Scintilla-based Python editor and its customized version for user plugin developers. | |