codelite roadmap
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite roadmap
It is there since revision 600 or so
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite roadmap
Voila!kspes wrote: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)?evstevemd wrote:What Eclipse does is it imports all the used classes used in your class
CodeLite 15.x
CodeLite is awesome, I just Love it!
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite roadmap
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
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
CodeLite 15.x
CodeLite is awesome, I just Love it!
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite roadmap
Again this is nothing but laziness.
I'm used to Compile and Run toolbar shortcut and I miss it
Also disable console window when running GUI app
I'm used to Compile and Run toolbar shortcut and I miss it
Also disable console window when running GUI app
CodeLite 15.x
CodeLite is awesome, I just Love it!
-
- CodeLite Enthusiast
- Posts: 20
- Joined: Fri Feb 26, 2010 7:13 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: codelite roadmap
Me too! I know there is key stroke, but really a toolbar activation feels more natural.evstevemd wrote: ...
I'm used to Compile and Run toolbar shortcut and I miss it
...
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
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite roadmap
Right click project and open project settings.evstevemd wrote:Also disable console window when running GUI app
in the 'General' tab, uncheck the option that says: "Pause when execution ends"
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite roadmap
CodeLite 15.x
CodeLite is awesome, I just Love it!
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite roadmap
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?
That will prevent "linking failed...access denied" when building without terminating application
Is this even feature request or a bug?
CodeLite 15.x
CodeLite is awesome, I just Love it!
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite roadmap
This is a user errorevstevemd wrote:Is this even feature request or a bug?
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite roadmap
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
The button will toggle so that clicking again will show everything. That will enable to have enough coding space
CodeLite 15.x
CodeLite is awesome, I just Love it!