Tool/software: Code Composer Studio
I've been seeing stupid issues with this single I started using CCS and they don't seem to be going away
1. When I type '--' (double hyphen) to begin defining a compiler flag, the editor changes it to '—' (a continuous decorator line) after a split second. This is so annoying! I have to cut and paste hyphens to define new flags
2. Something is broken in the algorithm for escaping quotations. The dialog starts adding \ before every " and the contents of include path strings become inoperative. Thus --include_path="${CG_TOOL_ROOT}/include" becomes include_path=\"${CG_TOOL_ROOT}/include\" and doesn't work. When I correct it, and hit 'OK', the errors are re-introduced. It's as if the algorithm for determining what's inside quotations (thus needing escaping) is broken. This is unbelievably annoying!
I'm using CCS 7.4 on OSX