koroshiya

Results 7 comments of koroshiya

You can get a decent implementation going by making a few small additions to the attrs.xml and FloatingActionButton.java files. However, this includes adding a dependency on support-vector-drawable, so I don't...

Hi chamroeunbm, without being able to reproduce the issue I don't know how much help I'll be. I can see where the infinite loop would take place though. Does this...

It seems to be a problem with the Python syntax package. Even when going back to older builds of ST4 the problem still came up (I assume because syntax packages...

Hmm, that's a tricky one. The problem appears to be that sublime-completions files don't consider those sorts of characters to be part of the trigger. So even though the auto-complete...

It should be a matter of leaving source.python until the end, so your overridden string tags are entered earlier. ie. Leave your existing string captures in, and have the source.python...

Closing this issue as the "temporary workaround" has been in place for years and will probably remain there. Relying on a bundled version of the Python syntax package seems to...

No problem. I realize it isn't something most people would use. Regex should be fairly straightforward. I replicated what was done for single/double quotes using backticks, so the regex should...