You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PythonScript Overview (or: Introduction to PythonScript)
Intro (or: Foreword or: Overview etc)
Objects
Npp Module
Working with Unicode Text
Handling Notifications
Overview
A simple example
Cancelling Callbacks
The Callback smallprint
Notepad++ Object
Editor Object
Scintilla Methods
Helper Methods
Console Object
Enums
...
Interface for Other Plugins
Compiling PythonScript
...
Why move "Python Primer" before the above "PythonScript Overview "
Code examples in Python Primer (pythonprimer.rst) are much, much simpler than in Intro to PythonScript (as they contain very little PythonScript-specific detail). Especially than Handling notifications / callbacks.
In particular, it introduces functions that uses functions, which is used in "callbacks"
So it will help those who are new to Python; those who know it - will skip.
Once python-basics are behind, the topics will flow uninterrupted focusing on pythonscript-specific topics
The text was updated successfully, but these errors were encountered:
Changing from current structure (as seen in ToC)
To the new structure below:
Why move "Python Primer" before the above "PythonScript Overview "
The text was updated successfully, but these errors were encountered: