📄️ Introduction
An introduction about Pragtical's concepts and how they tie in to plugin development.
🗃️ Syntaxes and Themes
2 items
📄️ Simple Plugin
Learn to write a simple plugin that draws text in the top right corner of the editor window.
📄️ Commands
Learn how to create and call commands programmatically.
📄️ Managing Keyboard Shortcuts
Learn in detail how to add and manage keyboard shortcuts in Pragtical.
📄️ Classes and Objects
Learn about Pragtical's class implementation.
📄️ Using Regular Expressions
Learn to use regular expressions in your configurations or plugins.
📄️ Interacting with the OS
Learn how to interact with the OS, such as reading and writing to the clipboard, setting window properties and getting high-resolution time.
📄️ Child Processes
Learn how to use the Process API to start and manage child processes.
📄️ Documents
Learn about how to operate on files opened in Pragtical.
📄️ Views
Learn about Views, one of the core concepts for building UIs in Pragtical.
📄️ Coroutines
Learn to utilize coroutines for executing long-running operations in Pragtical.