codeite 5.3 is available for download

CodeLite's announcements
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

codeite 5.3 is available for download

Post by eranif »

Hi,

I am happy to announce that codelite 5.3 is ready for download

Release highlight:
Release highlights:
==================
NEW: A SFTP plugin was added to codelite. With the SFTP plugin one can now:
- Define new SSH accounts
- Browse on a remote machine
- Open remote files, edit and save the files directly to the remote machine
- "Workspace Mirroring": With this new feature the user can synchronize between 2 similar codelite workspaces
(i.e. every file saved on one machine will be copied automatically to the remote machine over SSH)

NEW: codelite-make: a command-line tool that generated Makefiles based on codelite's workspace / project. This tool does not require X-server to run

The following plugins were improved (new functionalites, UI updates): git, database explorer, cscope and Wizard (class generators)

Many bugs were fixed in this release, and there were UI improvements to many dialogs
For a full list of changes you can see in the ChangeLog file

You can get it from here

EDIT:
I have created the proper docs for the SFTP plugin and it can be found here

Enjoy,
Eran
Make sure you have read the HOW TO POST thread
thinkli
CodeLite Curious
Posts: 2
Joined: Mon Oct 21, 2013 6:34 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: codeite 5.3 is available for download

Post by thinkli »

haha, Sofa...

Thanks for your hard work.

And will you please add/improve the following feature?

1. memory view by word/double word format (by byte only current now).
2. More inteligent code hits and outline like visual assist X.
3. Conditional break points.

THanks.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: codeite 5.3 is available for download

Post by eranif »

thinkli wrote:More inteligent code hits and outline like visual assist X.
If you could elaborate on this one - by examples it will be great. Currently it is like saying "make it better please"
thinkli wrote:Conditional break points.
This is already supported. Right click on the right margin and select ' add conditional breakpoint '

Eran
Make sure you have read the HOW TO POST thread
spaces
CodeLite Veteran
Posts: 67
Joined: Mon Aug 22, 2011 10:15 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: codeite 5.3 is available for download

Post by spaces »

Just a quick thank you. The function selector or I don't know what's it called the dropdown listbox above the editor is working. Very nice, thank you.
pavel.iqx
CodeLite Enthusiast
Posts: 19
Joined: Wed Jun 26, 2013 12:46 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: codeite 5.3 is available for download

Post by pavel.iqx »

Outline shows tags only from current file. It would be interesting if Outline show source and header tags merged. Now it is just like shorcut list, but merged it would be more like project explorer.
Single click jumps to declaration, double click to definition... or something.. :)
Debian GNU/Linux 7.3 (wheezy) x64; CodeLite 5.4 from repo & CodeLite self-compiled from git HEAD
Post Reply