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
utils
UpdateNotification.js
on
master
User selector
All users
Datepicker
All time
Commit history
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 Sep 10, 2014
Merge remote-tracking branch 'upstream/master' into unused-vars
Marcel Gerber
committed
07db97c
View commit details
Copy full SHA for 07db97c
View code at this point
Browse repository at this point
Commits on Sep 4, 2014
Add references to utils/Global back
Marcel Gerber
committed
5c44c87
View commit details
Copy full SHA for 5c44c87
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 6, 2014
Sprint -> Release
Marcel Gerber
committed
e28cad6
View commit details
Copy full SHA for e28cad6
View code at this point
Browse repository at this point
Commits on May 18, 2014
Remove underscore from all remaining _lastNotifiedBuildNumber instances.
RaymondLim
committed
c38d116
View commit details
Copy full SHA for c38d116
View code at this point
Browse repository at this point
Commits on May 17, 2014
Also set default info URL fetch time to zero.
RaymondLim
committed
171b52e
View commit details
Copy full SHA for 171b52e
View code at this point
Browse repository at this point
Fix update notification issue by moving two module level variables, _lastNotifiedBuildNumber and _lastInfoURLFetchTime, into their respective functions.
RaymondLim
committed
a046c5f
View commit details
Copy full SHA for a046c5f
View code at this point
Browse repository at this point
Commits on May 10, 2014
Fix Update check starting with the wrong URL
Marcel Gerber
committed
b325668
View commit details
Copy full SHA for b325668
View code at this point
Browse repository at this point
Commits on May 9, 2014
fixing update notification .json filename generated for 'en-US' locale
bchintx
committed
c8bd6f4
View commit details
Copy full SHA for c8bd6f4
View code at this point
Browse repository at this point
Commits on May 6, 2014
- remove trailing whitespace
ingorichter
committed
f099539
View commit details
Copy full SHA for f099539
View code at this point
Browse repository at this point
- some minor changes based on review feedback
Show description for 188589a
ingorichter
committed
188589a
View commit details
Copy full SHA for 188589a
View code at this point
Browse repository at this point
Commits on May 5, 2014
- removed unnecessary export
ingorichter
committed
3273f64
View commit details
Copy full SHA for 3273f64
View code at this point
Browse repository at this point
- resolve issue with possibility of having an old locale before the update check
Show description for 418a104
ingorichter
committed
418a104
View commit details
Copy full SHA for 418a104
View code at this point
Browse repository at this point
Commits on Apr 22, 2014
changes after review
zaggino
committed
5560bc2
View commit details
Copy full SHA for 5560bc2
View code at this point
Browse repository at this point
Check for extensions updates
Show description for 4729958
zaggino
committed
4729958
View commit details
Copy full SHA for 4729958
View code at this point
Browse repository at this point
Commits on Feb 3, 2014
Implement view states migration from the old preference model.
RaymondLim
committed
72658eb
View commit details
Copy full SHA for 72658eb
View code at this point
Browse repository at this point
Commits on Jan 27, 2014
Add new apis for view state migration and convert the remaining old preferences to the new apis.
RaymondLim
committed
4eee5ea
View commit details
Copy full SHA for 4eee5ea
View code at this point
Browse repository at this point
Commits on Oct 5, 2013
Remove preferences migration code
WebsiteDeveloper
committed
70c1723
View commit details
Copy full SHA for 70c1723
View code at this point
Browse repository at this point
Commits on Sep 18, 2013
Removed unused dependency
TomMalbran
committed
b26d101
View commit details
Copy full SHA for b26d101
View code at this point
Browse repository at this point
Moved the app ready block to the previous location
TomMalbran
committed
ce3a61d
View commit details
Copy full SHA for ce3a61d
View code at this point
Browse repository at this point
Commits on Sep 10, 2013
Moved the check for updates on start up to be done after the app is ready
TomMalbran
committed
ae9136d
View commit details
Copy full SHA for ae9136d
View code at this point
Browse repository at this point
Commits on Sep 6, 2013
Fixes the modal backdrop
TomMalbran
committed
f4101ce
View commit details
Copy full SHA for f4101ce
View code at this point
Browse repository at this point
Commits on Aug 9, 2013
Consolidate link handling code
TomMalbran
committed
8ce827b
View commit details
Copy full SHA for 8ce827b
View code at this point
Browse repository at this point
Commits on Jul 23, 2013
Re-add toolbar hover. Fix some button appearance issues.
larz0
authored and
Narciso Jaramillo
committed
718bc4b
View commit details
Copy full SHA for 718bc4b
View code at this point
Browse repository at this point
Commits on Jun 18, 2013
When rendering a template with Mustache, do not copy entire Strings Object; pass by reference instead
TomMalbran
committed
f43f682
View commit details
Copy full SHA for f43f682
View code at this point
Browse repository at this point
Commits on May 21, 2013
Fixes after review
TomMalbran
committed
bd08117
View commit details
Copy full SHA for bd08117
View code at this point
Browse repository at this point
Commits on May 18, 2013
Updates to address the review comments
TomMalbran
committed
064b108
View commit details
Copy full SHA for 064b108
View code at this point
Browse repository at this point
Commits on May 17, 2013
Merged with master. Fixed conflict issues.
TomMalbran
committed
a58515b
View commit details
Copy full SHA for a58515b
View code at this point
Browse repository at this point
Commits on Apr 23, 2013
Fix bug #3502 (clicking some links in Quick Docs doesn't work) - Don't use
Show description for f5d2b57
peterflynn
committed
f5d2b57
View commit details
Copy full SHA for f5d2b57
View code at this point
Browse repository at this point
Commits on Mar 18, 2013
Using getExtensionPaths and updated handleClientIdChange
TomMalbran
committed
b017400
View commit details
Copy full SHA for b017400
View code at this point
Browse repository at this point
Commits on Mar 16, 2013
Improved getClientID and getPreferenceStorage
TomMalbran
committed
f36a4dd
View commit details
Copy full SHA for f36a4dd
View code at this point
Browse repository at this point
Commits on Mar 12, 2013
More preferences ID cleanups
TomMalbran
committed
2d734a0
View commit details
Copy full SHA for 2d734a0
View code at this point
Browse repository at this point
Commits on Mar 9, 2013
Improving the Dialog API
TomMalbran
committed
c9ca76b
View commit details
Copy full SHA for c9ca76b
View code at this point
Browse repository at this point
Commits on Feb 23, 2013
Move the Update List information to a template
TomMalbran
committed
0619fb8
View commit details
Copy full SHA for 0619fb8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.