Commit Graph

3656 Commits

Author SHA1 Message Date
Kevin Sawicki
2579f2993b 💄 folded not folder 2014-02-11 15:55:32 -08:00
Kevin Sawicki
f9cdc4883e Move around folds when moving lines down 2014-02-11 15:55:32 -08:00
Kevin Sawicki
d8da977b20 Add failing spec 2014-02-11 15:55:31 -08:00
Kevin Sawicki
dda412d5ec Add window:reset-font-size command 2014-02-11 15:40:12 -08:00
probablycorey
c6baed045d Merge remote-tracking branch 'origin/master' into ks-remove-immediate-and-sync-activate-calls
Conflicts:
	package.json
2014-02-11 12:29:02 -08:00
probablycorey
57e7335907 Merge branch 'cj-update-markdown-preview'
Conflicts:
	src/pane.coffee
2014-02-11 11:33:46 -08:00
Corey Johnson
15442c3dba Merge pull request #1527 from atom/cj-update-markdown-preview
Changes inspired by Markdown Preview
2014-02-11 11:27:02 -08:00
probablycorey
d5c4b74608 🔥 whitespace 2014-02-11 10:58:32 -08:00
Kevin Sawicki
848d77d3eb Show 0 failures when all pass 2014-02-11 09:23:12 -08:00
Kevin Sawicki
069ead6b1c Show failure count at end 2014-02-11 09:21:21 -08:00
Kevin Sawicki
aef3332a09 Set suite description as text 2014-02-11 09:06:14 -08:00
Kevin Sawicki
4bfc0e8ea1 Remove ivars assigned in initialize 2014-02-11 09:06:14 -08:00
Kevin Sawicki
c19c4a5e27 Remove unused class 2014-02-11 09:06:13 -08:00
Kevin Sawicki
0eb874864c Remove unused specFilter method 2014-02-11 09:06:13 -08:00
Kevin Sawicki
830a8ddc03 Use bootstrap tooltips 2014-02-11 09:06:13 -08:00
Kevin Sawicki
d9b14dc492 💄 Use Date.now() 2014-02-11 09:06:13 -08:00
Kevin Sawicki
4743cf89dc Ignore lines after the first jasmine line 2014-02-11 09:06:13 -08:00
Kevin Sawicki
b6710b54cf Add comment about package specs label 2014-02-11 09:06:13 -08:00
Kevin Sawicki
d9e4b9d199 Remove redundant spec count 2014-02-11 09:06:13 -08:00
Kevin Sawicki
4b2e8f8713 Use fold/unfold octicons 2014-02-11 09:06:13 -08:00
Kevin Sawicki
c882d73527 Add it prefix to failure descriptions 2014-02-11 09:06:13 -08:00
Kevin Sawicki
fd005380b0 Use package name in label 2014-02-11 09:06:12 -08:00
Kevin Sawicki
1c51f512ea Add symbol-area class 2014-02-11 09:06:12 -08:00
Kevin Sawicki
0d724bb00d Drop colon suffix 2014-02-11 09:06:12 -08:00
Kevin Sawicki
8b94fef806 Use alert class for status area 2014-02-11 09:06:12 -08:00
Kevin Sawicki
919fafc7a4 Trim stack trace lines 2014-02-11 09:06:12 -08:00
Kevin Sawicki
89b240cd4f Use pre element for stack traces 2014-02-11 09:06:12 -08:00
Kevin Sawicki
91bd852812 Use hyphen separated class names 2014-02-11 09:06:12 -08:00
Kevin Sawicki
99c2c32e1e Nest styles 2014-02-11 09:06:12 -08:00
Kevin Sawicki
ecf4dbefe3 Sanitize duplicate error and [object Object].<anonymous> lines 2014-02-11 09:06:12 -08:00
Kevin Sawicki
cf73dd467a Pad stack traces 2014-02-11 09:06:11 -08:00
Kevin Sawicki
1645efa2ce Clear conflict when the buffer is saved 2014-02-11 08:46:00 -08:00
probablycorey
5b6e0b769d Fix specs for Tokenized Buffer 2014-02-10 15:52:34 -08:00
probablycorey
c189dc22d7 Remove focused specs 2014-02-10 15:52:34 -08:00
probablycorey
d2abbb3681 Fix specs for Syntax 2014-02-10 15:52:34 -08:00
probablycorey
8df791c949 Fix specs for Language Mode 2014-02-10 15:52:34 -08:00
probablycorey
1d4cab404d Fix specs for Editor View 2014-02-10 15:52:34 -08:00
probablycorey
1f3ea76379 Update Editor spec 2014-02-10 15:52:33 -08:00
probablycorey
e01be5d41a Update display buffer spec 2014-02-10 15:52:33 -08:00
probablycorey
13e435a4f9 Update Atom Spec 2014-02-10 15:52:33 -08:00
probablycorey
3592ec19df Don't use activation events on fixture package with serialization error 2014-02-10 15:52:33 -08:00
Corey Johnson
723ebff69a Merge pull request #1518 from atom/cj-make-package-activation-consistent
Make package loading options consistent and asynchronous
2014-02-10 14:18:27 -08:00
probablycorey
ffb7093cf3 Merge branch 'cj-make-package-activation-consistent' into cj-update-markdown-preview
Conflicts:
	src/deserializer-manager.coffee
	src/workspace.coffee
2014-02-10 14:17:46 -08:00
Kevin Sawicki
6685464229 Treat spec description as text instead of html 2014-02-10 10:56:56 -08:00
probablycorey
8d40e4df10 Merge remote-tracking branch 'origin/master' into cj-make-package-activation-consistent
Conflicts:
	package.json
	src/package-manager.coffee
	src/text-mate-package.coffee
2014-02-07 16:53:24 -08:00
Kevin Sawicki
713d7332b3 Update jasmine.js filter pattern 2014-02-07 16:09:43 -08:00
Kevin Sawicki
f01a2a91f9 Remove spec/suite time logging
This isn't really helpful anymore now that the specs run in parallel
2014-02-07 15:44:11 -08:00
Kevin Sawicki
fe5640df4b Return promise if it already exists
This prevents successive calls to atom.packages.activatePackage from
activating an AtomPackage multiple times.
2014-02-07 15:23:53 -08:00
probablycorey
d9a47f256c Update specs 2014-02-07 11:21:52 -08:00
Kevin Sawicki
422c0e36cb Assert init.coffee and styles.css are copied 2014-02-07 09:54:58 -08:00