Commit Graph

103 Commits

Author SHA1 Message Date
Zane U. Ji a34b60072f Fixed a problem when replacing '>' with '>>'
Other '>'s except the first one wouldn't be replaced.
2013-12-14 17:56:06 +08:00
Zane U. Ji ae287e0edb Bug #185 Help file cannot be opened
Warn about invalid data paths
2013-12-14 17:55:52 +08:00
Zane U. Ji a2983e1960 Replaced wxFileName::DirExists with wxDirExists 2013-12-13 23:51:13 +08:00
Zane U. Ji 8f80bee6c2 Improved performance
Bug #92 Large XML file without line breaks kills XML Copy Editor
2013-12-11 23:06:15 +08:00
Zane U. Ji 0c3e138c22 #136 Feature to convert DTD to XSD 2013-12-05 23:04:41 +08:00
Zane U. Ji 13b5bb6a87 Cleaned up code using CppCheck 2013-11-13 00:30:07 +08:00
Zane U. Ji 7a315a303c Fixed a memory leak 2013-10-29 19:01:45 +08:00
Zane U. Ji 9eee9ccdf9 Improved support for large files 2013-10-29 18:52:22 +08:00
Zane U. Ji e39638ea3b Corrected template names shown in the dialog when creating a new file 2013-10-26 21:21:47 +08:00
Zane U. Ji 3e911ef34b Disabled the dialogs that might show up when exiting on Windows
wxWidgets logs errors internally. When the wxLogNull object is destroyed, the default log object will be effective. Logs are displayed by calling MessageBox in a GUI application by default.
2013-10-25 19:44:51 +08:00
Zane U. Ji 29766c2d45 Fixed a memory leak 2013-10-25 19:24:33 +08:00
Zane U. Ji 5310603467 Fixed Unicode problems 2013-10-25 19:23:34 +08:00
Zane U. Ji a9916c901e Updated source code URL 2013-10-25 00:12:11 +08:00
Zane U. Ji ed73d8dad0 A left out file for "Fixed crashes in Xerces-C by using wide file names" 2013-10-20 00:05:44 +08:00
Zane U. Ji e366b6ec48 Fixed an encoding problem of file paths in prompt generator 2013-10-17 01:28:39 +08:00
Zane U. Ji 7b9701f75b Bug #191 Error on every start in en locale if en_US is not installed 2013-10-16 00:17:24 +08:00
Zane U. Ji ef4c10ce0b Made single instance checking work for wxWidgets 2.9 2013-10-15 22:55:28 +08:00
Zane U. Ji b0a51a8893 Cleaned up source code 2013-07-21 02:05:11 +08:00
Zane U. Ji bc99b579db Clear error indicators when there is no error 2012-09-21 00:53:05 +08:00
Zane U. Ji f51059a54e Honored a network control option
Backed out freezing UI code to let status bar updated
2012-09-05 20:38:34 +08:00
Zane U. Ji b5d4655986 Use wxSingleChoiceDialog to display a choice list 2012-09-04 22:03:07 +08:00
Zane U. Ji b464e10fda Enable debug log in GTK 2012-09-03 22:37:01 +08:00
Zane U. Ji b4aa69c2ca Made XercesCatalogResolver work. Don't load catalog over and over again. It isn't thread-safe according to the document.
Fixed a compiling problem with wxWidgets 2.9
2012-08-30 22:37:01 +08:00
Zane U. Ji 8df6cd065b Fixed a few memory leaks 2012-08-27 20:25:08 +08:00
Zane U. Ji 07d775377d Added a warning about SSE2 problem in Xerces-C++ 2012-08-25 19:54:38 +08:00
Zane U. Ji d47e52cedc Supported creating Schema/DTD from XML 2012-08-25 08:19:11 +08:00
Zane U. Ji 743ebcd7d7 Fixed problems in ubuntu 2012-08-20 20:12:32 +08:00
Zane U. Ji 807a96c1a0 Fixed compiling problem with wxWidgets 2.8.12 2012-08-18 23:41:27 +08:00
Zane U. Ji 0263408aef Supported navigation between documents with keyboard 2012-08-15 21:43:31 +08:00
Zane U. Ji 47dbfafd71 Fixed multi-thread problems with LibXML and Xerces-C++ 2012-08-15 20:45:24 +08:00
Zane U. Ji 90dcc75929 Bug #2960087 *.config files are not supported 2012-08-11 22:41:00 +08:00
Zane U. Ji 1c963b324a Bug #2976802 build process FreeBSD 8.0 broken, patch inside 2012-08-11 18:47:16 +08:00
Zane U. Ji 5367c5dabb Bug #2957125 Default browser choice ignored 2012-08-11 15:33:01 +08:00
Zane U. Ji a8ed8dc173 Updated developer list 2012-08-11 14:19:43 +08:00
Zane U. Ji cc30ea4961 Undo a replace all action correctly (Bug #2825280) 2012-08-11 08:33:17 +08:00
Zane U. Ji 6d6ade623e Don't initialize/terminate Xerces-C++ over and over again. It leads to crash when several files are opened on startup. This could be the root cause of some startup crashes, e.g. bug #2787738 and bug #2825812. 2012-08-11 07:50:42 +08:00
Zane U. Ji 9a3a9c6280 Don't use XMLString::transcode to convert a name to native code-page Return constant references rather than objects 2012-08-10 21:34:13 +08:00
Zane U. Ji 9a9cf0e724 Made the result of first XPath evaluation the same as those of the others Fixed a potential memory leak 2012-08-10 20:42:59 +08:00
Zane U. Ji 5894e44ac2 Bug #2784140 Find & Replace insert text when nothing was found 2012-08-09 23:00:06 +08:00
Zane U. Ji 5ad9659c19 Fixed an encoding problem 2012-08-09 21:31:10 +08:00
Zane U. Ji 97b3ac3fc1 Fixed a temporary memory reference problem 2012-08-09 20:40:32 +08:00
Zane U. Ji e60ce08f9b Fixed crashes on startup 2012-08-09 19:23:00 +08:00
Zane U. Ji fd281aca5b Updated code of checking wxWidgets versions 2012-08-09 19:22:21 +08:00
Zane U. Ji 1bb7a34a5e Fixed a UNICODE problem Updated contributor list 2012-08-04 15:50:30 +08:00
Zane U. Ji b01f7a7002 Bug #1889588 Symbols default to ASCII 2012-08-04 10:15:32 +08:00
Zane U. Ji 4081c8b9de Bug #2785557 unproper folder
Display language list correctly after opening a file
Moved project file because we used the absolute path
Removed a auto generated file
2012-08-03 23:21:10 +08:00
Zane U. Ji df3abf1db7 Bug #2146675 cannot open UTF-16 little endian coded file 2012-08-02 19:21:47 +08:00
Zane U. Ji 7393b46ab8 Changed configuration file as its location changed in latest wxWidgets anyway 2012-03-17 02:41:42 +08:00
Zane U. Ji 91051e461e Updated some translations 2012-03-17 02:00:48 +08:00
Zane U. Ji 67d56c57ab Don't include unnecessary header files 2012-03-16 23:13:33 +08:00