Kevin Sawicki
|
6c91d8bea6
|
Add missing require for path
|
2013-06-12 16:51:53 -07:00 |
|
Kevin Sawicki
|
7edebc6dd2
|
Don't clobber path module by using path as a variable name
|
2013-06-12 16:50:15 -07:00 |
|
Kevin Sawicki
|
76649ba268
|
Add missing require for path
|
2013-06-12 16:50:00 -07:00 |
|
Kevin Sawicki
|
2ae95bdf2b
|
Use scopedPropertiesPath instead of propertiesPath
|
2013-06-12 16:44:08 -07:00 |
|
Kevin Sawicki
|
1548ef10b0
|
Don't clobber module by reassigning to path
|
2013-06-12 16:41:23 -07:00 |
|
Kevin Sawicki
|
835cd70ded
|
Use Path.dirname() internally
|
2013-06-12 16:33:36 -07:00 |
|
Kevin Sawicki
|
5a8444579c
|
Use more description variable names instead of path
|
2013-06-12 16:32:12 -07:00 |
|
Kevin Sawicki
|
dc4012ea7c
|
Add missing path require
|
2013-06-12 16:25:41 -07:00 |
|
Kevin Sawicki
|
17007e6154
|
Add missing path prefix to method invocation
|
2013-06-12 16:23:48 -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
|
d1cf839e53
|
Use correct less stylesheet path variable name
|
2013-06-12 15:53:47 -07:00 |
|
Kevin Sawicki
|
f47164a2e6
|
Use more descriptive variable name instead of path
|
2013-06-12 15:46:15 -07:00 |
|
Kevin Sawicki
|
bdb641ec94
|
Use path.extname() instead of fsUtils.extension()
|
2013-06-12 15:43:58 -07:00 |
|
Kevin Sawicki
|
341a327ea0
|
Rename path variable to entryPath
|
2013-06-12 15:36:18 -07:00 |
|
Kevin Sawicki
|
3d53a6ecf8
|
Remove internal references to .base()
|
2013-06-12 15:32:25 -07:00 |
|
Kevin Sawicki
|
eede4a386f
|
Use path.basename() instead of fsUtils.base()
|
2013-06-12 15:26:09 -07:00 |
|
Kevin Sawicki
|
437137783c
|
Use rimraf for removing files/folders
|
2013-06-12 15:09:54 -07:00 |
|
Kevin Sawicki
|
b96597b089
|
💄
|
2013-06-12 14:44:06 -07:00 |
|
Kevin Sawicki
|
eeb2782700
|
Use lookbehind for whitespace before bold/italic text
|
2013-06-12 14:43:14 -07:00 |
|
Kevin Sawicki
|
0f4ad0bbf5
|
Guard against a null initial path
This will be the case when the .atom fold is opened from the config window.
path.join() cannot be called with null values.
|
2013-06-12 14:31:49 -07:00 |
|
Kevin Sawicki
|
750e4a1cca
|
Rename linux.css to linux.less
|
2013-06-12 13:28:39 -07:00 |
|
Kevin Sawicki
|
e5b8aa57d7
|
Guard against null rootView
This will be the case for the config window.
|
2013-06-12 13:13:24 -07:00 |
|
Kevin Sawicki
|
0723514fea
|
Combine colors into single rule
|
2013-06-12 13:10:23 -07:00 |
|
Kevin Sawicki
|
c298e1b3ee
|
Remove background-color on .text .source
This was causing a different background in script tags
in HTML that looked strange.
|
2013-06-12 13:07:32 -07:00 |
|
Kevin Sawicki
|
91e5d171b7
|
Lint dot-atom coffee files
|
2013-06-12 13:04:10 -07:00 |
|
Kevin Sawicki
|
28f47e8248
|
hideGitIgnoredFiles is under core key, not editor
|
2013-06-12 12:48:25 -07:00 |
|
Kevin Sawicki
|
f870dc7b72
|
Allow autocomplete package to be deactivated
|
2013-06-12 11:41:41 -07:00 |
|
Kevin Sawicki
|
04c5e9fa42
|
Return subscription from RootView.eachEditor()
|
2013-06-12 11:38:05 -07:00 |
|
Kevin Sawicki
|
65b08e2914
|
Upgrade to lesslint 0.4
|
2013-06-12 11:02:34 -07:00 |
|
Kevin Sawicki
|
ed19b9e032
|
Upgrade to lesslint 0.3
|
2013-06-12 10:27:40 -07:00 |
|
Kevin Sawicki
|
e72b5a55a0
|
Remove invalid float on inline-block element
|
2013-06-12 10:18:23 -07:00 |
|
Kevin Sawicki
|
5281507483
|
Remove invalid include rule
|
2013-06-12 10:18:23 -07:00 |
|
Kevin Sawicki
|
abf7303d6e
|
Disable font-sizes rule
|
2013-06-12 10:18:23 -07:00 |
|
Kevin Sawicki
|
775f29564a
|
Use LESS style comments
|
2013-06-12 10:18:23 -07:00 |
|
Kevin Sawicki
|
7e33a3e12f
|
Remove duplicate properties
|
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
|
454106a22b
|
Disable several CSS Lint rules
|
2013-06-12 10:18:22 -07:00 |
|
Kevin Sawicki
|
43c1d7f8aa
|
Add less lint task
|
2013-06-12 10:18:22 -07:00 |
|
probablycorey
|
1156018c0d
|
Make gutter line number's position relative
This makes it easier to decorate line numbers.
|
2013-06-12 09:55:31 -07:00 |
|
Kevin Sawicki
|
e00e87a845
|
Lint css files in static/
|
2013-06-11 16:34:48 -07:00 |
|
Kevin Sawicki
|
2b29212d0f
|
Sort flags alphabetically
|
2013-06-11 16:30:46 -07:00 |
|
Kevin Sawicki
|
7390d908bd
|
Add -v flag to print the version
|
2013-06-11 16:23:47 -07:00 |
|
Kevin Sawicki
|
a98308a7a4
|
Add -n option to always open a new window
|
2013-06-11 16:15:04 -07:00 |
|
Kevin Sawicki
|
3b263eb961
|
Tweak crashed dialog messaging
|
2013-06-11 16:07:57 -07:00 |
|
Kevin Sawicki
|
c6d5c143cf
|
Mention LESS/CSS indent fix
|
2013-06-11 15:54:56 -07:00 |
|
Kevin Sawicki
|
6d0f303cd5
|
Set initialPath on load settings
|
2013-06-11 15:48:22 -07:00 |
|
Kevin Sawicki
|
327f16fa03
|
Add semicolon
|
2013-06-11 15:44:25 -07:00 |
|
Corey Johnson & Kevin Sawicki
|
a4ee1eb785
|
Rename pathToOpen load setting to initialPath
Use the initialPath as the window state serialization key.
Also use the parent directory as the intitial path when the
path to open is a file.
|
2013-06-11 15:38:31 -07:00 |
|