Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

JSLint automatically open, cause the program be crashed #6047

Closed
hyingreborn opened this issue Nov 19, 2013 · 9 comments
Closed

JSLint automatically open, cause the program be crashed #6047

hyingreborn opened this issue Nov 19, 2013 · 9 comments
Assignees

Comments

@hyingreborn
Copy link

Each open a js file,The JSLint will automatically open,If js file a little bit complicated, such as jquery.js、angular.js etc. Brackets interface be crashed. Please set it is closed by default.
Win7/Win8.1 64bit

@peterflynn
Copy link
Member

@hyingreborn Do you mean Brackets freezes or responds very slowly? Have you checked if the problem goes away if you disable JSLint? (Toggle the "View > Lint Files on Save" menu item). I suspect it is the same whether JSLint is enabled or not.

Can you provide a link to the exact version of the minified Angular and jQuery files you're using?

@hyingreborn
Copy link
Author

yes!
Such as AngularJS v1.2.0 & RequireJS 2.1.9 & jQuery 1.10.1
My problem occurred in the open, not closed

@abdelouahabb
Copy link

opened the same issue, the problem i found here is that the file is in the desktop and not in a folder, try to create a blank js file and this will happens.

@peterflynn
Copy link
Member

@abdelouahabb I think the issue here is different from what you're seeing. Large JS libraries often trip up the code-hints engine all on their own -- no other files needed.

@hyingreborn Just to test that, can you put one of those JS libraries alone in a folder and try opening that file? This will ensure that the problem is that specific file, rather than other files in the same folder/subfolders.

@ghost ghost assigned dangoor Nov 25, 2013
@njx
Copy link
Contributor

njx commented Nov 25, 2013

To @dangoor on the theory that it's the same as the other code hints issues, or is related to angular.

@hyingreborn
Copy link
Author

The problem in the build 34, seems to be no longer appear

@dangoor
Copy link
Contributor

dangoor commented Dec 5, 2013

Thanks for the update! I'm glad that this problem went away for you.

@dangoor dangoor closed this as completed Dec 5, 2013
@peterflynn
Copy link
Member

That basically confirms it's a dupe of #6067.

@hyingreborn
Copy link
Author

I finally found the reason, because this extension: WD Minimap. Open the large size of the compressed js file, it will lead to frozen interface

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants