Skip to content
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] Refactor JSLint into an extension #2912

Open
core-ai-bot opened this issue Aug 29, 2021 · 1 comment
Open

[CLOSED] Refactor JSLint into an extension #2912

core-ai-bot opened this issue Aug 29, 2021 · 1 comment

Comments

@core-ai-bot
Copy link
Member

Issue by DennisKehrig
Monday Mar 11, 2013 at 13:10 GMT
Originally opened as adobe/brackets#3094


Places in the code referring to JSLint

  • base-config/keyboard.json
    • Defines keyboard shortcuts for navigate.gotoJSLintError
  • brackets.config.json
    • Sets config.enable_jslint to true
  • brackets.js
    • Loads JSLintUtils - only needed for the menu entries and the point below
    • Exports JSLintUtils for tests - affects Performance-test.js
  • command/Commands.js
    • Defines Commands.TOGGLE_JSLINT
    • Defines Commands.NAVIGATE_GOTO_JSLINT_ERROR
  • command/DefaultMenus.js
    • Adds menu item for Commands.TOGGLE_JSLINT
    • Adds menu item for Commands.NAVIGATE_GOTO_JSLINT_ERROR
  • config.json - automatically generated by tasks/write-config.js
    • Sets config.enable_jslint to true (inherited from brackets.config.json)
  • htmlContent/main-view.html
    • Adds toolbar jslint-results
  • language/JSLintUtils
    • Main code for JSLint support
  • nls/*/strings.js
    • Defines various translations for JSLint related strings - can probably stay there
  • search/QuickOpen.js
    • References JSLintUtils in two comments
  • styles/brackets.less
    • Defines the CSS classes jslint-disabled, jslint-errors and jslint-valid
  • thirdparty/jslint/
    • JSLint library
  • widgets/StatusBar.html
    • Adds the gold star for JSLint's status - should be possible to initially movie this elsewhere (e.g. JSLintUtils) since StatusBar.addIndicator is called for this already
@core-ai-bot
Copy link
Member Author

Comment by jasonsanjose
Monday Mar 11, 2013 at 18:58 GMT


Marking move to backlog

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

No branches or pull requests

1 participant