Jump to content

QXmlEdit: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
[[Image:QxmlEdit.png|right|300px]]
[[Image:QxmlEdit.png|right|300px]]
'''QXmlEdit''' is an open source [[XML]] editor, it has rather rudimentary parsing and editing facilities but a few unusual and quite useful XML and [[XLS]] visualisation modes that can be highly useful for developers and in addition can perform some utility functions such as automatically splitting large files and so on.
'''QXmlEdit''' is an open source [[XML]] editor, it has rather rudimentary parsing and editing facilities but a few unusual and quite useful XML and XSL visualisation modes that can be highly useful for developers and in addition can perform some utility functions such as automatically splitting large files and so on.


==Version==
==Version==
* Last known OS/2 version: QXmlEdit v0.9.4 (2016-06-12)
* Last known OS/2 version: QXmlEdit v0.9.4 (2016-06-12)
;Prerequisites
 
* [[GCC4Core]]
* [[Qt4]]
* [[Zlib]]
* [[pthread]]
* [[Extended System Tray]]
==Links==
==Links==
* [http://qxmledit.org QXmlEdit homepage]
* [http://qxmledit.org QXmlEdit homepage]
* [https://github.com/lbellonda/qxmledit QXmlEdit code reprisitory] - On [[GitHub]] - Note that this does not include OS/2 related changes.
* [https://github.com/lbellonda/qxmledit QXmlEdit code reprisitory] - On [[GitHub]] - Note that this does not include OS/2 related changes.
* [http://trac.netlabs.org/qtapps/wiki/QT4%20Office QT OS/2 apps] - On [[Netlabs]]
 
==Licence==
==Licence==
Open source software released under the [[LGPL v2]] licence.
Open source software released under the [[LGPL v2]] licence.
Line 19: Line 14:
==Authors==
==Authors==
* Luca Bellonda (Original author)
* Luca Bellonda (Original author)
* [[Elbert Pol]] (aka "TeLLie", OS/2 port)
* [[Elbert Pol]] (OS/2 QT4 port)


[[Category:Text editors]]
[[Category:Text editors]]
[[Category:XML]]

Revision as of 21:33, 17 September 2016

QXmlEdit is an open source XML editor, it has rather rudimentary parsing and editing facilities but a few unusual and quite useful XML and XSL visualisation modes that can be highly useful for developers and in addition can perform some utility functions such as automatically splitting large files and so on.

Version

  • Last known OS/2 version: QXmlEdit v0.9.4 (2016-06-12)

Links

Licence

Open source software released under the LGPL v2 licence.

Authors

  • Luca Bellonda (Original author)
  • Elbert Pol (OS/2 QT4 port)