-
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] Add link to google JSLint Error #3032
Comments
Comment by redmunds FYI, the JSLint functionality is currently be re-factored out of Brackets core and into an extension in pull request adobe/brackets#3143, so this change will have to be co-ordinated with that one. |
Comment by DennisKehrig Looks like this would be easy to re-integrate after #3143 has landed, just modify extensions/default/JSLint/main.js as you modified language/JSLintUtils.js now. |
Comment by TomMalbran Not completely the same, since the new extension uses a template and event delegation, so the link should be added to the template and the event, can be added as if inside the click event on the table (you can get the reason from the table content) or one event for each link. I think that
To each cell, in the css inside the extension. |
Comment by drewhamlett
I like the template and event binding. After using angular js for so long it felt so wrong(and weird) adding that little bit of code and click event. Haha |
Comment by TomMalbran You are right, I tested it and it didn't work, not sure why thought. I guess that a search isn't that bad then, it is even what you usually want to do when copying it anyway. Most of this jQuery things were done before adding Mustache as the template system, and where not changed. I also find it wrong to be making a whole template like this, so I've been changing most to use Mustache instead. |
Comment by DennisKehrig #3143 is in, so this could now be revisited |
Comment by drewhamlett |
Comment by adrocknaphobia FYI. We may want to consider linking to this site (or pulling in their data). |
Issue by drewhamlett
Friday Mar 22, 2013 at 21:35 GMT
Originally opened as adobe/brackets#3227
adobe/brackets#3131
May need a little more discussion completing the issue but this is a start.
drewhamlett included the following code: https://github.com/adobe/brackets/pull/3227/commits
The text was updated successfully, but these errors were encountered: