[Announcment] wxCrafter 1.1 is available for download

Post here wxCrafter related issues / features / bugs
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

[Announcment] wxCrafter 1.1 is available for download

Post by eranif »

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:

Code: Select all

sudo apt-get install wxcrafter
This release includes various improvements:
  • 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
wxc.png
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
iwbnwif
CodeLite Veteran
Posts: 81
Joined: Thu Mar 21, 2013 1:12 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: [Announcment] wxCrafter 1.1 is available for download

Post by iwbnwif »

That is great news especially as I registered my copy yesterday :D

At the moment the Ubuntu version is still 5.0.6213 for Quantal. Am I being too impatient?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [Announcment] wxCrafter 1.1 is available for download

Post by eranif »

The deb packaging is a bit slower :P
Hopefully it will be up today

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [Announcment] wxCrafter 1.1 is available for download

Post by eranif »

iwbnwif wrote:t the moment the Ubuntu version is still 5.0.6213 for Quantal.
The deb packages were uploaded last night (thanks to DavidGH effort)

Note that for the 5.1 release we have separated the wxCrafter deb from codelite's deb (for easy maintenance and faster release cycle)
So you will need to:

Code: Select all

sudo apt-get update
sudo apt-get install codelite wxcrafter
Eran
Make sure you have read the HOW TO POST thread
iwbnwif
CodeLite Veteran
Posts: 81
Joined: Thu Mar 21, 2013 1:12 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: [Announcment] wxCrafter 1.1 is available for download

Post by iwbnwif »

Thanks Eran and DavidGH, downloaded this morning and it is working brilliantly :D
Manja
CodeLite Curious
Posts: 4
Joined: Thu Apr 25, 2013 11:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [Announcment] wxCrafter 1.1 is available for download

Post by Manja »

Hello,
codelite V. 5.2 worked not width wxcrafter V. 1.1 ?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [Announcment] wxCrafter 1.1 is available for download

Post by eranif »

Manja wrote:codelite V. 5.2
This is trunk version

You failed to mention your OS version.
For Windows, it will definitely will not work.

I havn't tested it on other platforms. But in a general rule - codelite 5.1 should be working with 1.1 any other combination is not supported

Eran
Make sure you have read the HOW TO POST thread
Manja
CodeLite Curious
Posts: 4
Joined: Thu Apr 25, 2013 11:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [Announcment] wxCrafter 1.1 is available for download

Post by Manja »

Hello eranif
then i waiting for passed Version.
My System SuSE v. 12.3 64 Bit

kind regards
Post Reply