wizza-smile

Results 15 comments of wizza-smile

hello @emichael, are you talking about the HTML snippets? Those are not coming from SublimeCodeIntel but from Sublime directly. If you trigger your key-command for Sublimes "show_scope_name" you will see...

While SublimeCodeIntel **might be triggering** your popup to appear, those completions displayed are **not** provided by from SublimeCodeIntel. Can you provide us with your ``` "auto_complete_selector" "auto_complete_triggers" ``` settings from...

Fine. If you would like to get a better feeling for what is going on: Please set `"auto_complete_selector": "source - comment, text.html.markdown"` and remove HTML from `codeintel_enabled_languages`. You will most...

yes sorry, that is a bug in SublimeCodeIntel 2.0.7, where it is messing with your default Sublime's auto_complete. If you remove it and install `CodeCompplice` via packageControl instead (its a...

Actually I would totally recommend removing HTML from enabled_languages, since there are virtually no completions from SublimeCodeIntel for HTML. Sublime on the other hand offers good HTML completions ootb. I...

well, those bugs are fixed in CodeComplice (packagecontrol.io). I'd be interested to find out if that will give you what you want!

would this enable arbitrary pop transitions? So the user has the impression of popping the stack while he is actually switching to another nested route?

How can I access `TransitionDelegate` through vRouter, please?

> The animation in the reverse direction only plays when a page is removed from the top of the stack (which is what happens with `pop` but which can also...

I was able to pass a working transitionDelegate into vrouter_delegate.dart. have a look here: https://github.com/lulupointu/vrouter/pull/217/files But I don't understand how to proceed to either case 1. or 2. you mentioned...