Page 1 of 1

Congratulations!

Posted: Sat Mar 29, 2008 7:40 am
by jgm
Hi eran, just wanted to congratulate you on all you have done done in a short time! Also wanted to be one of the first users registered on this forums. :)
Also i have a question, does codelite supporst compiling without using make files?

Re: Congratulations!

Posted: Sat Mar 29, 2008 11:13 am
by eranif
Hi,
jgm wrote:Hi eran, just wanted to congratulate you on all you have done done in a short time! Also wanted to be one of the first users registered on this forums. :)
Thanks a lot!
jgm wrote:Also i have a question, does codelite supporst compiling without using make files?
CodeLite build system is based on Makefiles. That means there are 2 ways to compile projects:

1. You let CodeLite generate its own makefiles for you, and then it uses them for the build process (this is the default behavior). So in a way you can think of CodeLite build system as something similar to ''premake', 'cmake', 'qmake' or any other makefile generator

2. You use your own way of compiling, that is, lets say you are using 'ant' tool for the build process, you can simply mark the project as 'custom build' enabled and provide there the command to use for the build process.

Hope it answers your question

Eran

Re: Congratulations!

Posted: Sun Mar 30, 2008 1:16 am
by jgm
eranif wrote: Hope it answers your question
Eran
Indeed, thanks! :D

Re: Congratulations!

Posted: Fri May 23, 2008 10:19 pm
by kwantum
:ugeek: I too would like to congradulate you eran ;)
I appreciate the hard work you put into CodeLite.

Re: Congratulations!

Posted: Sat May 24, 2008 10:08 am
by eranif
kwantum wrote::ugeek: I too would like to congradulate you eran ;)
I appreciate the hard work you put into CodeLite.
Thank you kwantum, (I know that you were the first member to register on the previous forum ;) )

You can expect some exciting new features / improvements in the next build (automatically highlight all occurrences of selected word, better regex search for Find/Replace, Find/Replace in selected text and more)

Eran

Re: Congratulations!

Posted: Thu May 29, 2008 2:59 pm
by holys
I am so excited at Codelite and so nearly knock on desk :D

Congratulations!

Re: Congratulations!

Posted: Fri Aug 08, 2008 9:30 am
by samueldotj
Hi Eran,

I am impressed by codelite's features. Mostly, integration of SVN and GDB.

Thanks for the hard work and keeping it open source.

Sam

Re: Congratulations!

Posted: Fri Aug 08, 2008 10:03 am
by eranif
samueldotj wrote:I am impressed by codelite's features
Thanks
samueldotj wrote:integration of SVN
Not many people noticed that, but the SVN context menu of the 'File Explorer' tab has a richer content (operations like: Create Change Log, Abort, Cleanup and other)
samueldotj wrote:and keeping it open source.
CodeLite will always be open source

Eran