mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
- XML Copy Editor is a fast validating XML editor. Features: * DTD/XML Schema/RELAX NG validation * XSLT * XPath * Pretty-printing * Syntax highlighting * Folding * Tag completion * Tag locking * Tag-free editing * Spelling and style check * Built-in support for XHTML, XSL, DocBook and TEI PR: ports/118483 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) Approved by: linimon (mentor)
10 lines
278 B
Diff
10 lines
278 B
Diff
--- src/xmlcopyeditor.h.orig Thu Dec 20 19:39:44 2007
|
|
+++ src/xmlcopyeditor.h Thu Dec 20 19:40:47 2007
|
|
@@ -21,6 +21,7 @@
|
|
#define XMLCOPYEDITOR_H
|
|
|
|
#define NEWFINDREPLACE 1
|
|
+#define ICONV_CHAR_CAST(x) ((ICONV_CONST char **)(x))
|
|
|
|
#include <wx/wx.h>
|
|
#include <wx/fdrepdlg.h>
|