Corey Johnson
|
2bba50bdd0
|
Use a packages fixtures directory as the default project directory
|
2013-09-13 09:01:22 -07:00 |
|
Corey Johnson
|
2152004883
|
Use the ACTUAL spec directory instead of the specs parent
|
2013-09-13 09:01:22 -07:00 |
|
Corey Johnson
|
e64119ade2
|
Rename specPath loadSetting to specDirectory
|
2013-09-13 09:01:22 -07:00 |
|
Ben Ogle
|
7d679f9808
|
Upgrade to settings 0.14.0
|
2013-09-12 16:27:23 -07:00 |
|
Ben Ogle
|
5d923357a9
|
Add a separator between panes in the light theme
|
2013-09-12 14:04:19 -07:00 |
|
Ben Ogle
|
b6a503ac3b
|
Add a separator between panels
|
2013-09-12 14:04:19 -07:00 |
|
Ben Ogle
|
be5c7a87f9
|
Fix strangeness when split panes
|
2013-09-12 14:04:19 -07:00 |
|
Ben Ogle
|
634ce0ade1
|
Use settings-view v0.13.0
|
2013-09-12 14:04:19 -07:00 |
|
Ben Ogle
|
a89daf5153
|
Remove units on 0
|
2013-09-12 14:04:19 -07:00 |
|
Ben Ogle
|
09907388b7
|
Add sortable styles to the light theme
|
2013-09-12 14:04:19 -07:00 |
|
Ben Ogle
|
a8e8bb9303
|
Fix section styles
|
2013-09-12 14:04:18 -07:00 |
|
Ben Ogle
|
f310797b96
|
Style the bootstrap tabs
|
2013-09-12 14:04:18 -07:00 |
|
Ben Ogle
|
f887df178c
|
Fix small issues
|
2013-09-12 14:04:18 -07:00 |
|
Ben Ogle
|
c8e0b99241
|
Add drop down styles to dark theme
|
2013-09-12 14:04:18 -07:00 |
|
Ben Ogle
|
81a19ea3db
|
Add pane styles to dark theme
|
2013-09-12 14:04:18 -07:00 |
|
Ben Ogle
|
6400365a27
|
Style the .caret
|
2013-09-12 14:04:18 -07:00 |
|
Ben Ogle
|
7ae8f2d836
|
Style the sortable lists in settings
|
2013-09-12 14:04:17 -07:00 |
|
Ben Ogle
|
6277fbcf80
|
Remove merged screw up
|
2013-09-12 14:04:17 -07:00 |
|
Ben Ogle
|
579ccbde0f
|
Move sortable styles into the theme
|
2013-09-12 14:04:17 -07:00 |
|
Ben Ogle
|
b96c1b4186
|
Sections can be created with the .section class
|
2013-09-12 14:04:17 -07:00 |
|
Ben Ogle
|
e0a9d3acec
|
Links have a pointer cursor
|
2013-09-12 14:04:17 -07:00 |
|
Ben Ogle
|
261f61ac26
|
Oops
|
2013-09-12 14:04:17 -07:00 |
|
Ben Ogle
|
e9b7e27fe0
|
Update sections to handle the edge borders
|
2013-09-12 14:04:17 -07:00 |
|
Ben Ogle
|
210fbc6fb1
|
Add bootstrap less file
|
2013-09-12 14:04:17 -07:00 |
|
Ben Ogle
|
5b362a5a34
|
AtomPackages emit events
|
2013-09-12 14:02:55 -07:00 |
|
Ben Ogle
|
fe6732bcdb
|
Remove theme.deactivate calls in afterEach
|
2013-09-12 14:02:55 -07:00 |
|
Ben Ogle
|
48f01c66e2
|
Change Theme load verbiage to activate
This is to be more consistent with packages.
|
2013-09-12 14:02:54 -07:00 |
|
Ben Ogle
|
28d48f983e
|
Use _.contains() rather than indexOf()
|
2013-09-12 14:02:54 -07:00 |
|
Ben Ogle
|
ce35a1d380
|
Remove duplicate of Theme creation
|
2013-09-12 14:02:54 -07:00 |
|
Ben Ogle
|
c831898781
|
getLoadedStylesheetPaths -> getStylesheetPaths
To be consistent with Packages
|
2013-09-12 14:02:54 -07:00 |
|
Ben Ogle
|
f3aa8f1024
|
💄 Long line -> multiple lines
|
2013-09-12 14:02:54 -07:00 |
|
Ben Ogle
|
69f28855f1
|
💄 Reorder functions in Theme
|
2013-09-12 14:02:54 -07:00 |
|
Ben Ogle
|
a806f9c95c
|
Add getPath() and getLoadedStylesheetPaths()
|
2013-09-12 14:02:54 -07:00 |
|
Ben Ogle
|
05b98cefe5
|
getThemes -> getLoadedThemes
|
2013-09-12 14:02:53 -07:00 |
|
Ben Ogle
|
c1af8a86d3
|
Remove log line
|
2013-09-12 14:02:53 -07:00 |
|
Ben Ogle
|
91ce1a573d
|
Remove the unloadBaseStylesheets()
It is no longer necessary. We now replace the contents of the style tags
|
2013-09-12 14:02:53 -07:00 |
|
Ben Ogle
|
d8850c2c77
|
Use cachedContents when checking for an update.
Without this change, we would never get the initial file's change
without calling .read() first
|
2013-09-12 14:02:53 -07:00 |
|
Ben Ogle
|
261d386809
|
Add a theme-added event to the theme manager
|
2013-09-12 14:02:53 -07:00 |
|
Ben Ogle
|
d3eec2db05
|
deactivated event on themes + can reload stylesheet
|
2013-09-12 14:02:53 -07:00 |
|
Ben Ogle
|
b48a35fc14
|
Reload the stylesheet when it is applied >1x
|
2013-09-12 14:02:53 -07:00 |
|
Ben Ogle
|
d2e125357a
|
Fix .block css definition
It was selecting .blocks in the highlighted syntax. See #836
|
2013-09-12 13:47:10 -07:00 |
|
Kevin Sawicki
|
2304518a1e
|
Upgrade to archive-view@0.5.0
|
2013-09-11 19:04:48 +01:00 |
|
Kevin Sawicki
|
428ae8b06f
|
Upgrade to archive-view@0.4.0
|
2013-09-11 18:56:59 +01:00 |
|
Matt Colyer
|
b5dfc81467
|
Ignore git ignored files when searching a project
|
2013-09-11 10:05:34 -07:00 |
|
Matt Colyer
|
81a18565f0
|
Publish docs don't need patch versions
|
2013-09-11 09:49:43 -07:00 |
|
Corey Johnson
|
15c3e2c729
|
Update comment
|
2013-09-10 14:51:09 -07:00 |
|
Corey Johnson
|
2eb3b7bf35
|
Always open dev tools before benchmarks are run
Otherwise profiles aren't generated.
|
2013-09-10 14:51:09 -07:00 |
|
Corey Johnson
|
249044e754
|
Add application:run-benchmarks command
|
2013-09-10 14:51:09 -07:00 |
|
Ben Ogle
|
c5b56d4070
|
Update to grammar-selector v0.3.1
|
2013-09-10 13:55:34 -07:00 |
|
Ben Ogle
|
83f09af89b
|
Remove .less extensions from imports
|
2013-09-10 12:01:35 -07:00 |
|