OpenFileUnderCursor
Brought to you by:
set
From: Thiago F.G. A. <tf...@za...> - 2001-09-23 00:17:25
|
The other day I wrote: > OpenFileUnderCursor doesn't work with <filename.h>, just with "filename.h" It turned out that this is not always the case. Sometimes it works just with <filename.h>, sometimes just with "filename.h" and sometimes with neither of them. I don't know the reason and I was not able to identify the circumstances under which each of these errors occurs. I guess this is not very helpful, isn't it? :-/ There is another thing. I don't know if this is already fixed in SETEDIT (in which case I apologize), but this is something I noticed in RHIDE. When you have something like this: #include "Lexer/Interface.h" OpenFileUnderCursor tries to open "Interface.h" in current directory. Can this be fixed? Thiago |