https://github.com/j-raghav/wxpythontexteditor
Simple TextEditor using wxPython GUI
https://github.com/j-raghav/wxpythontexteditor
Last synced: 3 months ago
JSON representation
Simple TextEditor using wxPython GUI
- Host: GitHub
- URL: https://github.com/j-raghav/wxpythontexteditor
- Owner: J-Raghav
- Created: 2020-02-04T17:55:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T17:56:58.000Z (over 5 years ago)
- Last Synced: 2025-01-09T20:42:23.467Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
It is my first project using wxPython and for now it only have following features
1.new,open,save,saveas
2.It does not have change tracking feature it assumes all opened file are saved file
3.It can save state of all files which are opened in past I implemented it using json file
storing values of File object
Plans for next version:-
1.I am not satisfied with current relationship between File and MyWindow class I plan to
change in future
2.planning to implement chnge tracking feature
3.adding multiple tabs