Dear support,
I use Sublime Text 3 (Stable Channel, Build 3083) with Windows 8.1.
It works pretty well and I am glad to use it everyday!
The problem I am facing is with files which seem to have a path name too long. I work with Javascript packages and it is usual I have such paths:
If I do a full text search (CTRL + SHIFT + F) for any query string,
here is the message I get in the middle of my search results:
Unable to open C:\dev\project.com\node_modules\grunt-contrib-cssmin\node_modules\maxmin\node_modules\pretty-bytes\node_modules\meow\node_modules\normalize-package-data\node_modules\validate-npm-package-license\node_modules\spdx-correct\node_modules\spdx-license-ids\LICENSE
Unable to open C:\dev\project.com\node_modules\grunt-contrib-cssmin\node_modules\maxmin\node_modules\pretty-bytes\node_modules\meow\node_modules\normalize-package-data\node_modules\validate-npm-package-license\node_modules\spdx-correct\node_modules\spdx-license-ids\package.json
Unable to open C:\dev\project.com\node_modules\grunt-contrib-cssmin\node_modules\maxmin\node_modules\pretty-bytes\node_modules\meow\node_modules\normalize-package-data\node_modules\validate-npm-package-license\node_modules\spdx-correct\node_modules\spdx-license-ids\README.md
...
Sorry I need to hide my project name since I do not want it to be referenced yet :p.
I CAN open the file if I drag and drop it to a Sublime Text editor and I can see its content.
But from the Windows explorer, if I right click on the file, open it with Sublime Text, I see an empty file in Sublime Text.
And if I just close the tab of the file from Sublime Text, I get a popup asking me to save my changes.
Even worse… If I try to open the file LICENSE with my Windows explorer (right click, open with Sublime Text), I get the message “Unable to open these files: your Internet security settings prevent from opening one or many files.”
If I copy the file somewhere else to a shorter path, I can open it with Sublime Text.
Any idea on how to solve these issues?