Author Topic: Link With Editor + Open Resource  (Read 5561 times)

Offline jpaterso

  • Multiple posting newcomer
  • *
  • Posts: 57
Link With Editor + Open Resource
« on: August 21, 2008, 11:05:02 am »
Hi All,

Again, thanks for all the hard work that goes into this great compiler. I definitely find it to be the best C++ IDE out there.

I've been doing lots Java development using Eclipse, and two of the small features that If find incredibly useful are the Link With Editor button that links the current open file with the Package Explorer, and the Open Resource, which lets you type in some resource name to open it. Those two features used together provide a really fast way to open files and view the directories that they are stored in.

Now that I'm doing C++ work in C::B I really find myself missing those features. Does anybody else feel the same way? How much work would it be to add these to C::B?

Cheers,

Joseph.

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: Link With Editor + Open Resource
« Reply #1 on: August 21, 2008, 11:57:38 am »
Hi !

You can try alt + g
It lists all files that belongs to your project.

Dje

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: Link With Editor + Open Resource
« Reply #2 on: August 21, 2008, 01:53:55 pm »
Not only does Alt-G list the files, it filters them by partial input of the name.

So if I have files CodesSnippets.cpp and CodeSnippetsApp.cpp, and I type Alt-G then "app", I see only the files with the phrase "app" in them.

It's great!

Offline jpaterso

  • Multiple posting newcomer
  • *
  • Posts: 57
Re: Link With Editor + Open Resource
« Reply #3 on: August 22, 2008, 01:23:10 am »
Brilliant! Excuse my hastiness in requesting an already existing feature  :?

Joseph.