Re:OpenFileUnderCursor
Brought to you by:
set
From: Thiago F.G. A. <tf...@za...> - 2001-09-23 12:06:26
|
On 22/09/01 21:16:04, I wrote: >#include "Lexer/Interface.h" > >OpenFileUnderCursor tries to open "Interface.h" in current directory. Can this be fixed? Actually, this works. :) Sorry. What does not work is this: Now I am in "Lexer/Interface.h". It includes another file: #include "Token.h" Now, if I press ^Enter under "Token.h", it looks for "Token.h" in the current directory (the "main" source directory, the dir from which I started RHIDE). But it is not there, it is inside Lexer/. The thing is: OpenFileUnderCursor should look for the file relative to the directory the current file is located, and not the working directory of RHIDE. Thiago |