Page 3 of 4

Re: codelite roadmap

Posted: Tue Mar 09, 2010 7:24 pm
by eranif
It is there since revision 600 or so :P

Eran

Re: codelite roadmap

Posted: Wed Mar 10, 2010 9:00 am
by evstevemd
kspes wrote:
evstevemd wrote:What Eclipse does is it imports all the used classes used in your class
you mean like a function that would scan all your function calls and used classes in a c++ file and then suggest which include files you need to include (and haven't yet included)?
Voila! :mrgreen:

Re: codelite roadmap

Posted: Wed Mar 10, 2010 9:56 am
by evstevemd
Ooh! I forgot this
Abilitiy to add help files and launch them via help menu. you should be able to select default help file that will be launched via F1 key

Re: codelite roadmap

Posted: Thu Mar 11, 2010 9:48 am
by evstevemd
Again this is nothing but laziness.
I'm used to Compile and Run toolbar shortcut and I miss it :D

Also disable console window when running GUI app :mrgreen:

Re: codelite roadmap

Posted: Thu Mar 11, 2010 12:09 pm
by garfield
evstevemd wrote: ...
I'm used to Compile and Run toolbar shortcut and I miss it :D
...
Me too! I know there is key stroke, but really a toolbar activation feels more natural.

May be the best way is to have the current "run project" button to be modifiable on holding Shift, and to have an option for what is the default.
For me:
click: save, compile, run; DON NOT rut if error occurs!
Shift + click: run the last build, ignoring file changes (the file is not saved!)

Thanks
MihailNaydenov

Re: codelite roadmap

Posted: Thu Mar 11, 2010 12:12 pm
by eranif
evstevemd wrote:Also disable console window when running GUI app
Right click project and open project settings.
in the 'General' tab, uncheck the option that says: "Pause when execution ends"

Eran

Re: codelite roadmap

Posted: Thu Mar 11, 2010 2:21 pm
by evstevemd
:P

Re: codelite roadmap

Posted: Fri Mar 12, 2010 11:25 am
by evstevemd
Terminate any app ran by CL before start building process.
That will prevent "linking failed...access denied" when building without terminating application :)
Is this even feature request or a bug? :mrgreen:

Re: codelite roadmap

Posted: Fri Mar 12, 2010 11:35 am
by eranif
evstevemd wrote:Is this even feature request or a bug?
This is a user error ;)

Eran

Re: codelite roadmap

Posted: Tue Sep 21, 2010 1:31 am
by evstevemd
I suggest you add toolbar button to Maximize Editor (Hiding all other AUI windows)
The button will toggle so that clicking again will show everything. That will enable to have enough coding space