I'm using Geany to code in C++, when I saved a file I accidentaly put a backslash ( '' ) at the end of the name, and that cause an error when I tried to compile my code, "Syntax error: Unterminated quoted string" because of the command code: "g++ -Wall -o "C_file" "C_file.cpp" -std=c++11".
--- 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/1001
The bug is here in the quoting mechanism used to spawn commands, as it should have escaped the ``, not in allowing a backslash in the file name.
It's a mostly known bug that is unfortunately annoyingly hard to fix without risking to break existing setups or limiting valid use cases.
--- 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/1001#issuecomment-212147818
Okay, thank you for the fast answer, sorry if the bug was already reported.
--- 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/1001#issuecomment-212149105
github-comments@lists.geany.org