Commit Graph

10000 Commits

Author SHA1 Message Date
probablycorey
d42c2b3e5e Update readme
This update is pointless. I JUST WANTED TO BE THE 10,000th commit!
2013-09-30 16:43:25 -07:00
Kevin Sawicki
b9328c82e5 Remove themes folder from .atom template
Themes now go in ~/.atom/packages
2013-09-30 08:56:12 -07:00
Kevin Sawicki
b120109cbf Expose shell.beep() through atom global 2013-09-29 22:08:45 -07:00
Kevin Sawicki
6cad026a56 Mention find-and-replace 2013-09-29 21:55:30 -07:00
Cheng Zhao
cc185fc9a7 Update to atom-shell v0.5.3. 2013-09-29 22:30:37 +08:00
Kevin Sawicki
4f8198b53a Mention double click improvement 2013-09-27 16:08:21 -07:00
Kevin Sawicki
e3b34b8ddc Remove light/dark style direction 2013-09-27 16:07:31 -07:00
Kevin Sawicki
467282ce72 Merge pull request #898 from atom/ks-selecting-between-words-and-non-words
Favor the word when double clicking between word/non-word
2013-09-27 16:06:48 -07:00
Kevin Sawicki
e2daef477c Return false if either character is whitespace 2013-09-27 16:00:24 -07:00
Kevin Sawicki
cd4e64a8f8 📝 correct typos in comments 2013-09-27 16:00:24 -07:00
Kevin Sawicki
542d17913d 📝 doc Cursor.isBetweenWordAndNonWord() 2013-09-27 16:00:24 -07:00
Kevin Sawicki
e5b9b1f3cf Favor the word when double clicking between word/non-word
Closes #523
2013-09-27 16:00:24 -07:00
Matt Colyer
c3ee3a6496 Bump metrics packages for more resilent specs 2013-09-27 15:36:12 -07:00
Ben Ogle
28aa996b3f Merge pull request #896 from atom/bo-is-visible-is-evil
Speed up pane swapping -- isVisible() is slow
2013-09-27 15:05:47 -07:00
Matt Colyer
c8a4157a3f Update metrics with performance data. 2013-09-27 14:41:53 -07:00
Ben Ogle
ce9920a9ff Use jquery's hidden code in our isHidden() 2013-09-27 14:33:39 -07:00
Ben Ogle
48337f3203 Just check for display != 'none' for visilbility 2013-09-27 13:44:10 -07:00
Kevin Sawicki
2146384820 📝 Use apm publish minor in the example 2013-09-27 13:25:17 -07:00
Kevin Sawicki
32c4634c85 Upgrade to symbols-view@0.6.0 2013-09-27 13:05:05 -07:00
Kevin Sawicki
b18d638fef Trigger destroyed event on TextBuffer
This is useful for packages that are buffer-oriented and want to
unsubscribe when the buffer is no longer useable.
2013-09-27 13:01:53 -07:00
Kevin Sawicki
1e65dd6c16 Upgrade to apm@c431f087249 2013-09-27 12:27:28 -07:00
Kevin Sawicki
8636c8d3d6 Add initial publishing docs
Closes #872
2013-09-27 12:25:46 -07:00
Kevin Sawicki
a433f5eb61 Use current window by default in atom.confirmSync
Closes atom/tree-view#7
2013-09-27 12:10:36 -07:00
Kevin Sawicki
f1d0711198 Upgrade to github-sign-in@0.6.0 2013-09-27 11:51:22 -07:00
Kevin Sawicki
4d4914ac7c Upgrade to github-sign-in@0.5.0 2013-09-27 11:38:19 -07:00
Ben Ogle
51fed1a29a Upgrade to find-and-replace@0.21.1 2013-09-27 10:57:46 -07:00
Kevin Sawicki
438de204ca Stop tokenizing buffer when it is destroyed 2013-09-27 10:13:27 -07:00
Kevin Sawicki
a6cd8e7c85 Only reposition hidden input when editor has focus 2013-09-27 08:17:29 -07:00
Ben Ogle
f07bbb0c7c Upgrade to markdown-preview@0.5.0 2013-09-26 18:18:26 -07:00
Ben Ogle
58ccdb4c02 Upgrade to markdown-preview@0.4.0 2013-09-26 18:15:03 -07:00
probablycorey
96cc1272b3 Update find and replace package 2013-09-26 17:00:44 -07:00
Ben Ogle
0b9a316e02 Upgrade to fuzzy-finder@0.6.0 2013-09-26 15:37:28 -07:00
Ben Ogle
6ec728698e Upgrade to find-and-replace@0.19.0 2013-09-26 15:00:16 -07:00
Ben Ogle
ce98bf4343 upgrade to find-and-replace@0.18.1 2013-09-26 14:53:16 -07:00
Ben Ogle
951941a626 Upgrade to find-and-replace@0.18.0 2013-09-26 14:33:41 -07:00
Ben Ogle
a9e383afa4 Add paths-searched event to the scan-handler
This allows the interface to know how many total paths were searched
2013-09-26 14:33:41 -07:00
probablycorey
6a04ffd6d2 Merge branch 'cj-dev-mode-status' 2013-09-26 14:32:58 -07:00
probablycorey
33a7ff8722 Add padding to skull 2013-09-26 14:32:44 -07:00
probablycorey
35c8d53275 Use a skull and crossbones instead of a triangle 2013-09-26 14:26:28 -07:00
probablycorey
687776c3fb Use spacepen for html generation
For consistency
2013-09-26 14:26:07 -07:00
probablycorey
fb4de36a87 Merge remote-tracking branch 'origin/master' into cj-dev-mode-status 2013-09-26 14:19:35 -07:00
Matt Colyer
e029616782 Merge pull request #878 from atom/mc-expose-bindings
Add API for interacting with Keymap
2013-09-26 13:26:01 -07:00
Nathan Sobo
43e2d17b1e Upgrade telepath to 0.8.0 for Document::saveSync fixes 2013-09-26 13:41:28 -06:00
Kevin Sawicki
643e32043b 🐎 Set spec directory once
Prevents an IPC call on each beforeEach getting the load settings
2013-09-26 12:20:32 -07:00
Matt Colyer
9d16dab3db Integrate settings-view with keybinding listing 2013-09-26 12:13:57 -07:00
Ben Ogle
4c86bd7dbc Upgrade to find-and-replace@0.17.0 2013-09-26 12:02:51 -07:00
Matt Colyer
67913b3672 Merge branch 'master' into mc-expose-bindings 2013-09-26 10:26:13 -07:00
Cheng Zhao
554b85153c Update to atom-shell v0.5.1. 2013-09-26 11:51:24 +08:00
Kevin Sawicki
fbb778b96c Upgrade to find-and-replace@0.16.0 2013-09-25 18:56:02 -07:00
Kevin Sawicki
c938c1c064 Only schedule atom.setFullScreen() when set in state 2013-09-25 18:44:37 -07:00