Kevin Sawicki
|
ae6b5e54ef
|
🎨 " -> '
|
2015-04-14 11:08:55 -07:00 |
|
Kevin Sawicki
|
5272584d29
|
Merge pull request #6359 from atom/as-fix-linux-failing-specs
Fix some of the specs which fail on Linux
|
2015-04-14 11:07:58 -07:00 |
|
Antonio Scandurra
|
6190fe00d7
|
🎨 Avoid string interpolation in require
|
2015-04-14 19:34:43 +02:00 |
|
Ben Ogle
|
cfb28d1c2e
|
Merge pull request #6367 from atom/bo-follow-symlinks
Default `core.followSymlinks` to true
|
2015-04-14 10:22:02 -07:00 |
|
Kevin Sawicki
|
a5a2fb8741
|
Merge pull request #6368 from atom/ks-consolidate-selector-caches
Consolidate selector caches
|
2015-04-14 10:09:21 -07:00 |
|
Antonio Scandurra
|
1c8cf4390c
|
Rename to safe-clipboard
...and use remote only on Linux renderer processes.
|
2015-04-14 10:50:09 +02:00 |
|
Kevin Sawicki
|
84bab1c67b
|
Use selector validator provided by clear-cut
|
2015-04-13 18:03:14 -07:00 |
|
Kevin Sawicki
|
4c6722832b
|
⬆️ clear-cut@2.0
|
2015-04-13 18:01:40 -07:00 |
|
Ben Ogle
|
2538191449
|
Default core.followSymlinks to true
|
2015-04-13 17:47:25 -07:00 |
|
Kevin Sawicki
|
5449658011
|
Remove specificity caching now handled by clear-cut
|
2015-04-13 17:47:25 -07:00 |
|
Ben Ogle
|
f6c1f95b65
|
Rename method for clarity
|
2015-04-13 16:32:26 -07:00 |
|
Ben Ogle
|
8f2fbbfd9d
|
Rename method to be more consistent
|
2015-04-13 16:29:10 -07:00 |
|
Ben Ogle
|
d38f6bb1d3
|
Add toString to ScopeDescriptor
|
2015-04-13 16:26:50 -07:00 |
|
Ben Ogle
|
2872000d13
|
Fix paragraph computation in blocks of single line comments.
Closes #6050
Closes #5963
|
2015-04-13 16:26:24 -07:00 |
|
Sean Lee
|
74caf89dd1
|
🐛 fix rowRangeForParagraphAtBufferRow using \S
|
2015-04-13 15:46:27 -07:00 |
|
Max Brunsfeld
|
59145581d7
|
Merge pull request #6323 from atom/mb-update-help-message
Update help message to reflect changes to multi-path handling
|
2015-04-13 11:02:59 -07:00 |
|
Antonio Scandurra
|
87972caf1e
|
🐧 Disable failing spec
|
2015-04-13 16:24:22 +02:00 |
|
Antonio Scandurra
|
f633a4f771
|
Use src/native-clipboard in TextEditorComponent
|
2015-04-13 14:20:17 +02:00 |
|
Antonio Scandurra
|
106f9fdf2e
|
Use src/native-clipboard in atom-application
|
2015-04-13 14:08:43 +02:00 |
|
Antonio Scandurra
|
16dbb7d0bb
|
🐧 💚 Mock native clipboard appropriately
|
2015-04-13 12:12:03 +02:00 |
|
Ben Ogle
|
f35187e8c3
|
Allow editor.completions to be an array or an object.
|
2015-04-09 14:21:03 -07:00 |
|
Max Brunsfeld
|
09be369544
|
Update help message to reflect changes to multi-path handling
|
2015-04-09 13:06:11 -07:00 |
|
Ivan Zuzak
|
74a627d41b
|
Merge pull request #6005 from vegar/patch-1
Documentation: workspace.open( ) with no URI
|
2015-04-09 15:40:01 +02:00 |
|
Ivan Zuzak
|
b8fb2f4d11
|
Clarify that URIs don't need to be files
|
2015-04-09 15:38:48 +02:00 |
|
Kevin Sawicki
|
4160a8c239
|
Merge pull request #6230 from mnquintana/coffeelint-plus
Lint for more styleguide errors
|
2015-04-08 12:07:23 -07:00 |
|
Kevin Sawicki
|
80787ef1e2
|
Remove try/catch around package.json requiring
No other requires are ever guarded against and the package.json should
be assumed to be valid JSON.
|
2015-04-08 09:30:40 -07:00 |
|
Kevin Sawicki
|
ca67d33ebe
|
Use inlined context menu from package.json when available
|
2015-04-08 09:16:56 -07:00 |
|
Kevin Sawicki
|
83541c01b5
|
Pull out menu property from _atomMenu
|
2015-04-08 09:16:55 -07:00 |
|
Kevin Sawicki
|
4b8bb9e1d9
|
platformMenuPath -> platformMenu
|
2015-04-08 09:16:55 -07:00 |
|
Kevin Sawicki
|
ab79f2cf50
|
🎨 Drop unneeded detail:
|
2015-04-08 09:16:55 -07:00 |
|
Kevin Sawicki
|
50688973e6
|
Load keymaps from package.json
|
2015-04-08 09:16:55 -07:00 |
|
Kevin Sawicki
|
d30b61f7c9
|
Load platform menu from package.json
|
2015-04-08 09:16:55 -07:00 |
|
Kevin Sawicki
|
658629f45e
|
🎨
|
2015-04-07 15:29:34 -07:00 |
|
Kevin Sawicki
|
2fc132c97b
|
🐎 Use require to read/parse package.json
This file is really large and should be read via require so it is cached
|
2015-04-07 15:28:55 -07:00 |
|
Kevin Sawicki
|
018fe0e8b8
|
Only set atom.__workspaceView in deprecated mode
|
2015-04-07 15:11:53 -07:00 |
|
Kevin Sawicki
|
7b952e3f33
|
Remove unused emissary mixins
|
2015-04-07 14:50:36 -07:00 |
|
Kevin Sawicki
|
4b764f4a59
|
Move emissary require to deprecation block
|
2015-04-07 14:50:36 -07:00 |
|
Kevin Sawicki
|
e71c6b1061
|
Remove unused require
|
2015-04-07 14:50:32 -07:00 |
|
Kevin Sawicki
|
baae0c0ac6
|
Only include emissary Emitter in deprecation mode
|
2015-04-07 14:40:27 -07:00 |
|
Max Brunsfeld
|
c7a5ebf725
|
Merge pull request #6291 from atom/mb-rename-add-root-folder
Rename 'add-root-folder' -> 'add-project-folder'
|
2015-04-07 12:30:37 -07:00 |
|
Max Brunsfeld
|
f39c67411a
|
Rename 'add-root-folder' -> 'add-project-folder'
|
2015-04-07 12:10:12 -07:00 |
|
Kevin Sawicki
|
555b5adfca
|
Merge pull request #6281 from atom/iz-report-issues-through-contributing-guide
Change in-app menu for reporting issues to point to the CONTRIBUTING guide section on submitting issues
|
2015-04-07 11:51:19 -07:00 |
|
Kevin Sawicki
|
2aaf1fffe6
|
Move stack trace helpers into deprecation block
|
2015-04-07 09:51:16 -07:00 |
|
Antonio Scandurra
|
cbf499243e
|
Use screen ranges consistently
|
2015-04-07 18:08:51 +02:00 |
|
Ivan Zuzak
|
36641884f9
|
Point in-app link for reporting issues to CONTRIBUTING guide
|
2015-04-07 13:37:30 +02:00 |
|
Antonio Scandurra
|
5e5acb7432
|
🎨 Rename to TextEditor#mergeSelectionsOnSameRows
* 🔥 Delete `Selection#intersectsByRowWith`
|
2015-04-07 12:25:15 +02:00 |
|
Antonio Scandurra
|
59a5dc42a8
|
Merge branch 'master' into as-fix-delete-line
|
2015-04-07 12:12:36 +02:00 |
|
Machiste Quintana
|
2bb2022b5b
|
👕
|
2015-04-07 00:05:19 -04:00 |
|
Machiste Quintana
|
5d2392ea67
|
👕 Fix new coffeelint errors
|
2015-04-06 23:59:54 -04:00 |
|
Cheng Zhao
|
a6d47d403f
|
🐧 Don't use clipboard in renderer process, fixes #6221
|
2015-04-07 11:01:54 +08:00 |
|