-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtext.txt
65 lines (58 loc) · 2.78 KB
/
text.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
https://graphviz.readthedocs.io/en/stable/manual.html#using-raw-dot
https://stackoverflow.com/questions/14885481/how-to-highlight-a-string-of-text-within-a-qtextedit
https://ogdf.uos.de
Creating an rcc from a *.qrc file (example for tango icon set):
pyrcc5 -o tango.py -compress 9 tango.qrc
TODO LIST [0.2.3] {Universalisation}
- [DONE]: Bugfixes after 5 years of no progress
- GraphDonkey crashes randomly
- Plugin options not showing
- [DONE]: Shifted to Qt6 and Python 3.13
- [DONE] Features:
- Change case of selection (Uppercase, Lowercase, Title)
- Load from gallery (gallery in plugin folder maybe?)
- Features:
- Lock files, so they cannot be overwritten + set all gallery files as locked
- Watchdog to show changes live
- Goto Line
- Restart
- Listen on host:port address instead of a file
- Better indentation logic
- Fix comments: identify indents before/after comment signs
- Update Graphviz plugin to work better
- Add all syntactical errors
- Other plugins by default (see Future.md)
TODO LIST [0.2.4] {Styling Update}
- Styles/themes via CSS vs INI https://doc.qt.io/qt-5/stylesheet-examples.html
- Style for whitespace characters? ==> Add automatically in SyntaxHighligter
- from Theme? https://www.pythonguis.com/faq/built-in-qicons-pyqt/ || https://github.com/ppinard/pyqttango
- More styles: https://tmtheme-editor.herokuapp.com/#!/editor/theme/Monokai
- Defaults like darcula, monokai, high contrast...
- Preferences menu: https://www.jetbrains.com/help/idea/configuring-colors-and-fonts.html
- Add images to documentation AND wizards
- Add icon to all plugins
- Add icon to completer types
- Change icons to phosphor icons?
- Tree Indentation guides
- Max column size indicator
- Apply button in preferences (which keeps the preferences open)
TODO LIST [0.3.0]
- Change Preferences Loading to dict instead of lines
I.e. - apply :: self.preferences.setValue("autohide", self.check_autohide.isChecked())
- rectify :: self.check_autohide.setChecked(bool(self.preferences.value("autohide", True)))
==> {"autohide": "check_autohide"} // Might also require a function for more complex feats
- More complex rendering mechanics
- text/HTML
- OGDF
(Add pre-transform to Engine, i.e. 'transform from one file type to another')
- 3D (graphics engine from Computer Graphics?)
- L-systems?
TODO LIST [1.0.0]
- Add tests!
- Fix in-code TODOs
- Hints on startup?
Version 1.0.0 name ideas:
- Wishing Table (ref to "the Wishing Table, Gold-Ass and the Cudgel in the Sack")
- Wannabe Unicorn
- Carrot-on-a-Stick
- Land of Toys