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..
Open File In Workspace?
-
- CodeLite Curious
- Posts: 8
- Joined: Mon Nov 30, 2009 7:01 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Open File In Workspace?
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
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
-
- CodeLite Curious
- Posts: 8
- Joined: Mon Nov 30, 2009 7:01 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Open File In Workspace?
That's exactly what I was looking for. I suppose its just a terminology malfunction on my part-- didn't associate 'resource' with 'file'
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Open File In Workspace?
You might also want to try: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'
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