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
Python Mode is a lightweight and functional mode for Text Forge code editor. It **isn't** a part of official Text Forge modes.
7
+
8
+
## Mode Features
9
+
- Updated to [Text Forge Mode API V2.0](https://github.com/text-forge/text-forge/pull/71)
10
+
- Outline system with main functions (detects `def` keywords)
11
+
- Special code highlighter
12
+
- Simple code completion with keywords
13
+
- Linter is in progress ⚠️
14
+
- Experimental run feature ⚠️
15
+
16
+
## Setup
17
+
Supports Text Forge 0.1-stable and newer versions.
18
+
19
+
### Method 1: From releases
20
+
- Download `python.tfmode` file from releases.
21
+
- Open Text Forge and go to Settings > Mode Manager > Import Mode and select kit file.
22
+
- Mode kit is ready to use. Please restart editor for safer experience.
23
+
24
+
### Method 2: From repo
25
+
- Download repo as zip and extract it.
26
+
- Open editor data folder (use Settings > Open Data Folder)
27
+
- Copy `modes/` folder content to data `modes/`.
28
+
- Restart editor.
29
+
30
+
### Development
31
+
This project is one of mahan khalili's projects ([@mkh-user](https://github.com/mkh-user)) but all contribution and development process is same as Text Forge project, for more information see [online docs](https://text-forge.github.io/docs).
0 commit comments