-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO
47 lines (37 loc) · 1.84 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
40
41
42
43
44
45
46
47
- Fix removal of IEWin with wxHtmlWindow
- Multi-document via tab (créer un objet document porteur des spécificités des barres de menu et toolbar, et déplacer les objets adequats de Frame et xtnXmlTree)
- Arguments / Mode on XSLT files
- XPath Bar options : Highlight, extended evaluator : nodes to process / list of values to print
- Edit XML files :
* add diff:comment custom text
* edit a node : extract the xml text of the node in text editor (scintilla ?), and then parse it back in the xml file.
* add and remove nodes, attributes, comments,...
- Add a console style window, to make operations as xmlsh or xmlgawk
Done :
- Refresh sur un diff : filename = |XMLDIFF|before|after| (options à sauver dans l'objet, et déplacer la fonction de diff dans le tree)
- Nom du fichier dans le titre
- XSLT HTML Display (Select a XSLT File, and drag'n drop your XML file)
- XPath Bar (Bar, History, Preset,
2015-07-19 - boriotti-change-requests
01a :
- Center Info window in program window (instead on screen) -> Done (with wx3.0.2)
- Increase info window size -> Nok, automatic size
- Update link in info window -> Fixed
02 :
- Delete HTML Voyage / Test Local items (not available in program folder) -> Fixed
03 : Diff Dialog
- Center Diff Dialog in program window -> Done
- Increase dialog width -> Done
- Increase space for texts -> Done
- Increase button widths, and separate them with space -> Width is automatic, but spacer added
04 : Bug when saving without any file loaded -> Fixed
05 : Bug with infotext with Diff / Diff to... menu -> Fixed
06 & 08 :
- Legend of colors and icons -> Added (Help)
- Change changes icons
- Increase size of icons
07 :
- Title : put the program name always as first -> Nok : consistent with Microsoft guidelines and other program behaviour
v2
- Structure of lang/ folder -> Changed
- Internationalization of files combo list -> Done