-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] [REVIEW-ONLY] Implement node-module add-on for native Windows file watching #265
Comments
Comment by jasonsanjose @bchintx this pull request targets |
Comment by bchintx oh, hey! Good catch, @jasonsanjose . Yes, before merging, I'll re-submit this to |
Comment by bchintx Closing this pull request to re-submit against the |
Comment by iwehrman It would be easy and helpful to also set the Node process title back to something unique from within
|
Comment by bchintx @iwehrman Good observation. Actually @JeffryBooher tried that suggestion but it doesn't work on Windows, which is where we're having the issue. Even with that change, TaskManager continues to show the actual filename. |
Comment by iwehrman Yes, but it helps differentiate the process on Mac and Linux at least. It's just a convenience for when you |
Comment by iwehrman (Plus it seems like the kind of thing that Node will get around to fixing on Windows eventually.) |
Comment by ingorichter I agree with Ian. We should do this anyway. It doesn't do any harm and helps at least on 2 out of 3 supported platforms. |
Comment by iwehrman You know what they say: two outta three ain't bad! |
Comment by bchintx @iwehrman @ingorichter |
Issue by bchintx
Tuesday Jan 28, 2014 at 22:13 GMT
Originally opened as adobe#412
Fixes brackets issue #6551- "[File Watchers] Can not externally rename a directory with subfolders on Windows"
Requires associated pull request #6673 from brackets repo.
Calling a native node-module add-on in Windows requires that the node process be named "node.exe", rather than our renamed "Brackets-node.exe". This change reverts our previous renaming so that we ship with "node.exe" instead.
bchintx included the following code: https://github.com/adobe/brackets-shell/pull/412/commits
The text was updated successfully, but these errors were encountered: