Python Editor written in python Gtk3
- Gtk3 (Gtk, Gdk, GLib, GtkSource, GObject, Vte, GdkPixbuf)
- python3 >= 3.6
- pyflakes and zenity (for code check)
- devhelp (for help)
git clone https://github.com/Axel-Erfurt/PyEdit4.git
cd PyEdit4
python3 ./PyEdit4.py
You can add Code Snippets as .txt files in the templates folder
-
Ctrl+O -> open file
-
Ctrl+S -> save file
-
Ctrl+N -> new file
-
Ctrl+F -> find
-
F1 -> show help for selected, needs devhelp
-
F2 -> toggle comment on line (or on multiple lines)
-
F3 -> set selected text in (round) brackets
-
F4 -> set selected text in double quotes
-
F5 -> run Script
-
F6 -> set selected text in double quotes inside (round) brackets
-
F7 unindent selected lines
-
F8 indent selected lines
-
F9 -> find previous (selected)
-
F10 -> find next (selected)