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
