Michaël Fortin
Michaël Fortin
# Problem svg-inject does not add suffixes to IDs located in style elements; it only replaces `url(#id)` references. This breaks styles and animations such as those exported by SVGator due...
Fixes #111. Not tested on Android, so please do before merging.
That will be the correct (and only) way to extend Xcode going forward.
See #47.
If an error precedes an highlighted range and another follows it, Xcode's marks for those errors won't necessarily be drawn before and after our highlight mark in the scroller. This...
- Multi-line method and function signatures. - Various method contents. - Symbol types. - ...
At the moment, that implies tweaking: - Select Methods and Functions - Select Method and Function Signatures - Duplicate Methods and Functions - Copy Method and Function Declarations - Highlight...
Some tracks: - [Friday Q&A 2014-01-24: Introduction to libclang](https://www.mikeash.com/pyblog/friday-qa-2014-01-24-introduction-to-libclang.html) - [Modern source-to-source transformation with Clang and libTooling](http://eli.thegreenplace.net/2014/05/01/modern-source-to-source-transformation-with-clang-and-libtooling/) - [Intro to the Clang AST](http://clang.llvm.org/docs/IntroductionToTheClangAST.html) - [LibASTMatchers Tutorial](http://clang.llvm.org/docs/LibASTMatchersTutorial.html) - [Matching the Clang...