You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
7 months ago | |
---|---|---|
p3dit | 7 months ago | |
.gitignore | 7 months ago | |
LICENSE.txt | 7 months ago | |
MANIFEST.in | 7 months ago | |
README.md | 7 months ago | |
requirements.txt | 7 months ago | |
setup.py | 7 months ago |
README.md
A very simple nano/micro-like text editor inside Panda3d. Previously part of panda3d-livecode.
The purpose is to enable simple text editing inside Panda3D, not to create an optimized all-round editor (though nice that would be).
It is still under construction. Certain features don't work as you'd expect.
To Install:
pip install p3dit && p3dit
Controls:
- arrows/home/end/pgup/pgdown = move cursor
- shift+move = select
- ctrl+arrow = move cursor per-word
- ctrl c/x/v = copy/cut/paste
- ctrl-n = new file
- ctrl-s = save file
- ctrl-o = open file
- ctrl-q = close file
- ctrl-tab = hide/show editor
Features:
- Python code highlighting with pygments
- Folder browser with DirectFolderBrowser
Wishlist:
- Python interpreter
- Terminal emulator through pyte
- Hot-reloading panda3d apps inside editor (like panda3d-livecode)