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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong LaTeX completion #42

Closed
andreasnoack opened this issue Dec 17, 2016 · 3 comments
Closed

Wrong LaTeX completion #42

andreasnoack opened this issue Dec 17, 2016 · 3 comments

Comments

@andreasnoack
Copy link

I'm using Sublime Text 3 build 3126 on macOS Sierra. When I execute \mu+[tab] I get 饾憟. I haven't noticed any other problems with completion and it works in the REPL.

@ViktorQvarfordt
Copy link
Member

This is an error with the the unicode completions, with is included from UnicodeCompletion by @randy3k. Could you take a look at this, @randy3k?

@randy3k
Copy link
Collaborator

randy3k commented Jan 19, 2017

It is not a bug of Julia-sublime or UnicodeCompletion per se. It is an issue of Sublime-Text. If the auto complete menu is shown, the tab key will always send the current chosen word. There are 2 solutions.

  1. after typing \mu, select and tab. Sublime will remember your choice next time you type \mu

  2. after typeing \mu, press esc before pressing tab. It will hide the auto complete menu, so the exact match will be used.

@andreasnoack
Copy link
Author

Ah. I didn't know that. Thanks for explaining.

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

3 participants