Commit Graph

22131 Commits

Author SHA1 Message Date
liuxiong332
71a279745c invalidate document's drag and drop event to prevent the browser's default open url link. add listener for pane's drop event to open dragged files. 2015-03-09 21:50:17 +08:00
liuxiong332
026eb40872 fix the bug that when user dynamic add panes, the resizable view's previous and next pane will change. 2015-03-09 14:28:26 +08:00
liuxiong332
651139e189 add pane-resize-handle-view and insert resize view into pane axis element 2015-03-09 13:16:30 +08:00
Nathan Sobo
f9aedb7bde Merge pull request #5839 from mostafaeweda/master
Export TextBuffer for external package usage
2015-03-06 11:14:57 -07:00
Cheng Zhao
eabe001ac1 Merge pull request #5878 from atom/atom-shell-v0.21.3
Upgrade to atom-shell v0.21.3
2015-03-05 18:09:52 -08:00
Kevin Sawicki
c286b0d4c9 ⬆️ symbols-view@0.88 2015-03-05 15:19:18 -08:00
Cheng Zhao
3c0e4511fc Built-in modules' code are now in asar archive 2015-03-05 15:01:10 -08:00
Max Brunsfeld
48d4ea0907 ⬆️ symbols-view 2015-03-05 14:58:03 -08:00
Cheng Zhao
eb433bf42e ⬆️ atom-shell@0.21.3 2015-03-05 14:55:35 -08:00
Max Brunsfeld
0fad8722aa ⬆️ fuzzy-finder 2015-03-05 14:38:14 -08:00
Kevin Sawicki
6a10804221 Merge pull request #5874 from atom/ks-remove-pathwatcher-deprecations
Remove pathwatcher deprecations
2015-03-05 14:34:45 -08:00
Kevin Sawicki
9e9f70ad25 ⬆️ snippets@0.80 2015-03-05 14:03:36 -08:00
Kevin Sawicki
384b043cac ⬆️ dev-live-reload@0.42 2015-03-05 13:57:29 -08:00
Kevin Sawicki
e3fe418b45 Listen on stylesheet file 2015-03-05 13:49:12 -08:00
Kevin Sawicki
eae3dab527 Use onDid* for file events 2015-03-05 13:47:28 -08:00
Kevin Sawicki
ce159a9c0f ⬆️ pathwatcher@3.3.3 2015-03-05 13:30:20 -08:00
Kevin Sawicki
d9442b35c3 ⬆️ pathwatcher@3.3.2 2015-03-05 13:06:17 -08:00
Kevin Sawicki
85e87723b0 Mark Project::onDidChangePaths public 2015-03-05 12:45:50 -08:00
Kevin Sawicki
ba76a07270 ⬆️ coffee-cash@0.8 2015-03-05 12:30:46 -08:00
Max Brunsfeld
8687752f9d ⬆️ update-package-dependencies 2015-03-05 11:20:56 -08:00
Max Brunsfeld
30831f7fe7 ⬆️ markdown-preview 2015-03-05 11:12:31 -08:00
Max Brunsfeld
3c6da56a8b ⬆️ status-bar 2015-03-05 10:49:31 -08:00
Kevin Sawicki
b6d6fb4031 ⬆️ language-perl@0.13 2015-03-05 09:12:40 -08:00
Max Brunsfeld
0615996907 Merge pull request #5846 from atom/mb-update-paths-in-load-settings
Update windows' load settings when project paths change
2015-03-04 18:19:44 -08:00
Max Brunsfeld
e2dabceb39 ⬆️ open-on-github 2015-03-04 18:02:22 -08:00
Jessica Lord
f85a526b95 Merge pull request #5845 from atom/jl-bump-status-bar
Bump status-bar@0.62.0
2015-03-04 18:01:28 -08:00
Max Brunsfeld
49e92a45ae Update loadSettings as project paths change
This way, reloading the window always preserves your current state.
2015-03-04 17:40:24 -08:00
Nathan Sobo
5db55b8f15 Merge pull request #5843 from atom/as-faster-select-all-on-folded-lines
Speed up `selectAll` on a buffer with many folded lines
2015-03-04 16:33:38 -08:00
Jessica Lord
16e4e6b967 ⬆️ status-bar@0.62.0 2015-03-04 16:21:12 -08:00
Kevin Sawicki
b1f107c847 ⬆️ language-gfm@0.67 2015-03-04 16:11:35 -08:00
Max Brunsfeld
9bb4968e6f Store load settings in URL fragment, not query string 2015-03-04 16:03:00 -08:00
Daniel Hengeveld
2af28fc49c ⬆️ markdown-preview @ 0.138.0 2015-03-04 16:02:00 -08:00
Kevin Sawicki
2f4801ecef ⬆️ language-perl@0.12 2015-03-04 15:52:59 -08:00
Antonio Scandurra
0970a3c411 🐎 Speed up selectAll on a buffer with many folds 2015-03-04 23:54:39 +01:00
Daniel Hengeveld
8796c284be ⬆️ settings-view@0.184.0 2015-03-04 12:31:54 -08:00
Kevin Sawicki
bfb2fd4af9 Merge pull request #5828 from atom/catch-selector-errors
Handle invalid CSS selectors in menus and commands
2015-03-04 11:47:04 -08:00
Kevin Sawicki
7a3065e0fb Add spec for invalid settings notification 2015-03-04 11:18:15 -08:00
Kevin Sawicki
f02fa4a245 Add spec for invalid grammar notification 2015-03-04 11:12:09 -08:00
Kevin Sawicki
92754bb9a3 Add notification for package grammar errors 2015-03-04 10:51:49 -08:00
Kevin Sawicki
49a26ea326 Add notification for package settings errors 2015-03-04 10:51:03 -08:00
Kevin Sawicki
f10d478c7a 🎨 2015-03-04 10:43:40 -08:00
Kevin Sawicki
bf9b517240 🐎 webkitMatchesSelector -> querySelector 2015-03-04 10:33:45 -08:00
Kevin Sawicki
2f476b31ec Don't return collected array 2015-03-04 10:10:43 -08:00
Kevin Sawicki
ce33e63532 selector-parser -> selector-validator 2015-03-04 10:02:04 -08:00
Kevin Sawicki
cec82bd6ca Don't use fatal error for package.json errors
Notifications can't associate it with a project path since the
project never loads
2015-03-04 10:02:04 -08:00
Kevin Sawicki
71c138397a Remove lint 2015-03-04 10:02:04 -08:00
Kevin Sawicki
f611e235e9 Extract notification helper 2015-03-04 10:02:04 -08:00
Kevin Sawicki
346e669601 📝 Mention css 2015-03-04 10:02:04 -08:00
Kevin Sawicki
7b38750b95 📝 Doc selector parser 2015-03-04 10:02:04 -08:00
Kevin Sawicki
1bb011deed 🎨 2015-03-04 10:02:04 -08:00