https://bugs.kde.org/show_bug.cgi?id=378322
Bug ID: 378322 Summary: Kate-ctags-plugin can not passes path string which contain space character to ctags command correctory Product: kate Version: 16.08 Platform: MS Windows OS: MS Windows Status: UNCONFIRMED Severity: normal Priority: NOR Component: application Assignee: kwrite-bugs-n...@kde.org Reporter: x1353...@outlook.com Target Milestone: --- Kate-ctags-plugin separate path string by space character then passes to command. Thus, ctags can not find the directory when the path string contain space character. Example: ----- Setting of CTags plugin ----- Index Target: D:/Projects/tmp/src dir CTags database file: D:\Projects\tmp\tags dir\tags CTags command: logargs.bat ----- logargs.bat ----- echo [%0] [%1] [%2] [%3] [%4] [%5] [%6] [%7] [%8] [%9] >> "%TEMP%\args.log" ----- args.log ----- [logargs.bat] [-f] [D:\Projects\tmp\tags] [dir\tags] [D:/Projects/tmp/src] [dir] [] [] [] [] -- You are receiving this mail because: You are watching all bug changes.