Kevin Sawicki
7f6de430c0
Remove unneeded units
2013-06-17 19:57:38 -07:00
Kevin Sawicki
645aa65e9b
Remove view when package is deactivated
2013-06-17 12:11:26 -07:00
Kevin Sawicki
2ae494999c
Terminate in beforeRemove() instead of afterRemove()
2013-06-17 12:11:26 -07:00
Corey Johnson & Kevin Sawicki
8661290c6a
Rename LoadPathsTask to PathLoader
2013-06-17 12:11:26 -07:00
Corey Johnson & Kevin Sawicki
84a8f11fc9
Make fuzzy finder work with new Task system
2013-06-17 12:11:25 -07:00
Kevin Sawicki
7dd52995d0
Update tag reader view to use new task style
2013-06-17 12:11:25 -07:00
Kevin Sawicki
12b5c43d85
Remove unused task
2013-06-17 12:11:25 -07:00
Kevin Sawicki
b42cc6f683
Update spell check view to use new task
2013-06-17 12:11:25 -07:00
Kevin Sawicki
a1d6ae010e
💄
2013-06-17 12:11:25 -07:00
Kevin Sawicki
f3b3c291b9
Un-f wrap guide spec
2013-06-15 21:25:46 -07:00
Kevin Sawicki
6bcd6240ce
Only override resource path if running specs from menu
...
Previously if the specs were being run via the --test command line
flag then the resource path specified would be overridden and
~/github/atom would be used instead which was causing CI to fail
since it specified a custom resource path at a different location.
2013-06-15 20:07:16 -07:00
Kevin Sawicki
5df5a679ac
Un-f fuzzy finder spec
2013-06-14 11:48:02 -07:00
Corey Johnson & Kevin Sawicki
2edb5b5496
Setup node path in Atom Window.
...
This lets windows run code from different resource paths.
2013-06-14 10:01:23 -07:00
Kevin Sawicki
1fa319a8f3
Hide status and branch info for non-project files
2013-06-13 23:11:07 -07:00
Kevin Sawicki
a0aefe21c8
Bind mousewheel event to list instead of parent
2013-06-13 22:11:46 -07:00
Kevin Sawicki
d6be29dbdc
Prevent propagation of mousewheel events from list
...
Without this, the autocomplete list is not scrollable using
the mouse wheel since it is consumed by the parent editor.
2013-06-13 18:50:36 -07:00
Kevin Sawicki
52ffa2d8c0
Use fat arrow for write callback
2013-06-13 18:38:23 -07:00
Kevin Sawicki
5ca4e8006e
Format command and run count integers
2013-06-13 18:09:37 -07:00
Kevin Sawicki
75cfddebcd
Implement getEmptyMessage() in CorrectionsView
2013-06-13 11:47:00 -07:00
Kevin Sawicki
ff7c639b64
Don't use error class in select list
...
Use a subtler error message that displays in the same place as the
loading message but does not change the entire background of the
view.
Also, extending classes can now customize the message displayed
when there are no items and also no filtered items to allow for
different messages for these two cases.
2013-06-13 11:31:09 -07:00
Kevin Sawicki
0e52a3bcee
Remove fsUtils.makeDirectory()
...
fsUtils.makeTree() was sufficient for all current uses.
2013-06-12 20:39:40 -07:00
Kevin Sawicki
ed3a4a33e2
Rename .write() to writeSync()
2013-06-12 20:38:26 -07:00
Kevin Sawicki
bf41c77d80
Use fsUtils.readObject to load snippets file
2013-06-12 18:30:43 -07:00
Kevin Sawicki
d77705a039
Rename listTree() to listTreeSync()
2013-06-12 18:26:44 -07:00
Kevin Sawicki
400aa93bf3
Rename isFile() to isFileSync()
2013-06-12 18:21:57 -07:00
Kevin Sawicki
86952ff85e
Rename isDirectory() to isDirectorySync()
2013-06-12 18:16:31 -07:00
Kevin Sawicki
bab9bd7550
Rename path variables to prevent collisions
2013-06-12 17:59:37 -07:00
Kevin Sawicki
87e60bd0eb
Update element path key to filePath instead of path
2013-06-12 17:51:07 -07:00
Kevin Sawicki
711d20ea14
Rename path variables to prevent collisions
2013-06-12 17:35:12 -07:00
Kevin Sawicki
a0a0036727
Add missing path require
2013-06-12 17:35:03 -07:00
Kevin Sawicki
15f6a33c4b
Rename path variables to prevent collisions
2013-06-12 17:27:23 -07:00
Kevin Sawicki
5a8444579c
Use more description variable names instead of path
2013-06-12 16:32:12 -07:00
Kevin Sawicki
82013b1970
Use path.join() instead of fsUtils.join()
2013-06-12 16:20:40 -07:00
Kevin Sawicki
7cf4063d9e
Use path.dirname() instead of fsUtils.directory()
2013-06-12 15:54:34 -07:00
Kevin Sawicki
bdb641ec94
Use path.extname() instead of fsUtils.extension()
2013-06-12 15:43:58 -07:00
Kevin Sawicki
eede4a386f
Use path.basename() instead of fsUtils.base()
2013-06-12 15:26:09 -07:00
Kevin Sawicki
eeb2782700
Use lookbehind for whitespace before bold/italic text
2013-06-12 14:43:14 -07:00
Kevin Sawicki
f870dc7b72
Allow autocomplete package to be deactivated
2013-06-12 11:41:41 -07:00
Kevin Sawicki
5281507483
Remove invalid include rule
2013-06-12 10:18:23 -07:00
Kevin Sawicki
5538b2910d
💄
2013-06-12 10:18:23 -07:00
Kevin Sawicki
c7c7988ae6
Drop units when using zero
2013-06-12 10:18:23 -07:00
Kevin Sawicki
4f348dcd19
Watch archive file and react to events
...
The view now refreshes on 'contents-changed' events and
closes on 'removed' events
2013-06-10 18:32:11 -07:00
Kevin Sawicki
9ad65e6e46
Add top padding to directories
2013-06-10 14:11:19 -07:00
Kevin Sawicki
790c9714c7
Forward focus to selected file on focus events
2013-06-10 14:11:19 -07:00
Kevin Sawicki
68074be9d6
Add initial archive viewer spec
2013-06-10 14:11:19 -07:00
Kevin Sawicki
4c2a40808b
💄
2013-06-10 14:11:19 -07:00
Kevin Sawicki
0b0af2296f
Add summary header with size and file/folder counts
2013-06-10 14:11:18 -07:00
Kevin Sawicki
2c7d49f7a8
Ignore callbacks if path has changed
2013-06-10 14:11:18 -07:00
Kevin Sawicki
dc89b0569a
Add margin to loading message
2013-06-10 14:11:18 -07:00
Kevin Sawicki
ff5ea00b00
Use toggle class for removing selected class
2013-06-10 14:11:18 -07:00