Page 4 of 4

Re: codelite roadmap

Posted: Tue Sep 21, 2010 11:03 am
by eranif
Ctrl-M ?

Re: codelite roadmap

Posted: Tue Oct 05, 2010 9:07 am
by evstevemd
eranif wrote:Ctrl-M ?
That is it! :D

Another requests are:
1. to be able to drag and drop virtual folders into another virtual folder just as I can do with files-to-Vfolder
2. Re-factoring - Be able to move files in folders and Be able to know all files affected by the "include" statement.

Re: codelite roadmap

Posted: Tue Oct 05, 2010 9:34 am
by eranif
evstevemd wrote:2. Re-factoring - Be able to move files in folders and Be able to know all files affected by the "include" statement.
Right click a file name and select 'Rename' - codelite will then offer to modify all other files that includes that file (if enabled, it will also rename it in SVN from: 'plugins -> subversion -> settings' and enable the option ' when renaming a file, rename it in the repository as well')

Eran

Re: codelite roadmap

Posted: Wed Oct 06, 2010 9:44 am
by evstevemd
eranif wrote:
evstevemd wrote:2. Re-factoring - Be able to move files in folders and Be able to know all files affected by the "include" statement.
Right click a file name and select 'Rename' - codelite will then offer to modify all other files that includes that file (if enabled, it will also rename it in SVN from: 'plugins -> subversion -> settings' and enable the option ' when renaming a file, rename it in the repository as well')

Eran
I know and use that and is great. However I need some way to move files into directory and be able to change the includes
eg. I have file structure:
root -+
-folder1
- folder2

Now files were in folder1 and include path was

Code: Select all

#include "folder1/myinclude.h"
Now for some reason I want to move it to folder2 so that path changes to

Code: Select all

 #include "folder2/myinclude.h"
Suppose myinclude.h is included in 50 files, changing that is not funny :)
So I want to be able to move it in some way and be able to change the include path once and CL somehow do it in selected files (Files in given folder have same path?)

Hope I'm clear somehow

Re: codelite roadmap

Posted: Mon Oct 01, 2012 2:13 pm
by NilC
How about "Toggle Status Bar" functionality (Code::Blocks-like) ?

Re: codelite roadmap

Posted: Sun Mar 02, 2014 4:58 am
by dsisco11
About the Ctrl-M for maximizing the editor.
The standard 'maximize' button on windows is F11. Web browsers will maximize when you press F11(IE, Firefox, and Chrome all do) as well as the file browser itself. I am not sure if other operating systems use the same convention but it might be beneficial to consider adding a second key binding for F11 to trigger maximizing in CodeLite seeing as users (at least on windows) will be familiar with this and wont think "oh well it just doesn't maximize I guess" when they press F11 and CL does nothing because it uses a different keybinding.
Just a thought!

*edit*
Holy necro thread! Super sorry about that I didn't check the last post time V_V*

Re: codelite roadmap

Posted: Mon Mar 03, 2014 1:38 am
by eranif
dsisco11 wrote:The standard 'maximize' button on windows is F11
This shortcut is for "Full Screen" however, in codelite F11 is used for the debugger step-Into command (which is the default Visual Studio shortcut)
So I needed to choose between "Full screen" and "Debugger step-into"... guess who won ;)

Eran

Re: codelite roadmap

Posted: Mon Mar 03, 2014 3:20 am
by dsisco11
quite right I hadn't thought of that!