Page 2 of 3

Re: codelite 3.0 is available for download

Posted: Wed Nov 02, 2011 3:37 am
by mtrenkmann
Where is the Codelite +1 button?

To be serious, this is by far the best IDE for C++ development under Linux. I am a german C++ programmer working under Crunchbang Linux and tried almost every IDE available during the last years (KDevelop, Anjuta, Netbeans, Eclipse, Codeblocks).

Recently I moved to Codelite and still today I am deeply impressed how technically mature this IDE feels and works. It is feature-rich, has well-integrated plugins and is still not overloaded or bloated. The code completion alone with that nice additional code documentation window is just awesome.

I couldn't believe that all this was developed by just one person. Eran, this is really great work, Codelite has the chance to become the #1 IDE for C++ at least under Linux. I will definitely recommend it to all of my colleagues.

Big thank you!
- Martin

PS: I do not get payed :D just want to honor good work.

Re: codelite 3.0 is available for download

Posted: Wed Nov 02, 2011 11:32 am
by eranif
mtrenkmann wrote:Where is the Codelite +1 button?
I just added one - look at the top left of your post ;)

Eran

Re: codelite 3.0 is available for download

Posted: Tue Nov 15, 2011 10:01 pm
by jfouche
Hi Eran

When do you plan the next release ?
I mainly wait for it for the wxScintilla bug.
Thanks

Re: codelite 3.0 is available for download

Posted: Tue Nov 15, 2011 11:24 pm
by eranif
jfouche wrote:I mainly wait for it for the wxScintilla bug.
I still need confirmation from people that the workaround I put in the wxSCintilla actually works.. (it worked for me on Hebrew layout) but I need some more feedback about German Keyboard /French and Chinese

Other than that, I think that I will wait 2-3 days to see that codelite is stable enough for release (many new features where added + I upgraded MinGW to 4.6.1)
I will talk to David and see what does he think about starting wrap things up for a new release

Eran

Re: codelite 3.0 is available for download

Posted: Wed Nov 16, 2011 12:10 pm
by wuffe
eranif wrote: I still need confirmation from people that the workaround I put in the wxSCintilla actually works.. (it worked for me on Hebrew layout) but I need some more feedback about German Keyboard /French and Chinese
Eran
I must admit that I do not know specifically what the problem with wxSCintilla is....
But I can report that CodeLite 3.0.5046 works great on Ubuntu 11.04 (amd64) with Danish keyboard - I use it every day

/Uffe

Re: codelite 3.0 is available for download

Posted: Wed Nov 16, 2011 5:27 pm
by jfouche
eranif wrote:
jfouche wrote:I mainly wait for it for the wxScintilla bug.
I still need confirmation from people that the workaround I put in the wxSCintilla actually works.. (it worked for me on Hebrew layout) but I need some more feedback about German Keyboard /French and Chinese
Checked on 5275 with french keyboard : all my keyboard works now.
But it seems that the keyboard shortcuts are crazy :
- Change the toggle line comment shortcut to CTRL+:
- Validate the shortcut editor window
- Re-open the keyboard shortcuts : the CTRL+: shortcut is assigned to View / Display EOL :shock:

The problem exists also with 3.0 rev 5045.

Re: codelite 3.0 is available for download

Posted: Wed Nov 16, 2011 8:13 pm
by frank_frl
My german keyboard works as expected, except that I have confused keyboard shortcuts as well.

Frank

Re: codelite 3.0 is available for download

Posted: Thu Nov 17, 2011 1:35 pm
by eranif
jfouche wrote:But it seems that the keyboard shortcuts are crazy :
Try this:
Settings -> Keyboard Shortcuts -> Defaults

This should "reset" the keyboard to a working state
Eran

Re: codelite 3.0 is available for download

Posted: Thu Nov 17, 2011 2:12 pm
by jfouche
Hi Eran,

The reset to defaults works as expected, but I can't assign my own shortcuts (this is the crazy part).

Re: codelite 3.0 is available for download

Posted: Thu Nov 17, 2011 3:05 pm
by eranif
Does it work for codelite 3.0 or are you referring to trunk version?

Eran