what is geany.glide file internally? not even what it is, but how geany reads 
it. If Genay (C program) opens it as a file, and reads from it, then it is 
absolutely not a requirement that it has to be a fixed path.
in a scenario, like: 
`FILE *fopen(const char *filename, const char *mode); `
the *filename can be anything under the sun, and same for any other higher 
level file access file including file streams, and what not. 
So I don't understand how the comment about C program, a compiled language 
paths can only be set at build time. The reason it has to be fixed, is because 
that's how someone decided to write it. It's not because it must be that way. I 
wish to propose a fix to the source code that would solve this in a dynamic 
way, rather than hardcoded static way. It would make Geany so much more 
versatile. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/788#issuecomment-348664150

Reply via email to