- bsp_viewer cleanup (just removed some old code)
authorAkiko <akiko@linux-addicted.net>
Thu, 10 Oct 2013 09:00:59 +0000 (11:00 +0200)
committerAkiko <akiko@linux-addicted.net>
Thu, 10 Oct 2013 09:00:59 +0000 (11:00 +0200)
commitc7378907285c10fadde01a41bc8a4bfff52a97fb
treead1632bb59767f592252e45473c534476041a305
parentcb905f5b8219f736a8a386ccd22ea8ce163706e2
- bsp_viewer cleanup (just removed some old code)
- added syntax highlighting for def, fx and ini text files in TextWindow
- updated the makefile
- fixed some minor bugs
editor/CMakeLists.txt
editor/DefSyntax.cxx [new file with mode: 0644]
editor/DefSyntax.hxx [new file with mode: 0644]
editor/FxSyntax.cxx [new file with mode: 0644]
editor/FxSyntax.hxx [new file with mode: 0644]
editor/IniSyntax.cxx [new file with mode: 0644]
editor/IniSyntax.hxx [new file with mode: 0644]
editor/MainWindow.cxx
editor/TextWindow.cxx
editor/TextWindow.hxx
tools/bsp_viewer.cxx