Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing Sublimerge Pro (in ~/.sublimious) fatally borks with sublimious #27

Open
bedge opened this issue May 10, 2016 · 1 comment
Open
Labels

Comments

@bedge
Copy link

bedge commented May 10, 2016

Tried it twice form a clean install.
First time I added Sublimerge Pro after sublimious was setup with a few extras, and I lost the 'space' menu keybinding.
Did a clean config reset.
Tried again adding Sublimerge Pro as the first add-on. It worked once, then, after restarting the sublimious space menu keybinding was gone.
In each case, after this happens, editing the ~/.sublimious file and restarting sublime does nothing.
Had to purge ~/Library/Application Support/Sublime Text 3 and start over each time.

Can't define 'borks' an more than what I experienced. I'm a noob sublime user so I don't know what other specific info to post.
In any case, it's easily repeatable.

@dvcrn dvcrn added the bug label May 10, 2016
@bedge
Copy link
Author

bedge commented May 22, 2016

May not be specific to the the Sublimerge Pro plugin.
Kept losing VIM-specific behavior after some time.
The "spc - ?" keybinding is the most recognizable thing to go.
The only consistent thing is that it doesn't happen until I make some manual change to ~/.sublimious.

This was enough to trigger the problem:

%> diff  ~/.sublimious ~/.sublimious.orig
42,43c42,43
<     # "shortcut_overlay_timeout": 1
<     # "show_shortcut_overlay": True
---
>     "shortcut_overlay_timeout": 1
>     "show_shortcut_overlay": True
53c53
<     # "line_numbers": False,
---
>     "line_numbers": True
55c55
<     # "word_wrap": True,
---
>     "word_wrap": True,
60c60
<     # "trim_trailing_white_space_on_save": True,
---
>     "trim_trailing_white_space_on_save": True,

Each time I have to "reset" by deleting ~/.sublimious, restarting, then set:
nuke_everything = True
restart again, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants