wxPythonで作った簡易XMLエディタ
| Name | Size | Rev. | Time | Author | Log Message |
|---|---|---|---|---|---|
| 1000 | 00b3ac1 | 2014-04-14 01:04:40 | tamanegi | add about, translation and refactoring | |
| 18.67 k | 4ca1202 | 2014-01-29 22:21:11 | tamanegi | initialize | |
| 15.37 k | 7371548 | 2014-04-14 02:15:27 | tamanegi | fix translation setting in wmutils | |
| 261 | 154f0bd | 2014-04-10 01:40:46 | tamanegi | implement multiple cut copy paste | |
| 235.41 k | 00b3ac1 | 2014-04-14 01:04:40 | tamanegi | add about, translation and refactoring | |
| 72.1 k | 7371548 | 2014-04-14 02:15:27 | tamanegi | fix translation setting in wmutils | |
| 22.36 k | 00b3ac1 | 2014-04-14 01:04:40 | tamanegi | add about, translation and refactoring |
wmxmled.py: simple xml editor by wxPython
TODO
* test on other platforms (now tested only on Linux-GTK env.)
* add wm3d specific functions
CHANGELOG
2014/04/14: add about & translations & code rearrangement.
2014/04/10: arrange code and add comments, and minor bugfixes.
2014/04/09: implement and improve multiple copy, cut, delete functions
2014/04/07: fix and improve undo functions (paste, del, add)
2014/03/14: read file from command line argument
fix bug on removing attributes
add multiple delete (ad hoc); multiple copy/cut is not supported yet
2014/02/17: implement find and multiple edit (experimental)
some minor bug fixes
2014/02/10: add parse error handler
2014/02/09: add EVT_DROP_FILES handlers for controls (not checked)
2014/02/08: fix crash when undoing delete (just avoid segmentation fault).
some actions cannot be undoed, though.
2014/02/02: implement simple undo & redo functions (still buggy)
xxxx/xx/xx: prepare git repository