Kevin Sawicki
5eb8875ad2
Add Open Your Snippets menu item
2014-01-27 11:17:20 -08:00
Cheng Zhao
7c4b453e64
Do not show unresponsive dialog when running specs.
2014-01-27 18:56:54 +08:00
Cheng Zhao
aa8d03b092
Merge pull request #1473 from atom/cz-windows-start
...
Fix grunt install on Windows
2014-01-26 20:05:15 -08:00
Nathan Sobo
aec9e75ecb
Send more info on errors converting buffer positions to screen positions
...
We've gotten one rogue error but I have no idea how to reproduce it.
This will tell us if soft wrap is enabled and if any folds are present
so hopefully we can start narrowing these down.
2014-01-26 15:00:58 -07:00
Kevin Sawicki
be0e36b663
Rename Gutter to GutterView
...
Refs #1468
2014-01-24 17:30:29 -08:00
Cheng Zhao
c5d7614d80
Use named pipe instead of socket file on Windows.
2014-01-24 19:22:13 +08:00
Corey Johnson
6d4f532a32
Merge pull request #1464 from atom/cj-cli-install
...
Make CLI installation easier.
2014-01-23 12:40:57 -08:00
Cheng Zhao
5f0a3061ac
Remove the workaround for net.connect delay.
2014-01-23 21:03:17 +08:00
Cheng Zhao
150815edfd
Merge pull request #1443 from atom/fix-windows
...
Fix Windows build
2014-01-22 23:18:03 -08:00
Kevin Sawicki
d8c1587534
📝 Mark getters a public
2014-01-22 16:31:10 -08:00
Kevin Sawicki
a4754b2bd5
📝 Mark ThemeManager class public
2014-01-22 16:25:55 -08:00
Kevin Sawicki
f3f6ec424f
📝 Mark Pasteboard class as public
2014-01-22 16:11:58 -08:00
probablycorey
020326ffad
Only display one dialog on successful installation.
2014-01-22 16:01:52 -08:00
Kevin Sawicki
ac2985af36
Call getSelectedText() on Editor
2014-01-22 15:57:15 -08:00
probablycorey
ca8609c925
Fix 🐛
2014-01-22 15:56:18 -08:00
probablycorey
d2e4c61e0b
Make cli installation work with install-cli script
2014-01-22 15:56:05 -08:00
probablycorey
3da7fe7300
Update error message
2014-01-22 15:42:08 -08:00
probablycorey
04c8549c38
Use a single command to install apm and atom
2014-01-22 15:33:16 -08:00
probablycorey
4ef6eae02f
Add install cli commands for apm and atom
2014-01-22 15:17:23 -08:00
Nathan Sobo
52dcf6a721
Guard against null line number elements when updating fold indicators
...
Fixes #1461 but doesn't really address the root cause.
2014-01-22 16:06:46 -07:00
probablycorey
9169e9e227
Verify platform inside command installer
2014-01-22 14:54:01 -08:00
probablycorey
19e0854036
Log warning if commands fail to install
2014-01-22 14:53:38 -08:00
probablycorey
8973a6d777
Display dialog error when commands can't be installed
2014-01-22 13:51:51 -08:00
probablycorey
e6b9c67aad
Merge remote-tracking branch 'origin/master' into cj-cli-install
2014-01-22 13:35:25 -08:00
probablycorey
eb28c15f69
Simplify installation callbacks
2014-01-22 13:35:07 -08:00
Kevin Sawicki
cc53b6fbef
📝 Doc Syntax class
2014-01-22 10:30:25 -08:00
Kevin Sawicki
b31089cbb9
📝 Mention atom.project global in project docs
2014-01-22 10:21:37 -08:00
Kevin Sawicki
4d4ff84047
📝 Doc how to require WorkspaceView in package specs
2014-01-22 10:19:54 -08:00
Kevin Sawicki
b9d45680c3
📝 Wrap types in curlies
2014-01-22 10:09:08 -08:00
Kevin Sawicki
1fa2099eba
Don't mark text-utils methods as public
2014-01-22 10:05:53 -08:00
Cheng Zhao
4d74a69277
Use nslog on Windows.
2014-01-22 23:10:45 +08:00
Cheng Zhao
d13d2d3112
Generate source map in coffee-cache.
2014-01-22 14:36:50 +08:00
Nathan Sobo
8ca8ac5efc
Make ConfigObserver a proper mixin and export it
2014-01-21 20:56:23 -07:00
Kevin Sawicki
e4bcb52573
📝 Add requiring in packages example to exported classes
2014-01-21 18:43:07 -08:00
probablycorey
5a70276201
Fix specs
2014-01-21 18:09:53 -08:00
probablycorey
1bd4d51879
Install atom and apm cli commands to /usr/local/bin
2014-01-21 18:00:59 -08:00
Corey Johnson
a95a510770
Merge pull request #1456 from atom/cj-os-keybindings
...
Use file suffix to load specific platform keybindings.
2014-01-21 17:59:55 -08:00
probablycorey
7d1be155fa
💄
2014-01-21 17:55:05 -08:00
Kevin Sawicki
1d9bca12e0
📝 Mention that atom.project.getRepo() might be unavailable
2014-01-21 17:45:32 -08:00
Kevin Sawicki
352eab47df
📝 Merge example with return doc
2014-01-21 17:21:42 -08:00
Kevin Sawicki
03250f79c6
📝 Add period to first line of loadOrCreate doc
2014-01-21 17:05:55 -08:00
probablycorey
e53ed10169
Only allow one platform specific keybinding file.
2014-01-21 16:34:52 -08:00
Kevin Sawicki
4b3b0145a7
📝 Mark DisplayBuffer delegates as public
2014-01-21 16:17:47 -08:00
Kevin Sawicki
051f1b4777
📝 Mark setEditorWidthInChars as public
2014-01-21 16:12:06 -08:00
probablycorey
2e4e178091
Don't load keymap files with other platforms in the suffix
...
Example: On osx `keymap.cson` and `keymap-darwin.cson` would load. But
`keymap-win32.cson` would not load.
2014-01-21 16:03:34 -08:00
Kevin Sawicki
627e43dccf
Hide tooltips when window is resized
...
Refs atom/feedback#12
2014-01-21 12:33:23 -08:00
Kevin Sawicki
cb8b38b7f7
💄 Use @ instead of this
2014-01-21 11:42:21 -08:00
Kevin Sawicki
26e21e98db
📝 Mention atom.project global
2014-01-20 16:00:02 -08:00
Kevin Sawicki
e3f32ab30b
Wrap Array in curlies
2014-01-20 16:00:02 -08:00
Kevin Sawicki
3a02f4de0c
📝 Remove delegate warnings
2014-01-20 16:00:02 -08:00