Justin Palmer
112e389306
wrap matches in their own list
2013-02-13 10:38:00 -08:00
Justin Palmer
d95ffe8021
toggleLoading for command panel
2013-02-12 23:55:54 -08:00
Kevin Sawicki
1f4aedeb10
Rename isReadme to isReadmePath
2013-02-12 11:47:13 -08:00
Corey Johnson & Kevin Sawicki
ac6ec1c2a7
Remove rootView as parameter to activate
2013-02-08 17:28:07 -08:00
Corey Johnson & Kevin Sawicki
2d80d27ca7
Modernize command-panel package with package.cson
2013-02-08 17:28:07 -08:00
Nathan Sobo
4fdb1c454e
Restore marker cleanup assertions
...
Now that EditSessions clean up their markers, we can pass these tests
again.
2013-02-06 17:29:08 -07:00
Kevin Sawicki & Nathan Sobo
59d0742c17
Remove Anchor and AnchorRange. They're fully replaced by markers.
...
We're still leaking markers for selections and cursors. We need to
clean that up before merging.
2013-02-05 18:15:48 -07:00
Kevin Sawicki & Nathan Sobo
79d54e5483
Use markers instead of anchor ranges in command panel operations
2013-02-05 17:24:41 -07:00
Kevin Sawicki
9011d62351
Use octicon for README files
2013-02-05 09:17:47 -08:00
Kevin Sawicki
278b8c3df1
Trigger move-up to reset top scroll to 0
2013-02-04 15:26:46 -08:00
Justin Palmer
a0f06e09d6
fix command panel specs that I broke
...
We're now refocusing the preview list instead of the editor
2013-01-31 12:09:40 -08:00
Corey Johnson & Kevin Sawicki
e24859cc23
💄
2013-01-31 11:03:20 -08:00
Justin Palmer
6935e33b72
Merge pull request #204 from github/command-panel-esc
...
support escape key to exit command panel
2013-01-31 10:39:24 -08:00
Justin Palmer
1fa16c4ae1
refocus preview list after performing operation
...
Allows esc key to exit the command pallete
2013-01-30 13:56:35 -08:00
Corey Johnson
74cec989bb
Use getFontSize()
2013-01-30 13:19:09 -08:00
Justin Palmer
6c10622b2f
support escape key to exit command panel
2013-01-30 10:57:44 -08:00
Kevin Sawicki
35b7ad5ee3
Add match count to path header text
2013-01-25 13:08:58 -08:00
Kevin Sawicki
0f314f573b
Add match and file count to command panel preview
2013-01-25 09:23:18 -08:00
Kevin Sawicki
63b9a4b179
Kill wrap-around in command panel preview list
...
Jumping from top to bottom can be still done using
meta-up and meta-down.
2013-01-25 08:51:16 -08:00
Kevin Sawicki
bc3646f180
💄
2013-01-23 16:24:40 -08:00
Kevin Sawicki
a966f1d7c7
Rename attach to load
2013-01-22 18:26:48 -08:00
Kevin Sawicki
513a29d70e
Add deferred package type
...
This package defers loading until specific commands are
triggered on the root view.
2013-01-22 18:26:48 -08:00
Kevin Sawicki
ca596db310
Extend AtomPackage directly in packages index.coffee
2013-01-22 18:26:48 -08:00
Jon Rohan
20e5b303a7
refactoring all the stylesheets into /Atom - Dark/
...
Conflicts:
.atom/themes/Atom - Dark/vim-mode.css
2013-01-17 22:11:45 -08:00
Kevin Sawicki
7c9ac5a4ac
Defer building parser until eval'ing
2013-01-17 16:50:25 -08:00
Kevin Sawicki
28d4c3749f
Use octicon for command panel prompt
2013-01-14 09:32:04 -08:00
Kevin Sawicki
170b50ddf0
Use search pattern with fewer matches to speed up spec
2013-01-11 10:25:41 -08:00
Kevin Sawicki
14d9fc5e45
Search for a more specific string
...
This spec only requires one match so don't search
for something that has many matches and will take
longer to display.
Reduces the run time of this spec by ~1.5 seconds.
2013-01-10 09:01:14 -08:00
Kevin Sawicki
339d29e1b5
Search for something with fewer results
...
Previously the search query used in the command panel
spec returned 500+ matches when the specs needed far
less to verify moving up and down and scrolling.
This reduces the time take to run the command panel spec
by ~2.5 seconds.
2013-01-10 08:47:10 -08:00
Kevin Sawicki
8e1ae24eb4
Update selected operation on move-to-top/move-to-bottom
2013-01-04 13:35:05 -08:00
Nathan Sobo
8591c86733
Pass a name string to RootView.activatePackage & deactivatePackage
...
Previously we were relying on the package module itself to have a
`name` field. But now that we're using `atom.loadPackage` to load up
packages, we can infer the name of the module from the name of the
package directory.
2013-01-04 14:33:01 -07:00
Kevin Sawicki
4a84b423e4
Use green for path color
2013-01-04 10:01:09 -08:00
Kevin Sawicki
bbe2977502
Add file octicon to path elements
2013-01-04 09:55:20 -08:00
Kevin Sawicki
bd93de5998
Use peach color for paths and increase padding
2013-01-04 09:39:36 -08:00
Kevin Sawicki
3afd87ca58
💄
2013-01-04 09:23:11 -08:00
Kevin Sawicki
6818bf3b93
Add border to command panel
2013-01-04 09:22:49 -08:00
Kevin Sawicki
ef39cc7f2d
Scroll to top when selecting first element
...
This ensures that the top path is always visible
when the first operation is selected.
2013-01-04 09:04:21 -08:00
Kevin Sawicki
a891dec093
Wrap around the preview-list when moving up/down
2013-01-04 08:59:20 -08:00
Kevin Sawicki
7427d4e4ec
Update selector to use li text
2013-01-04 08:44:00 -08:00
Kevin Sawicki
a71ab7d15d
Set path directly on li instead of nested span
2013-01-04 08:42:32 -08:00
Kevin Sawicki
40707f1eee
Make selected operation grey instead of blue
2013-01-04 08:40:18 -08:00
Kevin Sawicki
961774874c
Make paths green instead of yellow
2013-01-04 08:39:03 -08:00
Kevin Sawicki
b4a8884d31
Break words to prevent long lines
2013-01-04 08:24:46 -08:00
Kevin Sawicki
e4513f5d48
Remove unused outlets
2013-01-04 08:24:46 -08:00
Kevin Sawicki
6c9dcb8d25
Set line number column to width of max element
2013-01-04 08:24:46 -08:00
Kevin Sawicki
7685b382f6
Move bg/fg colors to root preview-list
2013-01-04 08:24:46 -08:00
Kevin Sawicki
e4bd764a96
Tweak padding, color, and border-radius of match
2013-01-04 08:24:46 -08:00
Kevin Sawicki
b6374184f5
Remove colon after line number
2013-01-04 08:24:46 -08:00
Kevin Sawicki
8adef01850
Use editor colors in command-panel
2013-01-04 08:24:46 -08:00
Kevin Sawicki
c257f91b82
Start line numbers at 1
2013-01-04 08:24:46 -08:00