https://github.com/orbitalquark/textadept-python
Python language module for Textadept.
https://github.com/orbitalquark/textadept-python
python python3 textadept textadept-module
Last synced: about 1 month ago
JSON representation
Python language module for Textadept.
- Host: GitHub
- URL: https://github.com/orbitalquark/textadept-python
- Owner: orbitalquark
- License: mit
- Archived: true
- Created: 2020-10-07T17:27:39.000Z (over 4 years ago)
- Default Branch: default
- Last Pushed: 2023-01-24T02:14:27.000Z (over 2 years ago)
- Last Synced: 2025-03-16T00:27:04.786Z (3 months ago)
- Topics: python, python3, textadept, textadept-module
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python
The python module for Textadept.
It provides utilities for editing Python code.**WARNING:** this module is deprecated. It will no longer work in Textadept 12.0.
## Key Bindings
+ `Shift+Enter` (`⇧↩` | `S-Enter`)
Add ':' to the end of the current line and insert a newline.## Tables defined by `_M.python`
Map of expression patterns to their types.
Expressions are expected to match after the '=' sign of a statement.List of ctags files to use for autocompletion.
---