• R/O
  • HTTP
  • SSH
  • HTTPS

Repository summary

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

wxPythonで作った簡易XMLエディタ


Recent Commits RSS

Rev. Time Author Message
7371548 2014-04-14 02:15:27 tamanegi master fix translation setting in wmutils
a6a7bd9 2014-04-14 01:23:12 tamanegi minor fix
00b3ac1 2014-04-14 01:04:40 tamanegi add about, translation and refactoring
4c3e051 2014-04-10 20:05:19 tamanegi arrange code
154f0bd 2014-04-10 01:40:46 tamanegi implement multiple cut copy paste
6028aaf 2014-04-07 09:26:16 tamanegi fix undo
fcd67a9 2014-03-14 19:15:29 tamanegi add ad hoc multilpe delete
f9d030a 2014-03-14 17:46:58 tamanegi bugfixes; see README
13ee72a 2014-02-17 20:40:25 tamanegi implement find and edit multiple
e627f37 2014-02-16 15:18:16 tamanegi add find

Branches

Name Rev. Time Author Message
master 7371548 2014-04-14 02:15:27 tamanegi fix translation setting in ...

README

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