Update dialog editors list in the manual.

Remove wxDesigner which is not offered any more and add wxCrafter.

Also use more neutral "form designer" term to avoid giving the impression that
these tools can only be used for the dialogs.

Closes #16744.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-12-24 13:57:14 +00:00
parent 443443db98
commit 5b414a2795

View File

@@ -48,16 +48,16 @@ text editor, for all but the smallest files it is advisable to use a
specialised tool. Examples of these include:
@e Non-free:
@li wxDesigner <http://www.wxdesigner-software.de/>, a commercial dialog
designer/RAD tool.
@li DialogBlocks <http://www.anthemion.co.uk/dialogblocks/>, a commercial
dialog editor.
@e Free:
@li XRCed <http://xrced.sf.net/>, a wxPython-based dialog editor that you
can find in the wxPython/tools subdirectory of the wxWidgets SVN archive.
@li wxFormBuilder <http://wxformbuilder.org/>, a C++-based dialog editor that
@li wxFormBuilder <http://wxformbuilder.org/>, a C++-based form designer that
can output C++, XRC or python.
@li wxCrafter (free version) <http://www.codelite.org/wxcrafter/>, a C++-based form designer that
can output C++ or XRC.
There's a more complete list at <http://www.wxwidgets.org/wiki/index.php/Tools>