On Sun, 4 Jul 2010 17:24:49 +0400 Eugene Arshinov earshinov@gmail.com wrote:
No, we need to look for absolute path if and only if Geany is run using relative path.
Why not, really.
Getting absolute path from relative to current directory is ~5 lines without any hacks.
Even less - tm_get_real_path() is our friend here, it both expands the path and checks if it exists.
Updated version attached.