SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Topic started by: jc44 on July 03, 2013, 11:16:50 AM

Title: v18: goto definition of #include doesn't use path
Post by: jc44 on July 03, 2013, 11:16:50 AM
If I have a line such as:

#include "debug/debug.h"

and I have multiple debug.h files in my project then I would hope that when I hit Ctrl+. (Brief emulation) with my cursor on the "debug.h" I would be taken to a file whose path matched "debug/debug.h" rather than just a random debug.h which is what happens. In addition if no match then error, multiple matches then a chooser box.