Difference between revisions of "CudaText API"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
This is API for [[CudaText]] in Python. Main Py module is cudatext.
+
=Intro=
Additional module exists: cudatext_cmd etc.
+
This is API for [[CudaText]] in Python.  
Main module has constants, class Editor, objects of class Editor.
+
 
 +
* Main Py module is cudatext. Main module has constants, funcs, class Editor, objects of class Editor.
 +
* Additional module: cudatext_cmd has constants for command runner func.
  
 
=Global funcs=
 
=Global funcs=

Revision as of 17:07, 23 September 2015

Intro

This is API for CudaText in Python.

  • Main Py module is cudatext. Main module has constants, funcs, class Editor, objects of class Editor.
  • Additional module: cudatext_cmd has constants for command runner func.

Global funcs

msg_box

Editor class

Caret-related

get_caret

Text read/write

Properties get/set

Misc