Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: u2227 on May 05, 2008, 04:23:02 am

Title: open file at cursor
Post by: u2227 on May 05, 2008, 04:23:02 am
this feature works, and so many thanks for that!
but
1) I cannot assign a key binding to it
2) it will only work if the cursor is placed on the line that contains the #include directive.
  C++builder from Borland has it better for me, it works everywhere where it finds something similar to file name.

For example I have this:

string S = loadstring("README.TXT");
now I put cursor on "README.TXT" and want to open it by pressing Ctrl+Enter or any other key-binding.
Code::Blocks would not allow that.