Page 1 of 1

Open File In Workspace?

Posted: Mon Nov 30, 2009 7:06 pm
by cgp1024
Is there a way to do this, like how alt-shift-o works in visual assist?

It pops up a dialog with the columns File, Path, Project, and then has an area to type substrings, which filters the files listed..

Re: Open File In Workspace?

Posted: Mon Nov 30, 2009 7:26 pm
by eranif
Ctrl-Shift-R -> like eclipse
Ctrl-Shift-Y -> This will open the 'Quick Finder' in codelite (little text control at the bottom of the screen) this one allows you to search for classes/files/functions etc

Eran

Re: Open File In Workspace?

Posted: Mon Nov 30, 2009 7:54 pm
by cgp1024
That's exactly what I was looking for. I suppose its just a terminology malfunction on my part-- didn't associate 'resource' with 'file'

Re: Open File In Workspace?

Posted: Mon Nov 30, 2009 8:00 pm
by eranif
cgp1024 wrote:That's exactly what I was looking for. I suppose its just a terminology malfunction on my part-- didn't associate 'resource' with 'file'
You might also want to try:

Ctrl-Shift-T --> opens class/struct/namespace
Ctrl-Shift-Y --> allows opening of: class/structs/namespace/unions/functions/defines/typedef/file (you got a little button to the right to specify the search criteria)

Eran