Kevin Sawicki
088d4f439f
Deprecate pane:active-item-title-changed on PaneView
2014-09-18 11:51:44 -07:00
Kevin Sawicki
b1994b28b3
Deprecate pane:active-item-title-changed
2014-09-18 11:51:44 -07:00
Kevin Sawicki
cf303a73b7
Deprecate custom events on PaneView
2014-09-18 11:51:44 -07:00
Kevin Sawicki
1b25ea8a8d
Deprecate custom events on EditorView
2014-09-18 11:51:44 -07:00
Kevin Sawicki
291b989ff0
Deprecate pane:item-moved
2014-09-18 11:51:43 -07:00
Kevin Sawicki
1850197f55
Deprecate pane:item-removed
2014-09-18 11:51:43 -07:00
Kevin Sawicki
c2c0962e3b
Deprecate pane:item-added
2014-09-18 11:51:43 -07:00
Kevin Sawicki
099953c58b
Deprecate uri-opened
2014-09-18 11:51:43 -07:00
Kevin Sawicki
33fdb0b518
Deprecate pane:became-inactive
2014-09-18 11:51:43 -07:00
Kevin Sawicki
5148deded1
Deprecate pane:became-active
2014-09-18 11:51:43 -07:00
Kevin Sawicki
fdddccf094
💄
2014-09-18 11:51:43 -07:00
Kevin Sawicki
4521eeaeb1
Deprecate pane:active-item-changed
2014-09-18 11:51:43 -07:00
Kevin Sawicki
7344ba644e
Deprecate pane-container:active-pane-item-changed
2014-09-18 11:51:43 -07:00
Kevin Sawicki
ce887fe877
Deprecate selection:changed
2014-09-18 11:51:43 -07:00
Kevin Sawicki
ee701f3b8b
Deprecate cursor:moved
2014-09-18 11:51:43 -07:00
Kevin Sawicki
c5f593cf08
deprecatedViewEvents -> setupViewEventDeprecations
2014-09-18 11:51:43 -07:00
Kevin Sawicki
4b4dc7224e
Deprecate pane:removed event
2014-09-18 11:51:42 -07:00
Kevin Sawicki
31dd9bed6a
Map over cmdArgs when quoting
2014-09-18 11:37:37 -07:00
Kevin Sawicki
44860ba572
Filter null/undefined arguments on Windows
...
These won't be able to be properly quoted
2014-09-18 11:36:41 -07:00
Kevin Sawicki
c37e4649b5
Only call replace on string arguments
...
Prevents errors being thrown when trying to call replace on non-string
arguments.
2014-09-18 11:31:29 -07:00
Kevin Sawicki
3fb22f123a
Don't throw errors when folding comments
...
Previously trying to fold single line comments at the start/end
of files would throw errors since the +1 and -1 used in the
index ranges would cause the loop to advance past the last row
or before the first row.
2014-09-18 11:06:25 -07:00
Ben Ogle
7bf60a09dd
Make ScrollView Extended
2014-09-17 17:02:41 -07:00
Ben Ogle
8448b265d5
Merge pull request #3549 from atom/bo-visibility-split
...
Add sections and split methods into essential / extended API
2014-09-17 16:51:50 -07:00
Ben Ogle
a85a5e8495
Add public back for the deserializers
2014-09-17 16:20:08 -07:00
Ben Ogle
736342b527
Fix the title duplication
2014-09-17 15:59:22 -07:00
Ben Ogle
fad83fff1c
Change name of section in cursor
2014-09-17 15:57:24 -07:00
Ben Ogle
6f2b1a4b21
Reorganize Selection into sections
2014-09-17 15:57:13 -07:00
Ben Ogle
37ddf096a7
Reorganize ThemeManager into sections
2014-09-17 15:39:16 -07:00
Ben Ogle
0963077a32
Reorganize Project class into sections
2014-09-17 14:26:15 -07:00
Ben Ogle
cfffae936c
Deprecate pathForRepositoryUrl for eventual removal
2014-09-17 14:23:46 -07:00
Nathan Sobo
aa8bfd8e5f
Remove stray console.log
2014-09-17 15:03:04 -06:00
Nathan Sobo
d36c738b07
Merge pull request #3469 from atom/ns-command-registry
...
Add command registry
2014-09-17 14:55:19 -06:00
Kevin Sawicki
146e8c2a0b
💄 Remove extra newline
2014-09-17 10:40:12 -07:00
Kevin Sawicki
f1fd13b0b2
Return as soon as first paired character is found
...
Previously the character count of the entire string was taken even
though it was only checking for the presence of a paired character.
Now hasPairedCharacter returns as early as possible and the now
unused getCharacterCount has been removed.
2014-09-17 10:35:33 -07:00
Kevin Sawicki
e343b0e0fc
Don't treat consecutive variation selectors as a sequence
2014-09-17 10:17:27 -07:00
Kevin Sawicki
c1aa5c9e48
📝 Mention variation sequence in comment
2014-09-17 10:17:27 -07:00
Kevin Sawicki
878da262d2
Add support for Unicode variation sequences
...
These are character pairs that should be treated as tokens with a
buffer delta of 2 and a screen delta of 1.
2014-09-17 10:17:26 -07:00
Kevin Sawicki
b281737838
Add leading/trailing classes to hard tab tokens
...
Previously the leading-whitespace and trailing-whitespace classes
were never added to tokens that were hard tabs.
2014-09-17 09:42:31 -07:00
Kevin Sawicki
72b92fc3e5
Only add command on platforms where it can be run
...
Closes #3561
2014-09-17 08:54:16 -07:00
Ben Ogle
13cc97e44f
Reorganize PackageManager into sections
2014-09-16 17:05:23 -07:00
Ben Ogle
6467f3c425
Reorganize cursor into sections
2014-09-16 16:50:17 -07:00
Ben Ogle
5252b5314b
WorkspaceView Public -> Essential
2014-09-16 16:30:46 -07:00
Ben Ogle
4c93045384
Reorganize WorkspaceView into sections
2014-09-16 16:30:13 -07:00
Ben Ogle
fb1ac72b6e
installShellCommands is not public
2014-09-16 16:23:30 -07:00
Ben Ogle
7ff5938454
Convert visibility in SelectListView
2014-09-16 16:18:47 -07:00
Ben Ogle
053d483b2b
Rearrange SelectListView with sections
2014-09-16 16:06:37 -07:00
Ben Ogle
b444fbd22c
Git module is extended
2014-09-16 14:44:49 -07:00
Ben Ogle
f1a5e8e1a8
Reorganize Git into sections
2014-09-16 14:41:23 -07:00
Ben Ogle
cc64a2c3b4
Move things into the construction and destruction section
2014-09-16 14:10:49 -07:00
Ben Ogle
b9a63d5030
Add bit about editorView being sparse
2014-09-16 14:07:04 -07:00