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?
Congratulations!
-
- CodeLite Curious
- Posts: 2
- Joined: Sat Mar 29, 2008 7:31 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Congratulations!
Hi,
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
Thanks a lot!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.
CodeLite build system is based on Makefiles. That means there are 2 ways to compile projects:jgm wrote:Also i have a question, does codelite supporst compiling without using make files?
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
-
- CodeLite Curious
- Posts: 2
- Joined: Sat Mar 29, 2008 7:31 am
- Contact:
Re: Congratulations!
Indeed, thanks!eranif wrote: Hope it answers your question
Eran
-
- CodeLite Curious
- Posts: 1
- Joined: Fri May 23, 2008 10:12 pm
- Contact:
Re: Congratulations!
I too would like to congradulate you eran
I appreciate the hard work you put into CodeLite.
I appreciate the hard work you put into CodeLite.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Congratulations!
Thank you kwantum, (I know that you were the first member to register on the previous forum )kwantum wrote: I too would like to congradulate you eran
I appreciate the hard work you put into CodeLite.
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
-
- CodeLite Curious
- Posts: 1
- Joined: Thu May 29, 2008 2:29 pm
- Contact:
Re: Congratulations!
I am so excited at Codelite and so nearly knock on desk
Congratulations!
Congratulations!
-
- CodeLite Curious
- Posts: 5
- Joined: Fri Aug 08, 2008 9:11 am
- Contact:
Re: Congratulations!
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
I am impressed by codelite's features. Mostly, integration of SVN and GDB.
Thanks for the hard work and keeping it open source.
Sam
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Congratulations!
Thankssamueldotj wrote:I am impressed by codelite's features
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:integration of SVN
CodeLite will always be open sourcesamueldotj wrote:and keeping it open source.
Eran
Make sure you have read the HOW TO POST thread