forked from fhackenberger/ktikz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
39 lines (28 loc) · 1.49 KB
/
TODO
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
Features:
---------
- In multiple image mode, allow to save and export only the current image
(use KFileDialog(url, filter, parent, widget) where widget is a checkbox).
This is already the case for all exports except "Export to PDF" because
that's the only thing that works.
- Allow loading commands from user specified files. This is useful for
allowing commands from the TikZ libraries to be highlighted.
- Implement a fancier tikz command insertion mechanism (e.g. like in
QtCreator).
- Clicking an item in the TikZ commands dock widget should not insert
it, but only select it. Pressing an Insert button would then do the
actual insertion. There should also be a Help button which opens the
TikZ manual at the page where the selected item is explained.
- Make a graphical tool for editing the XML file containing the TikZ
commands similar to keditbookmarks
- Create a new process for each window opened by the "New" action.
Is that really necessary?
- Download files which are \included or \inputted in remote template files
or remote pgf files to the temporary directory (could be dangerous when
the user is still editing the \input command).
No, don't do that, find a better way to handle this.
Bugs or shortcomings:
---------------------
- Make sure that all strings in the kpart are translated.
- In common/utils/standardaction.cpp a better way of promoting the KActions
to Action must be found.
- In common/tikzpreviewcontroller.cpp find a better way to print the image.