probablycorey
c48c716eb0
Move utility functions to bottom of file
2013-06-20 12:15:33 -07:00
probablycorey
e98219d2c5
Allow gruntfile to set build-dir from the command line
2013-06-20 12:15:33 -07:00
probablycorey
519e090a7a
Rename app-Info.plist to atom-Info.plist
2013-06-20 12:15:33 -07:00
probablycorey
4e0f37281b
Add codesign grunt task
2013-06-20 12:15:33 -07:00
probablycorey
e6750de14d
Remove lint from default task
...
It is causing an error.
2013-06-20 12:15:33 -07:00
probablycorey
5380a342d5
Rename postbuild to update-version
2013-06-20 12:15:33 -07:00
Nathan Sobo
44e73200ff
Default editor.normalizeIndentOnPaste to true
2013-06-19 13:01:23 -06:00
Nathan Sobo
48b4c62696
Add editor.normalizeIndentOnPaste to the config panel
2013-06-19 13:01:01 -06:00
Corey Johnson & Nathan Sobo
b9accadb70
When normalizing indent, ignore leading spaces of first line
...
Fixes #594
2013-06-19 12:21:05 -06:00
Kevin Sawicki
e358c67da5
Listen for correct path loader progress event
2013-06-19 10:17:23 -07:00
Kevin Sawicki
1764677b7d
Unsubscribe markers when destroying display buffer
...
Previously the display buffer markers would still fire events
even after a display buffer was destroyed since they were not
being unsubscribed from their underlying buffer marker which
could still fire events in the case of an editor split on the
same buffer.
Closes #593
2013-06-19 09:56:55 -07:00
probablycorey
264ddbe183
Use app.getVersion instead of the version file
2013-06-19 09:43:34 -07:00
probablycorey
d8ba422178
Replace global.homeDir with app.getHomeDir()
2013-06-19 09:33:34 -07:00
Cheng Zhao
95f43917a4
Use @resourcePath when resource path of specs doesn't exist.
...
People may put atom under places other than ~/github/atom and wants to
run specs.
2013-06-19 14:01:24 +08:00
Cheng Zhao
e0f806f0fb
Use app.getHomeDir() API to get home dir.
2013-06-19 13:57:31 +08:00
Kevin Sawicki & Nathan Sobo
01a7b5fbc6
Throw exception when referencing a non-existent screen line
2013-06-18 14:34:23 -06:00
Kevin Sawicki
c86b8198d9
Use built-in underscore from grunt.util
2013-06-18 10:21:15 -07:00
Kevin Sawicki
3771bda471
Separate resources and mac segments before joining
2013-06-18 10:09:16 -07:00
Kevin Sawicki
1178d844d0
Look before and after empty lines for max indent level
...
Previously the indentation guide level for empty lines was
derived by only looking after the empty line which caused gaps
in certain cases.
Now the indentation for an empty line is the higher value of the
previous non-empty line indentation and the following non-empty
line indentation.
Closes #588
2013-06-18 09:56:31 -07:00
Kevin Sawicki
aa9577db67
Upgrade to lesslint 0.7
2013-06-17 20:02:35 -07:00
Kevin Sawicki
7af474cbc6
Disable outline-none rule
2013-06-17 19:58:21 -07:00
Kevin Sawicki
7f6de430c0
Remove unneeded units
2013-06-17 19:57:38 -07:00
Kevin Sawicki
bc2d0ff0cc
Only check ending rules when stack size increases
...
Previously on zero length matches the last two rules were compared
and if they had the same scope name then the last rule was popped
and the remaining line was tokenized using the current scope stack
to prevent infinite parsing loops.
This caused nested method calls in Java to not tokenize correctly
since method rules were sequential in the stack but did not constitute
an infinite loop of zero matches since the stack was currently decreasing.
Now the last two rules are only compared when the stack size is increasing
to prevent this false positive.
Closes #587
2013-06-17 13:08:10 -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
Kevin Sawicki
2826d50cbb
Remove logging of pid
2013-06-17 12:11:26 -07:00
Corey Johnson & Kevin Sawicki
8c4bddac9f
Add spec for Task.once()
2013-06-17 12:11:26 -07:00
Corey Johnson & Kevin Sawicki
2a7d35cc39
Remove spec that was renamed to task-spec.coffee
2013-06-17 12:11:26 -07:00
Corey Johnson & Kevin Sawicki
8389698958
Drop suffix from handler path
2013-06-17 12:11:26 -07:00
Kevin Sawicki
289b270c85
Use Task.once for repository status handler
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
ad1b530d32
💄
2013-06-17 12:11:25 -07:00
Kevin Sawicki
65e322824b
Remove task-shell
2013-06-17 12:11:25 -07:00
Kevin Sawicki
3f5bee7e4c
Move task-bootstrap to src/
2013-06-17 12:11:25 -07:00
Kevin Sawicki
bff57e53f0
Throw error when starting terminated process
2013-06-17 12:11:25 -07:00
Kevin Sawicki
8280b3a3ff
Update repository status to use new task style
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
e8bf433c68
Remove unused class
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
cd1c88a1b5
Correct typo in git docs
2013-06-16 22:08:18 -07:00
Kevin Sawicki
5d245f403f
Upgrade to grunt-cson 0.3
2013-06-16 21:37:48 -07:00
Kevin Sawicki
91f18df917
Use grunt-cson for compilation
2013-06-15 22:10:06 -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
Kevin Sawicki
6dc2db25da
Add Zoom to Window menu
2013-06-14 11:47:12 -07:00
Kevin Sawicki
7d33e1302a
Doc what unicode characters render to
2013-06-14 11:47:12 -07:00