-
Notifications
You must be signed in to change notification settings - Fork 46
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
Bug with sublime text 3113 and 3114 #120
Comments
I do not confirm regression neither in 3113 nor in 3114, and upgrades were seamless for me. Try to remove cache file:
If it won’t help, try older versions especially 0.7.13 which uses “good” ol’ tmLanguage instead of sublime-syntax, you can either revert using git, or download a zip file; make sure then that
There is just one whitespace, so no, I think not. |
Is it possible to change it to have no whitespace inbetween? Okay I will try again this weekend removing the cache after upgrading and see if that helps. |
As an option? yes, but it would need to make many wee changes (syntax, get icon methods, etc.) I’m not willing to do, frankly. |
Yes that is fair but can you point me to the code where the space is put in so I can change it to not have a space just in my fork. |
I’m not sure if it is full list: |
Yeah I see it requires many changes. I could get it to display no problem by changing those functions but then nothing was selectable. I changed the language file to what I thought was correct but it didn't seem to work. Where are the syntax files stored as I may have a look later at this to see if I can get it working. |
Syntax files are stored in the same location as other files of the plugin. Normally they are packed in sublime-package file in Or if there are no sublime-package file, then everything in a subfolder of However, when you change something in plugin, then often than always you have to properly reload plugin: I usually prefer to restart ST for it, but adding plugin name into ignored_packages in global settings files, save it, remove plugin name, save it — might be enough to reload it sometimes. |
I have checked the older versions out with git but still has the same issue so I am not sure what is going on. This is an example of what happens below but it seems to fix itself like a one or two seconds later automatically and remove the old results from the previous folder. It only happens when jumping but with normal navigation everything works fine. Also when jumping sometimes not all the results are loaded until you run a command (like moving up or down) and then it refreshes to the correct contents. |
So I have dug a little further because was going to try to force a refresh and I noticed it is getting caught in the show command somewhere because it doesn't display the note finished jumping to point until 1 or 2 seconds after the jump so I think this is the issue but can't seem to figure out where or why it is getting caught now and didn't happen before. |
Do you mean show function (defined in show.py)? because there is no show command, iirc; commands are classes in Python. If you say that problem happen when call show function, and normal navigation works fine; Try on clean profile, don’t forget back up precious stuff. |
Yes the show function in show.py but I've realized it happens with other things involving the quick panel as well. Something must have changed with the way the quick panel calls actions to be completed in the newest versions. It also happens with other apps that paste/update from the quick panel at least on my machine. |
Yes it's a problem with osx and the current version as other users have had this problem so nothing to do with the plugin. Sorry to waste your time. When I first noticed, I though it was only the file browser. |
Is there some forum thread or something? just for the reference |
Yes I found it at the top of the sublime forum with macosx users and On Wed, Jun 8, 2016, 5:22 PM Vova Kolobok notifications@github.com wrote:
|
Here is the link: https://forum.sublimetext.com/t/tab-switching-display-render-error-in-3114-bug/20605/2 On Wed, Jun 8, 2016 at 5:22 PM Vova Kolobok notifications@github.com
|
I have reverted back to 3107 because both theses versions when changing folders it either updates slowly or it leave the older folder remnants from the previous folder there until you move in the buffer and then everything is updated correctly.
Also can you change the width between the icons showing the git status (and folds) and the file names? Is it possible to move them closer together?
The text was updated successfully, but these errors were encountered: