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
filesystem
FileSystem.js
on
tutorial-delete-bug
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 10, 2015
Fix for #10715 Untitled documents aren't added to MRU until visited a 2nd time
prksingh
committed
d8dcb34
View commit details
Copy full SHA for d8dcb34
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
- Remove unused '$' JSLint annotations (Travis/JSHint complains)
Show description for 1d18b30
peterflynn
committed
1d18b30
View commit details
Copy full SHA for 1d18b30
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 Oct 30, 2014
Simpler implementation of refreshFileTree that does a full refresh.
dangoor
committed
c6a2f46
View commit details
Copy full SHA for c6a2f46
View code at this point
Browse repository at this point
Commits on Oct 29, 2014
Make the Refresh File Tree command clear caches as well to ensure a full refresh.
Show description for 8331ec7
dangoor
committed
8331ec7
View commit details
Copy full SHA for 8331ec7
View code at this point
Browse repository at this point
Commits on Jun 14, 2014
Fix some jsdoc tags typos
jbalsas
committed
cc2c65c
View commit details
Copy full SHA for cc2c65c
View code at this point
Browse repository at this point
Commits on Jun 8, 2014
annotation comment should be before @tag info
redmunds
committed
0fedbcd
View commit details
Copy full SHA for 0fedbcd
View code at this point
Browse repository at this point
Commits on Jun 3, 2014
fix markdown formatting
redmunds
committed
65d2f2b
View commit details
Copy full SHA for 65d2f2b
View code at this point
Browse repository at this point
Commits on Mar 20, 2014
- Fix & update documentation in a bunch of places
Show description for a42b1e3
peterflynn
committed
a42b1e3
View commit details
Copy full SHA for a42b1e3
View code at this point
Browse repository at this point
Commits on Mar 12, 2014
rework per discovery and cleanup
JeffryBooher
committed
8ff4739
View commit details
Copy full SHA for 8ff4739
View code at this point
Browse repository at this point
Commits on Mar 11, 2014
Code review: pass 'true' for another visitAll()-_clearCachedData() loop
Show description for 93bee95
peterflynn
committed
93bee95
View commit details
Copy full SHA for 93bee95
View code at this point
Browse repository at this point
Fix bug #7150 (Switching projects or quitting sometimes pauses for several
Show description for 7650bbc
peterflynn
committed
7650bbc
View commit details
Copy full SHA for 7650bbc
View code at this point
Browse repository at this point
Commits on Jan 30, 2014
Add a check in FileSystem to ensure paths with Windows-style separators
Show description for dd0cabf
peterflynn
committed
dd0cabf
View commit details
Copy full SHA for dd0cabf
View code at this point
Browse repository at this point
Commits on Jan 23, 2014
Typo fix
peterflynn
committed
b3ef239
View commit details
Copy full SHA for b3ef239
View code at this point
Browse repository at this point
Dispatch a FileSystem "change" event even when a dir change yields empty
Show description for 21bb179
peterflynn
committed
21bb179
View commit details
Copy full SHA for 21bb179
View code at this point
Browse repository at this point
Commits on Jan 17, 2014
remove unwatchPathsWithPrefix and consilidate with unwatchPath
jasonsanjose
committed
37a29e4
View commit details
Copy full SHA for 37a29e4
View code at this point
Browse repository at this point
fix jslint error. skip visitor when unwatching a directory.
jasonsanjose
committed
02877d1
View commit details
Copy full SHA for 02877d1
View code at this point
Browse repository at this point
Commits on Jan 16, 2014
add unwatchPathsWithPrefix to AppshellFileSystem
jasonsanjose
committed
6e75c12
View commit details
Copy full SHA for 6e75c12
View code at this point
Browse repository at this point
WIP unwatchPathsWithPrefix
jasonsanjose
committed
682678b
View commit details
Copy full SHA for 682678b
View code at this point
Browse repository at this point
Commits on Jan 3, 2014
Allow Directory objects to cache their contents even while watchers are starting up; factor out WatchedRoot into its own module.
iwehrman
committed
febbfe6
View commit details
Copy full SHA for febbfe6
View code at this point
Browse repository at this point
Commits on Dec 20, 2013
Address more review comments
Ian Wehrman
committed
54cec57
View commit details
Copy full SHA for 54cec57
View code at this point
Browse repository at this point
Commits on Dec 19, 2013
More fixes from the review: remove extra argument to watchOrUnwatch, remove superfluous binds, fix endWrite typo
Ian Wehrman
committed
52cabdd
View commit details
Copy full SHA for 52cabdd
View code at this point
Browse repository at this point
Do not remove entries from the index when watchers go offline; test that reads are not cached after going offline
Ian Wehrman
committed
8c39036
View commit details
Copy full SHA for 8c39036
View code at this point
Browse repository at this point
Always make sure to clear cached data after unwatch; add a test to confirm this
Ian Wehrman
committed
71d27e4
View commit details
Copy full SHA for 71d27e4
View code at this point
Browse repository at this point
Fix the watchPath/unwatchPath bind inside watchOrUnwatchEntry
iwehrman
committed
62e307a
View commit details
Copy full SHA for 62e307a
View code at this point
Browse repository at this point
Commits on Dec 18, 2013
Type error in _unwatchAll: unwatch takes a FileSystemEntry, not a path
Ian Wehrman
committed
de6e962
View commit details
Copy full SHA for de6e962
View code at this point
Browse repository at this point
Fix a typo and remove a superfluous console.info statement
Ian Wehrman
committed
f4fd368
View commit details
Copy full SHA for f4fd368
View code at this point
Browse repository at this point
Only store cached data for watched files; always return cached data when it exists
Ian Wehrman
committed
228aa0b
View commit details
Copy full SHA for 228aa0b
View code at this point
Browse repository at this point
Replace the _isWatched flag with an _isWatched() method
Ian Wehrman
committed
4649341
View commit details
Copy full SHA for 4649341
View code at this point
Browse repository at this point
Commits on Dec 17, 2013
Rename watchResults/writeCount to externalChanges/externalChangeCount; improve documentation; assert \!externalChangeCount before and after each test
Ian Wehrman
committed
188ac33
View commit details
Copy full SHA for 188ac33
View code at this point
Browse repository at this point
Commits on Dec 16, 2013
Allow FileSystemEntry objects to become unwatched. (Previously, unwatching coincided with removal from the index, so the transition was unnecessary.)
Ian Wehrman
committed
be0645b
View commit details
Copy full SHA for be0645b
View code at this point
Browse repository at this point
Commits on Dec 8, 2013
Do not swallow directory change events if there are no added or removed sets
Ian Wehrman
committed
ec57b00
View commit details
Copy full SHA for ec57b00
View code at this point
Browse repository at this point
Commits on Dec 6, 2013
Only remove entries from the index after unwatch, not after _unwatchEntry.
Ian Wehrman
committed
9fb030d
View commit details
Copy full SHA for 9fb030d
View code at this point
Browse repository at this point
Merge branch 'brackets' into iwehrman/file-watchers
Show description for fdf0bdd
Ian Wehrman
committed
fdf0bdd
View commit details
Copy full SHA for fdf0bdd
View code at this point
Browse repository at this point
Remove a superfluous argument applied to the _handleDirectoryChange callback
iwehrman
committed
d1de067
View commit details
Copy full SHA for d1de067
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.