Commit Graph

429 Commits

Author SHA1 Message Date
Zane U. Ji f4e0b8b1cb Fixed compiling problems 2014-05-04 08:40:05 +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 87eac6e5aa Don't miss entity declarations when generate auto complete prompt 2014-04-27 22:07:35 +08:00
Zane U. Ji 47483ca5d8 Don't escape file names partially 2014-04-27 20:58:41 +08:00
Zane U. Ji 51b1bd3829 Worked around file URL problems
wxFileSystem::FileNameToURL http://trac.wxwidgets.org/ticket/16209
Both wxWidgets (<= 2.8.12) and Xerces-C++ have problems parsing file URLs when there are multi-byte characters
2014-04-27 20:35:09 +08:00
Zane U. Ji 7dbc742e57 Fixed assertion failures in debug version 2014-04-27 19:54:38 +08:00
Zane U. Ji fa5e760c82 Resolve DTDs explicitly before loading them 2014-04-24 22:47:21 +08:00
Zane U. Ji 7e7c756c60 Made UI more responsive 2014-04-24 20:14:29 +08:00
Zane U. Ji a988b943c5 Backed out a change so that debug versions and release versions can talk 2014-04-23 21:44:49 +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 3ad1790076 Fixed an updating problem 2014-04-22 22:42:02 +08:00
Zane U. Ji 89f25edc5d Show UI before opening any file 2014-04-22 22:40:36 +08:00
Zane U. Ji 00d8e7783f Supported auto complete list for DTDs that are on the internet 2014-04-22 22:33:21 +08:00
Zane U. Ji 13aedf637c Fixed problems when generating schemas 2014-04-22 22:17:53 +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 de0d263bd7 Fixed problems when compiling with wxWidgets 2.8 2014-04-21 21:02:55 +08:00
Zane U. Ji 2f77ac47ea Fixed registry path in 64-bit installation mode 2014-04-19 20:07:16 +08:00
Zane U. Ji fe2cd0713b Feature #25 Fast commenting 2014-04-18 23:11:13 +08:00
Zane U. Ji fe0102dddd Added a close button to close find/replace panel when ESC key doesn't work 2014-04-13 23:30:09 +08:00
Zane U. Ji 57dacdc0a8 Set the language of HTML help files to support screen readers 2014-04-13 23:28:55 +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 f39ac69e7b Updated ChangeLog 2014-04-13 12:41:35 +08:00
Zane U. Ji e856dd10fe Fixed tab order 2014-04-13 11:41:11 +08:00
Zane U. Ji 3c26fa4831 Supported mingw64 2014-04-13 11:39:27 +08:00
Zane U. Ji 96ca999c16 Updated version NO to 1.2.1.1 2014-04-08 07:51:44 +08:00
Zane U. Ji 20f4e52a19 Updated ChangeLog 2014-04-05 10:02:57 +08:00
Zane U. Ji 43ef24907e Updated version NO to 1.2.1 2014-04-05 10:02:35 +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 0df7f55493 Don't mistake file paths for URLs 2014-03-25 23:14:45 +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 19fded5473 Initialized constant objects explicitly (Bug #208)
From 8.5.9 of the C++ 2003 standard:

If no initializer is specified for an object, and the object is of (possibly cv-qualified) non-POD class type (or array thereof), the object shall be default-initialized; if the object is of const-qualified type, the underlying class type shall have a user-declared default constructor. Otherwise, if no initializer is specified for a nonstatic object, the object and its subobjects, if any, have an indeterminate initial value); if the object or any of its subobjects are of const-qualified type, the program is ill-formed.
2014-03-21 00:10:39 +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 cc0631f0b2 Bug #205 Updated messages.po for ver 1.2.0.12 in Khmer 2014-01-09 19:53:31 +08:00
Zane U. Ji a48fb47e32 Updated autoconf & automake files to support Ubuntu 12.04 LTS 2014-01-07 19:53:25 +08:00
Zane U. Ji 66507f8d51 Updated message strings 2013-12-23 22:14:36 +08:00
Zane U. Ji 437e139f4c Feature #166 Network access cannot be disabled 2013-12-23 22:12:10 +08:00
Zane U. Ji 27b5ba800c Fixed the output format when changing encoding 2013-12-23 22:09:54 +08:00