Sublime Text 3 attempting to reload files from disk while editing
See original GitHub issueI’m having an issue where Sublime Text 3 is opening a file reload prompt when the Haxe plugin’s autocomplete is triggered. It seems to consistently happen with ,
and (
which goes along with closed issues I’ve linked from the past. I’m getting following error in the console:
not well-formed (invalid token): line 20, column 15
invalid xml
This happened after upgrading to macOS High Sierra. I’ve uninstalled and reinstalled ST3, as well as cleared all preference settings as a “fresh install state”.
Let me know if you need more details or if I can help with any fixes.
System details:
- macOS High Sierra: 10.13.1
- Upgraded from Sierra
Similar issues:
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:9 (3 by maintainers)
Top Results From Across the Web
File reloading in ST3 - Technical Support - Sublime Forum
Yes I am talking about reloading the contents of the file when it changes on disk. When I say not quite work, I...
Read more >Sublime Text 3 stuck trying to reload files - Stack Overflow
When sublime text is opened, it immediately asks shows the message " has changed on disc, would you like to reload it?
Read more >How can I make Sublime Text reload the file being edited?
To re-load the current file, you can revert the file, either through the menu entry File | Revert File or through the command...
Read more >Add option to disable auto-reload file content #1666 - GitHub
The editor prompts to reload a file if there's changes only when it becomes active, that is, if you have switched to another...
Read more >ConvertToUTF8 - Package Control
** Windows 7 (Sublime Text 3): When Windows DPI Scaling is set to a value higher than 100%, the file name might not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m having the same issue since I upgraded to High Sierra a few days ago. Same permissions on files and folders. I tried reinstalling both Sublime and Haxe Sublime bundle from package manager.
I don’t get any warning nor error in the sublime console though.
In my case, it seems to occur on autocomplete just after I saved a file and modified it again.
Haxe is 3.4.4
Getting the same issue on OS X and Haxe 3.4.4. I’m getting an error of a missing library which leads me to believe the haxelib directory is not being picked up correctly. Is there a way to set this?
I am also using hvm to manage Haxe versions if that helps.