Commit Graph

13488 Commits

Author SHA1 Message Date
Kevin Sawicki
d0c2dfffb1 Use item in confirmSelection 2014-02-14 14:48:31 -08:00
Kevin Sawicki
f3af21c5d2 Append view instead of item 2014-02-14 14:48:31 -08:00
Kevin Sawicki
e5b4302407 Remove return type 2014-02-14 14:48:31 -08:00
Kevin Sawicki
fc6aa2aa12 Rename filteredArray to filteredItems 2014-02-14 14:48:31 -08:00
Kevin Sawicki
883f6dd50b Add public API to set max items 2014-02-14 14:48:30 -08:00
Kevin Sawicki
8ac197074d selectItemView instead of selectItem 2014-02-14 14:48:30 -08:00
Kevin Sawicki
d045bc9836 Rename data attribute to select-list-item 2014-02-14 14:48:30 -08:00
Kevin Sawicki
d31c0f81d2 Rename viewClass to getViewClasses 2014-02-14 14:48:30 -08:00
Kevin Sawicki
5bad4c95c1 Rename miniEditor to editorView 2014-02-14 14:48:30 -08:00
Kevin Sawicki
dc11573862 Outdent code block 2014-02-14 14:48:30 -08:00
Kevin Sawicki
4d42cb908d Rename getSelectedElement to getSelectedItem 2014-02-14 14:48:30 -08:00
Kevin Sawicki
db2bb9274d Rename array ivar to items 2014-02-14 14:48:30 -08:00
Kevin Sawicki
0e3b6628f3 Call getFilterKey() instead of filterKey ivar 2014-02-14 14:48:30 -08:00
Kevin Sawicki
65dafd58c1 Doc that subclasses must implement confirmed(item) 2014-02-14 14:48:30 -08:00
Kevin Sawicki
0c0b082604 Mark viewClass as public 2014-02-14 14:48:30 -08:00
Kevin Sawicki
906fcf0929 Doc that subclasses must implement viewForItem 2014-02-14 14:48:30 -08:00
Kevin Sawicki
36458331f8 Rename itemForElement to viewForItem 2014-02-14 14:48:30 -08:00
Kevin Sawicki
4b1e44a967 Rename setArray to setItems 2014-02-14 14:48:30 -08:00
Kevin Sawicki
c7855dbcd3 Upgrade to whitespace@0.13.0 2014-02-14 09:24:48 -08:00
Nathan Sobo
950a0ce153 Merge pull request #1492 from atom/ns-fix-softwrap
Fix whacky soft-wrap issues
2014-02-14 18:35:12 +02:00
Nathan Sobo
d64fefd96c Merge branch 'master' into ns-fix-softwrap
Conflicts:
	src/row-map.coffee
2014-02-14 08:36:58 -07:00
Kevin Sawicki
7f903bc6e7 Merge pull request #1544 from atom/ks-publish-doc
Publishing doc
2014-02-13 17:27:34 -08:00
Kevin Sawicki
d4dfdd17ff Remove stray g 2014-02-13 15:37:10 -08:00
Kevin Sawicki
2e8bf53a04 Outdent list 2014-02-13 15:37:10 -08:00
Kevin Sawicki
d9262a8415 Remove extra space 2014-02-13 15:37:10 -08:00
Kevin Sawicki
504ec58d93 Lowercase package 2014-02-13 15:37:10 -08:00
Kevin Sawicki
3de158bbdd Link to http://guides.github.com/overviews/desktop 2014-02-13 15:37:10 -08:00
Kevin Sawicki
6cd3ef4a6c Wrap at 80 2014-02-13 15:37:10 -08:00
Kevin Sawicki
d5c8b052c6 Tweak pre-req checks 2014-02-13 15:37:10 -08:00
Kevin Sawicki
ffdbefc0f4 List out what publish command does before running 2014-02-13 15:37:10 -08:00
Kevin Sawicki
fccddd9200 Remove stray ] 2014-02-13 15:37:09 -08:00
Kevin Sawicki
bdb37c4dee Remove extra newline 2014-02-13 15:37:09 -08:00
Kevin Sawicki
4b28cc78b1 Drop ./ from link 2014-02-13 15:37:09 -08:00
Kevin Sawicki
28032cb257 Use link name 2014-02-13 15:37:09 -08:00
Kevin Sawicki
75c3197a62 Link to publish doc from converting docs 2014-02-13 15:37:09 -08:00
Kevin Sawicki
e0459fa069 Link to publish from your first package doc 2014-02-13 15:37:09 -08:00
Kevin Sawicki
8f9d845683 People can now install it 2014-02-13 15:37:09 -08:00
Kevin Sawicki
7caece7c77 Tweak wording around versioning 2014-02-13 15:37:09 -08:00
Kevin Sawicki
e279c75653 Add name check and post publish instructions 2014-02-13 15:37:09 -08:00
Kevin Sawicki
f678d836fa Add initial publishing doc 2014-02-13 15:37:09 -08:00
probablycorey
131a457da8 Upgrade to imave-view@0.23.0 2014-02-13 15:26:57 -08:00
Kevin Sawicki
df4e791f47 Update apm for publish tweaks 2014-02-13 15:25:01 -08:00
Corey Johnson
752d028581 Merge pull request #1543 from atom/cz-non-admin-command-install
Enable privilege escalation when install command
2014-02-13 14:51:44 -08:00
Corey Johnson
543a2ad266 Merge pull request #1539 from atom/cj-move-openers-to-workspace
Cj move openers to workspace
2014-02-13 14:23:11 -08:00
probablycorey
c2fe0b7aa1 Replace editor with item 2014-02-13 13:58:23 -08:00
probablycorey
9e0436d10e Always check existing active for uri first 2014-02-13 13:57:59 -08:00
probablycorey
b3550c6526 Use full url when opening uri 2014-02-13 13:55:37 -08:00
probablycorey
75745bccc7 🔥 moar whitespace 2014-02-13 11:03:58 -08:00
probablycorey
93bd0c8412 🔥 whitespace 2014-02-13 11:00:29 -08:00
probablycorey
f473bfdb95 Move actual opener logic back to project.
Not all specs create a workspace and workspaceView, so there were
failures. They probably SHOULD all have workspace and workspaceView
but that is beyond the scope of this PR.
2014-02-13 10:52:07 -08:00