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

Command Palette crashes with plugin installed #15

Open
arleslie opened this issue Jan 11, 2016 · 4 comments
Open

Command Palette crashes with plugin installed #15

arleslie opened this issue Jan 11, 2016 · 4 comments

Comments

@arleslie
Copy link

With package installed, when launching the command palette using Ctrl+Shift+P on Windows, Sublime will hang and you have to force close it.

Sublime Text 3, Stable channel, Build 3083.

@m-hall
Copy link
Owner

m-hall commented Jan 11, 2016

Most likely it is running checks on things and getting responses too slowly.
You can try disabling the checks as documented here:
https://github.com/m-hall/HypnotoadSVN/blob/master/docs/settings.md#disable-svn-checks

I know it's not a fix, but it might be a workable stopgap for you.

@arleslie
Copy link
Author

Disabling SVN checks stopped it from hanging.

@arleslie
Copy link
Author

Would it be possible to make the svn request asynchronous or not in the main thread?

@arleslie arleslie reopened this Jan 12, 2016
@m-hall
Copy link
Owner

m-hall commented Jan 12, 2016

Unfortunately you can't do that.
The command palette and context menus function in a synchronous way and have no support for asynchronously being modified so far as I know.
It's possible I could have something that periodically evaluates the command palette version so that it wouldn't have to run at the same time, but it would be impractical to do that for context menus.

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

No branches or pull requests

2 participants