Michaël Fortin

Results 25 issues of 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.

feature
high priority

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...

bug
up-for-grabs

- Multi-line method and function signatures. - Various method contents. - Symbol types. - ...

tests
up-for-grabs

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...

feature

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...

enhancement