Use standard include paths for "open selected file"
commit73f345eb09e52a195f823d6e28bc52702b735388
authorJiří Techet <techet@gmail.com>
Fri, 23 Jul 2010 23:29:15 +0000 (24 01:29 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Wed, 11 Jan 2012 21:57:31 +0000 (11 22:57 +0100)
tree7382bf6798330a6e3a0281478658bbda601c676b
parentd4b2b89d009aa8c5314a86450ea13190f4a20241
Use standard include paths for "open selected file"

Under linux, try to locate the file with the given
name also under /usr/local/include and /usr/include.
This feature is probably most often used for
opening include files so this helps for the system
ones.

In addition, fix locale/utf8 encoding usage.
src/callbacks.c