Kevin Sawicki
|
0069eb4d0d
|
Remove atom.isPackageActive shim
|
2013-11-20 12:48:05 -08:00 |
|
Kevin Sawicki
|
6d04d57e74
|
Remove atom.loadPackage shim
|
2013-11-20 12:48:05 -08:00 |
|
Kevin Sawicki
|
3f0dca5a40
|
Remove unused package managers shims
|
2013-11-20 12:48:05 -08:00 |
|
Kevin Sawicki
|
568aa1d396
|
Remove some package manager shims on atom global
|
2013-11-20 12:48:05 -08:00 |
|
Kevin Sawicki
|
9febe179fa
|
Remove unused deserializer shims
|
2013-11-20 12:48:04 -08:00 |
|
Kevin Sawicki
|
9e814de969
|
Remove window.config shim
|
2013-11-20 12:48:04 -08:00 |
|
Kevin Sawicki
|
46e85fac87
|
Remove window.syntax shim
|
2013-11-20 12:48:04 -08:00 |
|
Kevin Sawicki
|
d1f1b494cf
|
Remove window.keymap shim
|
2013-11-20 12:48:04 -08:00 |
|
Kevin Sawicki
|
f11803df60
|
Remove window.site shim
|
2013-11-20 12:48:04 -08:00 |
|
Matt Colyer
|
dfa870f514
|
Merge branch 'master' into meta-to-command
Conflicts:
keymaps/win32.cson
|
2013-11-20 10:19:12 -08:00 |
|
Corey Johnson
|
a98377b899
|
Merge pull request #1132 from atom/cj-editor-rename
Editor & EditSession rename
|
2013-11-20 10:11:09 -08:00 |
|
probablycorey
|
c3de3d8eea
|
Update documentation
|
2013-11-20 10:04:28 -08:00 |
|
Kevin Sawicki
|
9a01b5a6bf
|
Use Date.now()
|
2013-11-19 17:15:25 -08:00 |
|
probablycorey
|
c33bd34996
|
Add reverse compatability for Editor creation
|
2013-11-19 16:22:29 -08:00 |
|
Matt Colyer
|
55e90f8ae1
|
Use cmd instead of command
|
2013-11-19 15:29:37 -08:00 |
|
probablycorey
|
31a9bb83cf
|
Replace editSession variables with editor
|
2013-11-19 15:22:47 -08:00 |
|
Matt Colyer
|
1e4504e7f3
|
Use command instead of meta
|
2013-11-19 15:16:55 -08:00 |
|
probablycorey
|
bf05ddb958
|
🔫
I screwed up a rebase, this nasty commit is the result.
|
2013-11-19 15:15:12 -08:00 |
|
probablycorey
|
756c2be64a
|
Replace editor instance variables with editorView
|
2013-11-19 14:57:35 -08:00 |
|
probablycorey
|
6fdd4f775b
|
Rename TextEditor and TextEditorView to Editor and EditorView
|
2013-11-19 14:57:35 -08:00 |
|
probablycorey
|
955d379e0e
|
Rename EditSession to TextEditor
|
2013-11-19 14:56:09 -08:00 |
|
probablycorey
|
aaa82e23da
|
Rename Editor to TextEditorView
|
2013-11-19 14:34:20 -08:00 |
|
Kevin Sawicki
|
8e46bc5241
|
Add shim for atom.rootView vs. window.rootView
|
2013-11-19 14:15:47 -08:00 |
|
Matt Colyer
|
37a5a6f501
|
Merge pull request #1117 from atom/platform-keybindings
Platform keybindings
|
2013-11-19 14:10:53 -08:00 |
|
Kevin Sawicki
|
83f14c137c
|
Remove window.pasteboard shim
|
2013-11-19 14:03:44 -08:00 |
|
Kevin Sawicki
|
f4de124aa6
|
Add atom prefix to rootView reference
|
2013-11-19 13:34:01 -08:00 |
|
Kevin Sawicki
|
4b0eaf05a5
|
Remove Emitter::trigger shim
|
2013-11-19 13:24:29 -08:00 |
|
Kevin Sawicki
|
03e8bc6f19
|
Remove Emitter::one shim
|
2013-11-19 12:58:56 -08:00 |
|
Kevin Sawicki
|
13186fcf7a
|
Remove Emitter::subscriptionCount shim
|
2013-11-19 12:55:18 -08:00 |
|
Kevin Sawicki
|
fea0f1f90a
|
📝 atom.project instead of global.project
|
2013-11-19 12:30:05 -08:00 |
|
Matt Colyer
|
fe6b40fc5d
|
Merge branch 'master' into platform-keybindings
|
2013-11-19 11:58:48 -08:00 |
|
Matt Colyer
|
82e3935ae3
|
Guard against undefined labels
|
2013-11-19 11:57:59 -08:00 |
|
Matt Colyer
|
32a3b6302c
|
Use document.body to be concise
|
2013-11-19 11:21:50 -08:00 |
|
Matt Colyer
|
6157fcaf73
|
Merge branch 'master' into platform-keybindings
|
2013-11-19 11:11:32 -08:00 |
|
Matt Colyer
|
ab74d8be38
|
Merge pull request #1115 from atom/refine-paste-normalization
Don't normalize indents on paste if there are preceding characters, fixes #1112
|
2013-11-19 10:54:44 -08:00 |
|
Kevin Sawicki
|
ee1ec4670d
|
Listen for destroyed events on deserialized buffers
|
2013-11-19 09:08:24 -08:00 |
|
Kevin Sawicki
|
f55a200591
|
Return emissary subscription directly
|
2013-11-18 18:41:43 -08:00 |
|
Kevin Sawicki
|
89d8eac091
|
Remove console.log statement
|
2013-11-18 16:09:25 -08:00 |
|
probablycorey
|
5011b6e78f
|
Remove atom argument from activate
|
2013-11-18 15:50:36 -08:00 |
|
Matt Colyer
|
2b234545b5
|
Merge pull request #1116 from atom/windows-menus
Make Windows menus more Native(tm), fixes #1085
|
2013-11-18 11:08:04 -08:00 |
|
Kevin Sawicki
|
a66543048b
|
Include buffer in emitted events
|
2013-11-18 10:06:14 -08:00 |
|
Kevin Sawicki
|
ca96aa2804
|
📝 doc what DisplayBuffer::getGrammar returns
|
2013-11-18 09:30:56 -08:00 |
|
Matt Colyer
|
b323d9ce18
|
Rename hasNoPrecedingCharacters => hasPrecedingCharactersOnLine
|
2013-11-15 15:32:24 -08:00 |
|
probablycorey
|
084bbb1578
|
Use skinny arrow
|
2013-11-15 14:35:02 -08:00 |
|
probablycorey
|
a0c6a94409
|
Added documentation for Keymap's public classes
|
2013-11-15 14:23:52 -08:00 |
|
probablycorey
|
80cdf61fa4
|
Update remove spec
|
2013-11-15 14:09:24 -08:00 |
|
probablycorey
|
29c3fadb6f
|
Move public methods to top of file
|
2013-11-15 14:07:01 -08:00 |
|
probablycorey
|
1ae3806c69
|
Use source instead of name
|
2013-11-15 14:06:03 -08:00 |
|
probablycorey
|
98b509441c
|
Move methods into KeyBinding class
|
2013-11-15 14:05:35 -08:00 |
|
probablycorey
|
02f40688e2
|
Merge remote-tracking branch 'origin/master' into cj-keymap-cleanup
|
2013-11-15 13:53:42 -08:00 |
|