Open File In Workspace?

General questions regarding the usage of CodeLite
cgp1024
CodeLite Curious
Posts: 8
Joined: Mon Nov 30, 2009 7:01 pm
Genuine User: Yes
IDE Question: c++
Contact:

Open File In Workspace?

Post 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..
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Open File In Workspace?

Post 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
Make sure you have read the HOW TO POST thread
cgp1024
CodeLite Curious
Posts: 8
Joined: Mon Nov 30, 2009 7:01 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Open File In Workspace?

Post 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'
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Open File In Workspace?

Post 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
Make sure you have read the HOW TO POST thread
Post Reply