8
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 09, 2024 — Aug 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed obsolete comment
notwebsafe
as Narciso Jaramillo
More... over 13 years ago
Merge from master
notwebsafe
as Narciso Jaramillo
More... over 13 years ago
Updated CodeMirror2 SHA
notwebsafe
as Narciso Jaramillo
More... over 13 years ago
Merge remote-tracking branch 'origin/master' into cbank/initial-code-coloring More... over 13 years ago
updates from review More... over 13 years ago
Beginnings of multi-editor support for keeping multiple files (and their undo histories) open at once. We can now show and hide editors (or a placeholder graphic when no editor is shown), and destroy old editor instances.
peterflynn
as Peter Flynn
More... over 13 years ago
Updating subproject SHA
notwebsafe
as Narciso Jaramillo
More... over 13 years ago
Merge pull request #54 from adobe/fixup-closure More... over 13 years ago
Merge pull request #57 from adobe/issue-21-selection More... over 13 years ago
fixed selection bug -- was a problem with z-ordering and the div used to draw selection More... over 13 years ago
Begin work on jstree persistence More... over 13 years ago
Merge remote-tracking branch 'origin/implement-file-working-set' into implement-file-working-set
peterflynn
as Peter Flynn
More... over 13 years ago
Merge branch 'master' into string-cleanup More... over 13 years ago
Merge remote-tracking branch 'origin/master' into cbank/initial-code-coloring More... over 13 years ago
inital support for switching modes More... over 13 years ago
Merge remote-tracking branch 'origin/master' into fixup-closure
peterflynn
as Peter Flynn
More... over 13 years ago
- Wrap editor UI management in EditorManager - Move dirty bit management into EditorManager; UI now listens for dirty bit changes in DocumentManager to decide when to update the "dot" display.
peterflynn
as Peter Flynn
More... over 13 years ago
Merge pull request #47 from adobe/jason-sanjose/persistance More... over 13 years ago
Fix comments More... over 13 years ago
Fix comments, preference init, error logging. More... over 13 years ago
Fixed error in merge that caused two brackets.less files. Added css code back to brackets.less for working set styling More... over 13 years ago
Merge branch 'master' into jason-sanjose/persistance More... over 13 years ago
Remove plugin data and use a clientID instead. Remove getDefaultPreferences and instead initialize defaults in addPreferencesClient. Remove unnecessary reference to client storage in callbacks list. Name change from PersistenceManager to PreferencesManager. More... over 13 years ago
Merge remote-tracking branch 'origin/master' into implement-file-working-set More... over 13 years ago
Merge pull request #46 from adobe/less-cleanup More... over 13 years ago
Created 'Debug' menu for debugging tools, moved Run Tests into it, and added a debug item to toggle word wrapping.
notwebsafe
as Narciso Jaramillo
More... over 13 years ago
whoops wrong direction of the toolbar gradient More... over 13 years ago
Merge branch 'master' of github.com:adobe/brackets into jason-sanjose/persistance More... over 13 years ago
Fix a bunch of syntax errors in our Closure type annotations. After these fixes, Closure runs on our codebase without any complaints (other than a few warnings in Bootstrap's codebase).
peterflynn
as Peter Flynn
More... over 13 years ago
Removed all the hacks for relaying out the CodeMirror children--turns out they're no longer necessary now that I'm resizing it in JS, and they were messing up scrolling.
notwebsafe
as Narciso Jaramillo
More... over 13 years ago