[Announcment] wxCrafter 1.1 is available for download
Posted: Thu Mar 21, 2013 11:50 am
Hi,
I am happy to announce that wxCrafter 1.1 is available for download.
Make sure you choose to correct wxCrafter that matches your codelite version
Note for Debian / Ubuntu users:
We have separated the wxCrafter package from codelite, to install wxCrafter you should run:
This release includes various improvements:
I am happy to announce that wxCrafter 1.1 is available for download.
Make sure you choose to correct wxCrafter that matches your codelite version
Note for Debian / Ubuntu users:
We have separated the wxCrafter package from codelite, to install wxCrafter you should run:
Code: Select all
sudo apt-get install wxcrafter
- wxCrafter can now work in a single window mode or as a tab, switching between codelite's frame and wxCrafter frame can be done using the keyboard shortcut Ctrl-Shift-F12 or by clicking on the wxCrafter icon on the toolbar
- Working in a single window mode (i.e. wxCrafter runs on its own wxFrame), allows using the standard keyboard shortcuts (Ctrl-C/V/C/X, DEL) to manipulate the tree
- wxRibbonBar support (registered version only) http://www.youtube.com/watch?v=_IUE0drA ... e=youtu.be
- Various bugs fixed
- wxCommandLinkButton - allow setting different bitmap
- wxGird: allow inserting rows + use native headers
- Bitmap code generation: fixed bug when bitmap code was not updated
- Various custom control bug fixes