Page 1 of 1

codeite 5.3 is available for download

Posted: Mon Oct 21, 2013 2:44 pm
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

Re: codeite 5.3 is available for download

Posted: Mon Oct 21, 2013 6:39 pm
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.

Re: codeite 5.3 is available for download

Posted: Mon Oct 21, 2013 6:43 pm
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

Re: codeite 5.3 is available for download

Posted: Tue Oct 29, 2013 8:49 am
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.

Re: codeite 5.3 is available for download

Posted: Sat Jan 04, 2014 2:22 pm
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.. :)