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 }}
selectgithub
/
brackets
Public
forked from
adobe/brackets
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
brackets
src
utils
DragAndDrop.js
on
UpdateNotificationFix
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 10, 2018
Correct typo (#13889)
Show description for 84986a9
JeongGoEun
authored and
petetnt
committed
84986a9
View commit details
Copy full SHA for 84986a9
View code at this point
Browse repository at this point
Commits on Dec 6, 2016
Browser issue (#12946)
Show description for 973cf51
jamran7
authored and
petetnt
committed
973cf51
View commit details
Copy full SHA for 973cf51
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
Move most inline jslint directives to config files
ficristo
committed
074382a
View commit details
Copy full SHA for 074382a
View code at this point
Browse repository at this point
Commits on Jan 27, 2016
Make src folder files evergreen
prayagverma
committed
0e99e63
View commit details
Copy full SHA for 0e99e63
View code at this point
Browse repository at this point
Commits on Dec 11, 2015
ESLint: enabled no-trailing-spaces and eol-last rules
ficristo
committed
ef6048c
View commit details
Copy full SHA for ef6048c
View code at this point
Browse repository at this point
Commits on Mar 6, 2015
Fix bug #10617 (File drop icon only shown when outside editor) - Capture
Show description for 3480987
peterflynn
committed
3480987
View commit details
Copy full SHA for 3480987
View code at this point
Browse repository at this point
Commits on Sep 18, 2014
Merge remote-tracking branch 'origin/master' into pflynn/dragdrop-errors
Show description for 69130cd
peterflynn
committed
69130cd
View commit details
Copy full SHA for 69130cd
View code at this point
Browse repository at this point
Commits on Sep 15, 2014
Code review cleanups:
Show description for ee2344d
peterflynn
committed
ee2344d
View commit details
Copy full SHA for ee2344d
View code at this point
Browse repository at this point
Commits on Sep 13, 2014
Fix bug #9096 (No error messages when dragging invalid files onto Brackets) -
Show description for 2200626
peterflynn
committed
2200626
View commit details
Copy full SHA for 2200626
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into pflynn/dragdrop-errors
Show description for 2471089
peterflynn
committed
2471089
View commit details
Copy full SHA for 2471089
View code at this point
Browse repository at this point
Commits on Sep 5, 2014
[SplitView] Removed unused vars
Marcel Gerber
committed
f8a2749
View commit details
Copy full SHA for f8a2749
View code at this point
Browse repository at this point
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
fix jsHint related failures in splitview branch not identified with jsLint in Brackets
JeffryBooher
committed
793f168
View commit details
Copy full SHA for 793f168
View code at this point
Browse repository at this point
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
Show cause of error when opening drag-&-dropped files fails.
Show description for 6f268cc
peterflynn
committed
6f268cc
View commit details
Copy full SHA for 6f268cc
View code at this point
Browse repository at this point
Commits on Nov 1, 2013
Respond to review comments.
gruehle
committed
bc831b9
View commit details
Copy full SHA for bc831b9
View code at this point
Browse repository at this point
Commits on Oct 26, 2013
Merge branch 'brackets' into glenn/file-system
Show description for 67c19d0
Ian Wehrman
committed
67c19d0
View commit details
Copy full SHA for 67c19d0
View code at this point
Browse repository at this point
Commits on Oct 25, 2013
Add a check on the inital files array.
RaymondLim
committed
151d1ce
View commit details
Copy full SHA for 151d1ce
View code at this point
Browse repository at this point
Add some comments and refactor file filtering code into a function in DragAnd Drop util file.
RaymondLim
committed
8ad1468
View commit details
Copy full SHA for 8ad1468
View code at this point
Browse repository at this point
Commits on Oct 24, 2013
move FileSystemEntry.isFile() and isDirectory() to FileSystemEntry.isFile and isDirectory; create new FileSystemStats class and update FileSystemEntry.stat to callback with a FileSystemStats object
Ian Wehrman
committed
f8c86db
View commit details
Copy full SHA for f8c86db
View code at this point
Browse repository at this point
Merge branch 'brackets' into glenn/file-system
Show description for 2ab57c0
Ian Wehrman
committed
2ab57c0
View commit details
Copy full SHA for 2ab57c0
View code at this point
Browse repository at this point
Commits on Oct 22, 2013
Limit drag-and-drop of image files or opening them from Open File dialog to be only one file. If multiple files are selected or dropped, then only non-image files get opened. If all of them are ima…
Show description for ea8161a
RaymondLim
committed
ea8161a
View commit details
Copy full SHA for ea8161a
View code at this point
Browse repository at this point
Commits on Oct 20, 2013
Create a new command file.openDroppedFiles so that we can support folder drop on Brackets app.
RaymondLim
committed
e8f8987
View commit details
Copy full SHA for e8f8987
View code at this point
Browse repository at this point
Commits on Oct 17, 2013
Make FileSystem a singleton.
gruehle
committed
290da88
View commit details
Copy full SHA for 290da88
View code at this point
Browse repository at this point
Commits on Oct 16, 2013
TODO cleanups
gruehle
committed
ca5820f
View commit details
Copy full SHA for ca5820f
View code at this point
Browse repository at this point
Commits on Oct 9, 2013
Update DragAndDrop for new file system.
gruehle
committed
fb2c451
View commit details
Copy full SHA for fb2c451
View code at this point
Browse repository at this point
Commits on Sep 24, 2013
Merge branch 'brackets' into glenn/file-system
Ian Wehrman
committed
da95b3a
View commit details
Copy full SHA for da95b3a
View code at this point
Browse repository at this point
Commits on Sep 13, 2013
Dialog list tweak.
larz0
committed
26adaa5
View commit details
Copy full SHA for 26adaa5
View code at this point
Browse repository at this point
Commits on Aug 14, 2013
More cleanup after merge with master
gruehle
committed
ba93b48
View commit details
Copy full SHA for ba93b48
View code at this point
Browse repository at this point
Commits on Jul 15, 2013
It's length, not count.
gruehle
committed
01008ef
View commit details
Copy full SHA for 01008ef
View code at this point
Browse repository at this point
Commits on Jul 13, 2013
Skip dropped files that are already open.
gruehle
committed
9f985c7
View commit details
Copy full SHA for 9f985c7
View code at this point
Browse repository at this point
Commits on Jul 11, 2013
Use pre-computed length.
gruehle
committed
b79ba62
View commit details
Copy full SHA for b79ba62
View code at this point
Browse repository at this point
Add drag and drop to open folder.
gruehle
committed
d663a51
View commit details
Copy full SHA for d663a51
View code at this point
Browse repository at this point
Commits on Jul 10, 2013
Fix comments
gruehle
committed
e6bec22
View commit details
Copy full SHA for e6bec22
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.