shagabutdinov / sublime-project-files

Define custom sets of files with regexp and navigate through it
Other
1 stars 1 forks source link

Not sure if it work or how it is supposed to work. #1

Open deadalnix opened 7 years ago

deadalnix commented 7 years ago

Hi,

Looking at this plugin, it looks like exactly what I want. I installed it and its dependencies. However, it looks like nothing happened. Nothing new under preference, package settings, nothing special happens when using the mentioned keyboard shortcuts.

Looking at the console log, the plugin is loaded without errors.

I'm on windows 10, using sublime text 3. I can provide any additional information is required to debug this issue. Thanks in advance.

shagabutdinov commented 7 years ago

Thank you for reporting the issue! Can you check please, if you activated the sublime_enhanced_keybindings setting as described here: https://github.com/shagabutdinov/sublime-enhanced?

deadalnix commented 7 years ago

Hi,

I do have "sublime_enhanced_keybindings": true, in my user settings. But I still don't get the enhanced goodies :(

shagabutdinov commented 7 years ago

You should activate this setting in order get this plugin to work. Please, add this setting and try again.

deadalnix commented 7 years ago

I repeat that I do have this setting and nothing is happening.

shagabutdinov commented 7 years ago

Sorry, my mistake; can you please, do following:

  1. Open sublime console
  2. Enter sublime.log_commands(True);
  3. Try to execute some keybindings
  4. Copy-paste output here

?