Commit Graph

11397 Commits

Author SHA1 Message Date
Kevin Sawicki
85e87723b0 Mark Project::onDidChangePaths public 2015-03-05 12:45:50 -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
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
Max Brunsfeld
9bb4968e6f Store load settings in URL fragment, not query string 2015-03-04 16:03:00 -08:00
Antonio Scandurra
0970a3c411 🐎 Speed up selectAll on a buffer with many folds 2015-03-04 23:54:39 +01: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
Kevin Sawicki
59c3dea77b Show notification for invalid context menu selector 2015-03-04 10:02:04 -08:00
Kevin Sawicki
a2d9ba2d2e Only try to require main module once 2015-03-04 10:02:04 -08:00
Kevin Sawicki
fa2eab5b7e Show notification when parsing package.json fails 2015-03-04 10:02:03 -08:00
Kevin Sawicki
cb0bf28793 Remove stray trace 2015-03-04 10:02:03 -08:00
Kevin Sawicki
33e01256a7 Only manipulate stack for selector errors 2015-03-04 10:02:03 -08:00
Kevin Sawicki
8ba434f4c4 Show notifications on load/activate errors 2015-03-04 10:02:03 -08:00
Kevin Sawicki
c172f78ab5 Use consistent selector error 2015-03-04 10:02:03 -08:00
Kevin Sawicki
5902bc42e9 Throw error when adding context menu with invalid selector 2015-03-04 10:02:03 -08:00
Kevin Sawicki
2a12f7779d Add selector parser helper class 2015-03-04 10:02:03 -08:00
Kevin Sawicki
333a495d55 Catch errors adding activation commands 2015-03-04 10:02:03 -08:00
Kevin Sawicki
8ba098b640 Throw an error when adding an invalid selector 2015-03-04 10:02:03 -08:00
Michael Bolin
a0a4dac571 Fix a bug when a URI is passed to atom.project.removePath(). 2015-03-03 21:44:54 -08:00
Kevin Sawicki
3952831ff1 Add custom notification for ENOSPC save errors
Closes #5825
2015-03-03 13:53:18 -08:00
Ben Ogle
5f7015f303 Remove isInitialEmptyEditor 2015-03-03 13:18:02 -08:00
Ben Ogle
80b1d89c62 Check getLoadSettings to decide to open initial buffer 2015-03-03 12:34:54 -08:00
Ben Ogle
80cd20193a Move the logic for opening empty initial buffer to renderer 2015-03-03 11:39:38 -08:00
Kevin Sawicki
51f1a69788 Link to issues 2015-03-03 10:41:15 -08:00
Kevin Sawicki
16c32a64dd Don't corrupt non-ASCII paths
Stopgap until a long-term solution is found

Closes #5063
2015-03-03 10:38:12 -08:00
Kevin Sawicki
b23800084b Don't write to path when reading is blocked
Closes #5092
2015-03-03 10:30:07 -08:00
Ivan Zuzak
e452070847 Merge branch 'master' into iz-gutter-click-select-whole-soft-wrapped-line 2015-03-03 15:40:56 +01:00
Max Brunsfeld
8fac0e8778 Merge pull request #5795 from mostafaeweda/master
Default directory provider should handle only local filesystem directories
2015-03-02 16:04:54 -08:00
Mostafa Eweda
b74a688baa Bare minimum fix to the default directory provider 2015-03-02 14:28:01 -08:00
Kevin Sawicki
2987d37373 🔥 ; 2015-03-02 14:16:09 -08:00
Ivan Zuzak
d21ae2c869 Select buffer lines for mouse clicks on gutter 2015-03-02 22:29:47 +01:00
Kevin Sawicki
66141a6a18 Remove empty param list 2015-03-02 09:10:11 -08:00
Nathan Sobo
1e1eae4758 🎨 2015-02-28 10:57:32 -07:00
Antonio Scandurra
d05fe8a7d8 🎨 Remove repetitive batching code 2015-02-28 12:34:58 +01:00
Antonio Scandurra
a12bf66e41 Merge branch 'master' into batch-updates 2015-02-28 10:21:48 +01:00
Antonio Scandurra
ac01d3ec45 Remove newline 2015-02-28 10:10:42 +01:00
Antonio Scandurra
436322fc41 Call it onDidUpdateState 2015-02-28 09:36:56 +01:00
Antonio Scandurra
0dca5a5fcd Encapsulate state update inside TextEditorPresenter#getState 2015-02-28 09:25:53 +01:00