Congratulations!

CodeLite installation/troubleshooting forum
jgm
CodeLite Curious
Posts: 2
Joined: Sat Mar 29, 2008 7:31 am
Contact:

Congratulations!

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Congratulations!

Post 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
Make sure you have read the HOW TO POST thread
jgm
CodeLite Curious
Posts: 2
Joined: Sat Mar 29, 2008 7:31 am
Contact:

Re: Congratulations!

Post by jgm »

eranif wrote: Hope it answers your question
Eran
Indeed, thanks! :D
kwantum
CodeLite Curious
Posts: 1
Joined: Fri May 23, 2008 10:12 pm
Contact:

Re: Congratulations!

Post by kwantum »

:ugeek: I too would like to congradulate you eran ;)
I appreciate the hard work you put into CodeLite.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Congratulations!

Post 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
Make sure you have read the HOW TO POST thread
holys
CodeLite Curious
Posts: 1
Joined: Thu May 29, 2008 2:29 pm
Contact:

Re: Congratulations!

Post by holys »

I am so excited at Codelite and so nearly knock on desk :D

Congratulations!
samueldotj
CodeLite Curious
Posts: 5
Joined: Fri Aug 08, 2008 9:11 am
Contact:

Re: Congratulations!

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Congratulations!

Post 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
Make sure you have read the HOW TO POST thread
Post Reply