Vova Kolobok
Vova Kolobok
Do you mean `subprocess.Popen`? it is part of Python standard library https://docs.python.org/3/library/subprocess.html#popen-constructor
I’ve no OSX so I cannot be sure, maybe plugin was not reloaded properly, restart ST will fix it Or maybe you call command in wrong way, test in console:...
Thanks for effort Please rename setting to `dired_use_global_exclude_patterns` The checks should be probably moved to `is_hidden` method because `prepare_filelist` is not used in `traverse_tree` method of `Refresh` class; alternatively, we...
It works for me in 3114 and 3118. You probably have some keybinding for TAB which overrides SmartMarkdown ones. Try [FindKeyConflicts](https://packagecontrol.io/packages/FindKeyConflicts) to see it. Try to copy SM keybindings for...
> so maybe something with fireing smart_folding command? Or something with keyboard or the way how ST interprets input. Command works just fine for me, you can check like this:...
> There's a related issue with the >, | and %. fixed
Yes, more than two empty blockquote lines makes no sence for pandoc (it ignores these like there is only one empty line, assume others does the same). Line block (`|`)...
I think it's not possible. I had contributed in UberWriter (not much, but, well, FWIW) and IIRC it matchs bullets and set negative left margin: so bullet itself goes left...
Should be possible theoretically. You have to create your own command with unique name which will handle click (like [our doubleclick](https://github.com/aziz/SublimeFileBrowser/blob/master/dired.py#L769-L791)) and bind this new command to click in sublime-mousemap...
Yes, double click is enabled, perhaps you have to restart Sublime Text. Also, if it doesn’t work after restart, look at console, is there any error? `View` → `Show Console`