[ANN] CodeLite 12.0.12 is available

This forum is for the weekly builds only.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

[ANN] CodeLite 12.0.12 is available

Post by eranif »

Hi,

CodeLite version 12.0.12is available for download
  • GTK3 build for CodeLite under Ubuntu 18.04 only
  • OSX Mojave support (including dark theme)
  • Many parts of the UI were re-written
  • Dark theme can be set for Windows (you can choose it form the Help->Run setup wizard, or from Settings->Colours and fonts, and select dark base colour of your liking)
  • Find in files now allows to exclude matches from the search using wildcard patterns
  • Find in files: settings are kept per workspace type (C++, NodeJS, PHP and Docker)
The following platforms are supported in this release:
  • OSX Bundle built against macOS mojave
  • Windows 64 bit
  • Ubuntu 18.04/64 bit deb file built against GTK3
  • Ubuntu 18.04/64 bit deb file
Linux 18.04 Users:
to install the deb file, you will need to uninstall any old version of CodeLite you might have installed:

Code: Select all

sudo apt-get install gdebi
sudo apt-get purge codelite wxcrafter
sudo gdebi -n /path/to/codelite/deb/file
Links:
Download Page
What's New?

Thanks,
Eran
Make sure you have read the HOW TO POST thread
mosh
CodeLite Curious
Posts: 2
Joined: Wed Jul 17, 2019 3:56 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: [ANN] CodeLite 12.0.12 is available

Post by mosh »

Hi, Eranif, Where can I download Codelite 12??? The link only leads to the latest release. I need it for Mac OS. PLease let me know!
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: [ANN] CodeLite 12.0.12 is available

Post by DavidGH »

Hi,

See the 12.0.16 thread for a 12.0.16 answer.

If you really must use 12.0.12 instead, I suspect that changing the '16' in the contained link to '12' would work.

Regards,

David
mosh
CodeLite Curious
Posts: 2
Joined: Wed Jul 17, 2019 3:56 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: [ANN] CodeLite 12.0.12 is available

Post by mosh »

Thanks for the link, are there steps to install a tar file? I used the README.txt that was included but I'm still having trouble installing Codelite 12.0.16.
Post Reply