Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
CodeDevLab
/
brackets
Public
forked from
humphd/brackets
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
brackets
src
language
CodeInspection.js
on
tutorial-delete-bug
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 9, 2014
Address review comments.
Show description for fb0183f
busykai
committed
fb0183f
View commit details
Copy full SHA for fb0183f
View code at this point
Browse repository at this point
Commits on Dec 4, 2014
Switch to native reduce.
busykai
committed
509417c
View commit details
Copy full SHA for 509417c
View code at this point
Browse repository at this point
Use variables for pref names.
busykai
committed
d005def
View commit details
Copy full SHA for d005def
View code at this point
Browse repository at this point
Fix testing left-over.
busykai
committed
6389919
View commit details
Copy full SHA for 6389919
View code at this point
Browse repository at this point
Allow specifying both string and array in `prefer`
busykai
committed
4232b7e
View commit details
Copy full SHA for 4232b7e
View code at this point
Browse repository at this point
Switch to array for 'prefer' pref.
busykai
committed
47399b6
View commit details
Copy full SHA for 47399b6
View code at this point
Browse repository at this point
Nicer reduce.
busykai
committed
0b003f5
View commit details
Copy full SHA for 0b003f5
View code at this point
Browse repository at this point
Improve readability of var declarations.
busykai
committed
5fcb3b9
View commit details
Copy full SHA for 5fcb3b9
View code at this point
Browse repository at this point
Commits on Dec 3, 2014
Merge remote-tracking branch 'upstream/master' into kai/fix-6661-multi-linters
Show description for 720d1fb
busykai
committed
720d1fb
View commit details
Copy full SHA for 720d1fb
View code at this point
Browse repository at this point
Further improvde readability by grouping the first part of the expression together.
Mark-Simulacrum
committed
824bef9
View commit details
Copy full SHA for 824bef9
View code at this point
Browse repository at this point
Improve readability of fix.
Mark-Simulacrum
committed
4550b50
View commit details
Copy full SHA for 4550b50
View code at this point
Browse repository at this point
Fixes the exception thrown when the provider list for a given language is empty/undefined.
Mark-Simulacrum
committed
b172e54
View commit details
Copy full SHA for b172e54
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into kai/fix-6661-multi-linters
Show description for 8ae613a
busykai
committed
8ae613a
View commit details
Copy full SHA for 8ae613a
View code at this point
Browse repository at this point
Merge pull request #9189 from Mark-Simulacrum/codeinspection-public-access
Show description for f03c901
ingorichter
committed
f03c901
View commit details
Copy full SHA for f03c901
View code at this point
Browse repository at this point
Clone the providers array returned for a given path to prevent outside modification.
Mark-Simulacrum
committed
12fdf81
View commit details
Copy full SHA for 12fdf81
View code at this point
Browse repository at this point
Commits on Nov 26, 2014
Finalize perf measurement on provider failure.
busykai
committed
e20ded8
View commit details
Copy full SHA for e20ded8
View code at this point
Browse repository at this point
Commits on Nov 23, 2014
Merge pull request #9918 from adobe/pflynn/robust-events
Show description for f60b243
redmunds
committed
f60b243
View commit details
Copy full SHA for f60b243
View code at this point
Browse repository at this point
Commits on Nov 17, 2014
Convert Brackets core code over to new EventDispatcher APIs for all non-DOM
Show description for cb0b023
peterflynn
committed
cb0b023
View commit details
Copy full SHA for cb0b023
View code at this point
Browse repository at this point
Commits on Nov 6, 2014
Update comment accordingly
Jacse
committed
b4d50f0
View commit details
Copy full SHA for b4d50f0
View code at this point
Browse repository at this point
Commits on Oct 19, 2014
Remove the collapsed class
TomMalbran
committed
397d747
View commit details
Copy full SHA for 397d747
View code at this point
Browse repository at this point
Commits on Oct 3, 2014
Change getProvidersForPath to return an empty array when no providers registered for language.
Mark-Simulacrum
committed
6628259
View commit details
Copy full SHA for 6628259
View code at this point
Browse repository at this point
Delete unregister function, add unit test for getProvidersForPath.
Mark-Simulacrum
committed
5ffdc97
View commit details
Copy full SHA for 5ffdc97
View code at this point
Browse repository at this point
Commits on Oct 2, 2014
Remove getProviders() - should never be used.
Show description for 36e9908
Mark-Simulacrum
committed
36e9908
View commit details
Copy full SHA for 36e9908
View code at this point
Browse repository at this point
Commits on Sep 26, 2014
Do not unregister JSLint on another JS provider registration.
Show description for 5d0dafe
busykai
committed
5d0dafe
View commit details
Copy full SHA for 5d0dafe
View code at this point
Browse repository at this point
Use preferences with context.
Show description for f43a3e4
busykai
committed
f43a3e4
View commit details
Copy full SHA for f43a3e4
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/kai/fix-6558-language-layer' into kai/fix-6661-multi-linters
busykai
committed
f1e4c90
View commit details
Copy full SHA for f1e4c90
View code at this point
Browse repository at this point
Commits on Sep 25, 2014
Merge remote-tracking branch 'upstream/master' into kai/fix-6661-multi-linters
Show description for a6d4601
busykai
committed
a6d4601
View commit details
Copy full SHA for a6d4601
View code at this point
Browse repository at this point
Commits on Sep 21, 2014
Change CodeInspection public API to expose providers.
Show description for c3e576a
Mark-Simulacrum
committed
c3e576a
View commit details
Copy full SHA for c3e576a
View code at this point
Browse repository at this point
Commits on Sep 5, 2014
Merge remote-tracking branch 'upstream/master' into unused-vars
Show description for 98a79c1
Marcel Gerber
committed
98a79c1
View commit details
Copy full SHA for 98a79c1
View code at this point
Browse repository at this point
Commits on Sep 3, 2014
Remove unused vars
Marcel Gerber
committed
afd2c6b
View commit details
Copy full SHA for afd2c6b
View code at this point
Browse repository at this point
Commits on Aug 29, 2014
Implement Splitview
JeffryBooher
committed
af55f97
View commit details
Copy full SHA for af55f97
View code at this point
Browse repository at this point
Commits on Aug 5, 2014
fixes for code inspection status bar indicator
redmunds
committed
f6e0e3e
View commit details
Copy full SHA for f6e0e3e
View code at this point
Browse repository at this point
Commits on Jun 19, 2014
Merge remote-tracking branch 'upstream/master' into pflynn/JakeStoeffler-languageselector-updated
Show description for 3df7680
busykai
committed
3df7680
View commit details
Copy full SHA for 3df7680
View code at this point
Browse repository at this point
Commits on Apr 28, 2014
Removed dependency of LanguageManager on DocumentManager.
Show description for 8ebe1c2
busykai
committed
8ebe1c2
View commit details
Copy full SHA for 8ebe1c2
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into pflynn/JakeStoeffler-languageselector-updated
Show description for 331ccd3
busykai
committed
331ccd3
View commit details
Copy full SHA for 331ccd3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.