Commit Graph

159 Commits

Author SHA1 Message Date
Gerald Schmidt 25ab7a3604 initial Mac port; bumped version to 1.2.1.5
* fixes C++11 bug #221; patch by Roger Leigh
2018-09-20 17:03:30 +02:00
Zane U. Ji e9f263c4d9 Bug #215 [Windows] Fails to load RelaxNG schema 2014-12-14 16:43:15 +08:00
Zane U. Ji 5c4f02b84c Feature #171 Fold element does not fold following whitespace 2014-10-26 20:07:34 +08:00
Zane U. Ji 19dc55f89e Fixed problems with new documents 2014-08-21 23:01:53 +08:00
Zane U. Ji 80999d32f9 Improved compatibility with old libraries (Reported by Kevin Moore) 2014-08-02 13:35:11 +08:00
Zane U. Ji 0cf27535a7 Fixed a compiling problem with old versions of xerces-c (Reported by Kevin Moore) 2014-07-31 18:24:11 +08:00
Zane U. Ji 9f6498328f Corrected the Copyright notice to match Gerald's original one, which is displayed on the about dialog. 2014-06-09 22:19:51 +08:00
Zane U. Ji 51048c159a Feature #169 Close current tab with Ctrl+W 2014-06-07 22:16:47 +08:00
Zane U. Ji b4661d535c Preserve the original EOL 2014-06-07 17:00:28 +08:00
Zane U. Ji e890c025bc Bug #103 Locale files have the wrong pathname under Linux 2014-06-01 20:36:54 +08:00
Zane U. Ji d17713986e Fixed a file information problem 2014-05-24 19:00:27 +08:00
Zane U. Ji 5a597cd71a Feature #69 Add "current XPath" shortcut 2014-05-20 22:36:03 +08:00
Zane U. Ji 60e83ff60c Reworked on presenting a error message 2014-05-20 21:45:51 +08:00
Zane U. Ji 4ebfe81a7e Updated an error message 2014-05-18 20:53:56 +08:00
Zane U. Ji 14ffcc8d23 Click on the error message to jump to the error location 2014-05-12 19:56:41 +08:00
Zane U. Ji a3cfe9b55f Made toggling comment work for file types other than XML 2014-05-03 23:11:24 +08:00
Zane U. Ji 19b7a74641 Normalize file names before going any further 2014-05-03 21:19:06 +08:00
Zane U. Ji b12b7fadc4 Fixed an updating problem 2014-04-27 22:14:08 +08:00
Zane U. Ji 47483ca5d8 Don't escape file names partially 2014-04-27 20:58:41 +08:00
Zane U. Ji 7dbc742e57 Fixed assertion failures in debug version 2014-04-27 19:54:38 +08:00
Zane U. Ji 7e7c756c60 Made UI more responsive 2014-04-24 20:14:29 +08:00
Zane U. Ji 54e2064fe9 Don't assume the encoding of a large file is UTF-8 2014-04-23 20:48:37 +08:00
Zane U. Ji 89f25edc5d Show UI before opening any file 2014-04-22 22:40:36 +08:00
Zane U. Ji da89b9cbe6 Supported HTTPS on validation
Don't change working directory so that curl-ca-bundle.crt can be found.
2014-04-21 21:52:36 +08:00
Zane U. Ji fe2cd0713b Feature #25 Fast commenting 2014-04-18 23:11:13 +08:00
Zane U. Ji 715dc32be7 Replaced std::string with wxString 2014-04-13 23:27:39 +08:00
Zane U. Ji 20c6d0ab19 Fixed an encoding problem 2014-04-13 23:17:32 +08:00
Zane U. Ji 8216a56d1e Improved encoding handling 2014-04-13 23:16:04 +08:00
Zane U. Ji 17f79c10c0 Fixed an encoding problem 2014-04-13 14:48:02 +08:00
Zane U. Ji 8251ad478c Indicate that the document is valid when there are only warnings (Bug #161) 2014-03-29 19:22:58 +08:00
Zane U. Ji f65b1a1e61 Added shortcut keys for new menu items 2014-03-26 22:47:39 +08:00
Zane U. Ji cff6fb4256 Updated title when the file name changed 2014-03-24 20:03:32 +08:00
Zane U. Ji 9826820285 Improved messages 2014-03-24 19:11:15 +08:00
Zane U. Ji e919668225 Bug #207 Cannot Change Text Size 2014-03-19 21:51:01 +08:00
Zane U. Ji b1a808633b Prefixed ++/-- operators for non-primitive types
Pre-increment/decrement can be more efficient than post-increment/decrement. Post-increment/decrement usually involves keeping a copy of the previous value around and adds a little extra code.
2014-03-19 20:21:14 +08:00
Zane U. Ji 74fdc53347 Cleaned up code 2014-03-19 19:53:39 +08:00
Zane U. Ji 705333a79a Bug #208 llvm/​clang compile error 2014-03-19 19:47:10 +08:00
Zane U. Ji 878c981934 Close panels with menu or Escape key 2014-02-28 20:09:08 +08:00
Zane U. Ji e750774b05 Improved performance 2014-02-08 19:15:15 +08:00
Zane U. Ji ae2457da03 Load translations from configured data path 2014-02-08 19:10:43 +08:00
Zane U. Ji 437e139f4c Feature #166 Network access cannot be disabled 2013-12-23 22:12:10 +08:00
Zane U. Ji 502b2eacbd Added Khmer translations by Khoem Sokhem and Roger Sperberg
The correct abbreviation should be "km_KH", which is not supported by wxLocale::FindLanguageInfo at the moment.
2013-12-23 22:07:47 +08:00
Zane U. Ji 5ba5c52cad Fixed browser launching when that type of files are supposed to be opened in XML Copy Editor 2013-12-21 08:00:31 +08:00
Zane U. Ji 59a82451a7 Fixed a Unicode problem 2013-12-20 23:14:48 +08:00
Zane U. Ji ca2d7541ed Reuse an existing translation 2013-12-20 23:02:57 +08:00
Zane U. Ji 18533712a3 Backed out improper change 2013-12-20 22:22:03 +08:00
Zane U. Ji f8c21cb846 Bring the window of an existing instance to front 2013-12-20 20:39:04 +08:00
Zane U. Ji bdd030850e Fixed compiling errors for wxWidgets 2.8 2013-12-17 19:21:13 +08:00
Zane U. Ji d7bd982545 Use memory rather than temporary files to pass XML content 2013-12-16 11:45:20 +08:00
Zane U. Ji 4b6e1a7bbb Use Xerces-C for DTD validation 2013-12-16 22:08:49 +08:00