Zane U. Ji
4f97286f5e
Bug #161 Validation of TEI Lite DTD fails
...
Don't treat validation warning as error
Prefer memory to temporary file
2013-12-16 22:05:24 +08:00
Zane U. Ji
80229a3686
Replaced std::string with wxString
2013-12-15 22:21:31 +08:00
Zane U. Ji
dff2513b0d
Use memory rather than temporary files to pass XML content
2013-12-15 22:19:08 +08:00
Zane U. Ji
43e57d0dd5
Excluded windows related paths from being checked on Linux
2013-12-14 18:40:33 +08:00
Zane U. Ji
3c59e11f57
Fixed a compiler error for wxWidgets 2.8
2013-12-14 18:35:05 +08:00
Zane U. Ji
bf9eea070e
Replaced wxFileName::FileExists with wxFileExists
2013-12-14 17:56:06 +08:00
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
Zane U. Ji
bd98221642
Fixed compiling problems
2012-03-14 23:08:20 +08:00
Gerald Schmidt
68b60043a3
updated for v. 1.0.3
2010-04-25 22:24:53 +00:00
Gerald Schmidt
e3a5c7abeb
Updated for 1.2.0.7 development
2009-12-01 13:33:22 +00:00
Gerald Schmidt
b5f97f4b53
Updated for 1.2.0.6
2009-11-06 17:06:12 +00:00
Gerald Schmidt
5ff7b1f7ef
Updated for 1.2.0.6
2009-10-04 22:54:47 +00:00
Anh Trinh
a44c094902
feature req. 1640029
...
click on error desciption in warning pane will bring cursor the line number containing error
2009-05-07 21:04:42 +00:00
Kevin James
21b8289882
Fix for bug #2035920 - Now follows other application functionality:
...
When find pane is closed, focus returns to active document
2009-05-06 14:04:37 +00:00
Gerald Schmidt
53d811458f
Added Spanish translation, updated text for 1.2.0.4.
2009-04-14 16:49:34 +00:00
Gerald Schmidt
7b8334f903
Updated for 1.2.0.4
2009-02-13 16:05:23 +00:00
Gerald Schmidt
0f47c03197
Updated to bring Linux build into line with Win 1.2.0.3
2009-02-13 15:35:42 +00:00
Gerald Schmidt
5a6c483a0d
Updated for 1.2.0.4
2009-01-17 23:46:44 +00:00
Gerald Schmidt
0d77b3b0c7
Updated for 1.2.0.3
2009-01-17 22:52:54 +00:00
Gerald Schmidt
8be8af2aa0
Further improvements to background validation: critical section locks now in place.
2008-07-10 17:06:32 +00:00
Gerald Schmidt
361eed32b0
Improvements to background validation.
2008-07-09 17:07:02 +00:00
Gerald Schmidt
73b96def2a
Updated for 1.2.0 - all changes relating to full background validation
2008-07-08 22:54:48 +00:00
Gerald Schmidt
eaf4729051
Updated for 1.1.0.7-3
2008-07-05 12:42:15 +00:00
Gerald Schmidt
c8030a3322
Update for 1.1.0.7-2
2008-07-01 23:23:22 +00:00
Gerald Schmidt
3834cb71a0
Updated contributors for 1.1.0.7
2008-07-01 17:43:46 +00:00
Gerald Schmidt
da958e3326
Sweeping changes to style-spelling check interfaces. Known issue: edit from spellcheck.
2008-04-20 17:22:29 +00:00
Gerald Schmidt
9ef9fd5dea
Added XSD element inspection
2008-01-21 23:06:36 +00:00
Gerald Schmidt
55d20854af
Code cleanup.
2008-01-06 22:13:01 +00:00
Gerald Schmidt
bae0987a29
Patched to fix XML catalog access for DTD validation and prevent excessive memory usage at validation time.
2007-12-18 21:40:17 +00:00
Gerald Schmidt
100432dc9e
Corrected catalog-based DTD validation (hence 1.1.0.4 rel. 2).
2007-12-18 01:28:12 +00:00
Gerald Schmidt
920fb772a8
Silenced compiler warnings (unused labels).
2007-12-17 22:11:41 +00:00
Gerald Schmidt
0e4fcf96bd
Updated to include Antonio Angelo's Italian translation
2007-12-17 22:04:11 +00:00
Gerald Schmidt
225f3ea777
New icons for well-formedness/validation check
2007-12-17 21:35:50 +00:00
Gerald Schmidt
e1307b84a1
Consolidation of validation (DTD & XML Schema now covered by the same button).
...
Update for autodetection of Italian localisation.
2007-12-11 23:45:59 +00:00
Gerald Schmidt
55759f3a6d
Updated for toggle fold shortcut (feature request 1824940).
2007-11-25 22:55:42 +00:00
Gerald Schmidt
907b05926b
Fixed menu typo.
2007-11-03 22:49:21 +00:00
Gerald Schmidt
be97fa595e
Win32 Library update for 1.1.0.3
2007-10-15 23:21:50 +00:00
Gerald Schmidt
9a5e1b16ec
Code cleanup ahead of 1.1.0.3
2007-10-14 18:12:55 +00:00
Gerald Schmidt
50da3b134b
Added Reload functionality.
2007-09-30 23:26:29 +00:00
Gerald Schmidt
8f849260b5
On Linux Tools>Options is now Edit>Preferences.
2007-09-30 22:31:22 +00:00
Gerald Schmidt
f855f9ff28
Reinstated toolbar bitmaps not found among GTK stock icons.
2007-09-30 12:43:38 +00:00
Gerald Schmidt
6d92659fc7
Linux port now uses GTK stock items for toolbar and menu bar.
2007-09-30 12:37:48 +00:00
Gerald Schmidt
d1c008912d
Omitted MS rebar option.
2007-09-28 20:32:49 +00:00
Gerald Schmidt
24f333d4a8
Ongoing work on i18n (Linux port).
2007-09-13 21:21:43 +00:00
Gerald Schmidt
e4ece4ad0f
Fixed 'saving read-only files fails silently' bug. Updated about box for 1.1.0.2.
2007-09-13 06:40:58 +00:00
Gerald Schmidt
aba51977cd
Added new developer to about box.
2007-09-12 22:44:19 +00:00
Justin Dearing
d3efe4d1e5
Added the GPL Copyright notice to all cpp and h files.
2007-09-11 23:14:06 +00:00
Gerald Schmidt
cd4bc4692f
i18n work (ongoing).
2007-09-09 22:18:54 +00:00
Gerald Schmidt
3e8b9aef57
Code cleanup.
2007-09-07 22:25:30 +00:00
Gerald Schmidt
74a1e4b5e1
Fixed incorrect permissions.
2007-09-07 21:17:30 +00:00
Gerald Schmidt
94ffbbb38f
Fixed incorrect permissions in root directory.
2007-09-07 21:12:03 +00:00