Commit Graph

12981 Commits

Author SHA1 Message Date
Kevin Sawicki
9252cd2a1b 📝 Doc reloading of ~/.atom/styles.css 2014-01-30 16:55:51 -08:00
Kevin Sawicki
1c790a3c55 Rename ~/.atom/user.css to ~/.atom/styles.css 2014-01-30 16:53:25 -08:00
Kevin Sawicki
11f61c88d8 Upgrade to settings-view@0.61.0 2014-01-30 16:42:57 -08:00
Kevin Sawicki
64d9eb24d2 Upgrade to find-and-replace@0.81.0 2014-01-30 16:39:27 -08:00
Kevin Sawicki
73b3b9870f Use 512x522 icon 2014-01-30 16:17:18 -08:00
Kevin Sawicki
1c8781268e Try out green app icon 2014-01-30 16:15:28 -08:00
Kevin Sawicki
662c130caf Upgrade to settings-view@0.60.0 2014-01-30 15:54:32 -08:00
Kevin Sawicki
40d9d6110c Upgrade to settings-view@0.59.0 2014-01-30 15:01:38 -08:00
Kevin Sawicki
a6f42d6989 Upgrade to fuzzaldrin 1.x 2014-01-30 15:01:15 -08:00
Kevin Sawicki
e9b4fb828e Merge pull request #1491 from atom/ks-prevent-space-scrolling
Prevent scrolling when a space is pressed in editor
2014-01-30 14:57:25 -08:00
Kevin Sawicki
84c5a25ef3 📝 Shorten comment 2014-01-30 12:44:01 -08:00
Kevin Sawicki
4a54565f59 Prevent scrolling when a space is pressed in editor
Closes atom/settings-view#25
2014-01-30 12:44:01 -08:00
Kevin Sawicki
1b396b5ce7 Upgrade to settings-view@0.58.0 2014-01-30 11:53:43 -08:00
Kevin Sawicki
fe748dbcc8 Update octicons 2014-01-29 18:00:00 -08:00
Kevin Sawicki
1e759ee646 Add missing package icon 2014-01-29 17:58:35 -08:00
Kevin Sawicki
09952d18c0 Only attempt to require bootstrap/js/tooltip once 2014-01-29 15:28:55 -08:00
Corey Johnson
337390df47 Merge pull request #1489 from atom/cj-update-coffee-script
Update coffee script v1.7.0
2014-01-29 09:09:36 -08:00
Kevin Sawicki
d29a0114ef Upgrade to go-to-line@0.16.0 2014-01-28 18:12:54 -08:00
Nathan Sobo
b97db1914f Merge pull request #1455 from atom/ns-workspace-specs-cleanup
Cleanup workspace and its specs
2014-01-28 17:38:58 -08:00
Nathan Sobo
29f480661c Merge branch 'master' into ns-workspace-specs-cleanup 2014-01-28 18:25:13 -07:00
probablycorey
d7638b4420 Use require('coffee-script').register() 2014-01-28 16:35:05 -08:00
Corey Johnson
ce881c87b9 Merge pull request #1486 from atom/cj-first-package-doc
Simplify first package docs
2014-01-28 13:51:16 -08:00
probablycorey
d9b00f16f7 Upgrade to coffee-script 1.7.0
http://coffeescript.org/#changelog
2014-01-28 11:39:01 -08:00
probablycorey
2590bad75f Use json to render code block 2014-01-28 11:33:07 -08:00
probablycorey
6ff553e41c Fix reload window text 2014-01-28 11:32:31 -08:00
probablycorey
ec3ca7e429 Add an and 2014-01-28 11:27:06 -08:00
probablycorey
386767868e Remove activation events comment
I think we all agree that it would be better if we didn't have to 
deal with activationEvents. But for now I'm leaving this in because it
is required.
2014-01-28 11:24:53 -08:00
probablycorey
e2bb4747fa 💄 2014-01-28 11:23:50 -08:00
probablycorey
885a4e2b2a Document the update-package-dependencies:update command. 2014-01-28 11:22:17 -08:00
probablycorey
e31fab7fe4 Link to npm 2014-01-28 11:21:58 -08:00
probablycorey
0a2b173270 Inline links 2014-01-28 11:11:11 -08:00
Kevin Sawicki
c1a9c3b5fb Update octicons 2014-01-28 10:06:54 -08:00
Kevin Sawicki
1550511e54 Write octicon codes to variables folder 2014-01-28 10:06:40 -08:00
Kevin Sawicki
44999b0b37 Upgrade to snippets@0.22.0 2014-01-27 18:58:26 -08:00
Kevin Sawicki
0f2931d0a2 Add open-your-snippets command 2014-01-27 18:58:07 -08:00
probablycorey
064a384318 Insert 'Hello, World!' text instead of uppercasing selection. 2014-01-27 17:40:19 -08:00
probablycorey
5708140f10 Use string interpolation 2014-01-27 17:30:14 -08:00
probablycorey
aceeb10a0d Upgrade to update-package-dependencies@0.2.0 2014-01-27 17:27:42 -08:00
probablycorey
0940668263 Add update-package-dependencies package 2014-01-27 17:27:42 -08:00
Kevin Sawicki
bcac3cc000 Merge pull request #1487 from atom/ks-dot-atom-snippets-file
~/.atom/snippets.cson support
2014-01-27 17:19:22 -08:00
Kevin Sawicki
5b39fc2e11 Upgrade to language-coffee-script@0.6.0 2014-01-27 13:06:27 -08:00
Kevin Sawicki
cb0e0751d8 Upgrade to snippets@0.21.0 2014-01-27 12:58:46 -08:00
Kevin Sawicki
a67d6362c2 Assert snippet.cson is copied over 2014-01-27 12:50:57 -08:00
Kevin Sawicki
5eb8875ad2 Add Open Your Snippets menu item 2014-01-27 11:17:20 -08:00
Kevin Sawicki
e6e7106ac5 Add sample snippets.cson to dot-atom template 2014-01-27 11:16:24 -08:00
Kevin Sawicki
257d0d3a25 Remove template snippets folder 2014-01-27 11:02:52 -08:00
Nathan Sobo
632ba0217a 💄 2014-01-27 11:49:09 -07:00
Nathan Sobo
bf1a2a532e A little wordsmithing. Feel free to push back on whatever. 2014-01-27 11:00:32 -07:00
probablycorey
72bb83ccd0 Link to ascii art 2014-01-27 08:55:35 -08:00
probablycorey
def2001eb6 Use json instead of coffeescript in code block 2014-01-27 08:54:47 -08:00