#geany-qop-plugin
Geany Quick Open File Plugin
Contents
Download the plugin : https://github.com/samyBadjoudj/geany-qop-plugin/blob/master/qop.c
Run :
gcc -c qop.c pkg-config --cflags --libs geany
-fPIC;gcc -shared -o qop.so qop.o;
sudo cp ./qop.so /file/of/geany/plugins/ (ex:/usr/lib/x86_64-linux-gnu/geany)
After installed successfully, load the plugin in Geany's plugin manager.
Go to Tools and click on "Quick Open File".
Here a POP-UP will help you to find your file quickly, by typing some letters that are in the name.
Then select the file by the arrows (up or down), type enter... or esc to dismiss the POP-UP