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
Merge remote-tracking branch 'origin/master' into irichter/code-inspection-improvements
* origin/master: (187 commits)
improve comments
update comments
Fix a comment typo and just log the unhandled exception instead of trying to reject the promise, which probably won't work anyway.
Enable Quick Docs for LESS
Return a promise from ProjectManager.getAllFiles that is resiliant to misbehaving done handlers
Updated by ALF automation.
Revert LiveDev timeout changes
Use Brackets shell for copying files to reduce the number of external watcher notifications and increase timeouts
Don't refresh the file tree on change events for directories outside of the project root, but when we do refresh the file tree, also clear the change queue (using a new PromiseQueue.removeAll method) and use a debounced refreshFileTree call
fix check for added and removed files in fs change event handler
always hide dirty dot if there is no doc
Fix selection update after fs change event. Remove unnecessary updates when no added or removed files are present.
backout change for dismissing list
Right aligning numbers column.
Removed most inline css.
Adding LOCALE_KO
Initial commit.
Fixed some dutch spelling/translation errors.
Bump up timeouts to account for additional Project Manager synchronization
Made canvas height 300 to stop weird rounding.
...
Conflicts:
src/language/CodeInspection.js
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,9 @@ How to install and run Brackets
24
24
-------------------------------
25
25
26
26
27
-
#### Brackets isn't ready for general use yet.
28
-
29
-
Some of the features you would expect in a code editor are missing, and some existing features might be
30
-
incomplete or not as useful as you'd want. That said, what's there is reasonably stable—the
31
-
Brackets team uses Brackets to develop Brackets full time. So feel free to give it a spin and let us know
32
-
what's missing!
27
+
#### Brackets is getting close to 1.0
33
28
29
+
Together with your contributions, we're getting close to our first release condidate. What's there is reasonably stable, and the Brackets team even uses Brackets to develop Brackets full time. So feel free to give it a spin and let us know what's missing! Being built on JavaScript, it's easy to make your own changes, and we give priority to integrating your pull requests back into Brackets!
0 commit comments