probablycorey
91c8371752
Update collaboration from 0.30.0 to 0.33.0
2013-10-28 15:09:31 -07:00
probablycorey
c581135029
Remove changelog file
...
Changelog entries are not entered via https://github.com/atom/atom/releases/
2013-10-28 13:49:13 -07:00
Corey Johnson
ef2a322229
Merge pull request #1037 from atom/cj-buffer-serialization
...
When opening a window, only use serialized buffer text if the contents on disk have not changed.
2013-10-28 09:48:43 -07:00
Kevin Sawicki
232bc8be8e
Merge pull request #1032 from atom/ks-comment-corruption
...
Fix commenting on hard tab lines
2013-10-26 15:26:31 -07:00
Kevin Sawicki
57577966e7
Add assert for .5 indent level
2013-10-26 15:21:02 -07:00
Kevin Sawicki
08d5231d28
Add assert for unindented line
2013-10-26 15:21:02 -07:00
Kevin Sawicki
05c3d89381
Measure indent prefix on each line being commented
...
Previously a single indent string was used to replace all lines
which could corrupt lines using hard tabs since the indent string
used for replacement was two spaces causing the first character
of the line to be deleted.
Closes atom/language-c#1
2013-10-26 15:21:02 -07:00
Kevin Sawicki
7a3dc2c3b8
Merge pull request #1039 from atom/ks-dont-async-before-bootstrapping
...
Bootstrap before requiring async
2013-10-26 15:20:25 -07:00
Kevin Sawicki
8eecc56d08
💄 Fix typo in variable name
2013-10-26 15:12:13 -07:00
Kevin Sawicki
e009ff6c59
Add missing parens
2013-10-26 15:07:20 -07:00
Kevin Sawicki
f500e2e9fc
Add semicolon
2013-10-26 15:03:21 -07:00
Kevin Sawicki
2a98ccec8d
Don't require async before bootstrapping
...
async won't be available on the very first run of script/build
until it runs script/bootstrap for the first time so defer requiring
it until script/bootstrap completes.
2013-10-26 15:01:19 -07:00
Kevin Sawicki
8742f6c06c
Run apm from node_modules
2013-10-26 14:54:23 -07:00
Kevin Sawicki
45ceb3f9f9
Merge pull request #1028 from atom/ks-less-one-point-five
...
Upgrade to less 1.5.0
2013-10-25 16:21:36 -07:00
Kevin Sawicki
2266ea25e8
Upgrade to less-cache@0.9.0
2013-10-25 16:05:01 -07:00
Kevin Sawicki
970d7654cb
Upgrade to grunt-contrib-less@0.8.0
2013-10-25 16:05:01 -07:00
Kevin Sawicki
82cbfb3829
Upgrade to less@1.5.0
2013-10-25 16:05:00 -07:00
probablycorey
c2c6b5f868
Update coffee-script to 1.6.3
2013-10-25 16:02:23 -07:00
probablycorey
0dd0c39918
Update comment
2013-10-25 15:29:52 -07:00
probablycorey
7002b4e5f6
Factor out common buffer loading code
2013-10-25 15:26:56 -07:00
Corey Johnson
78f1865bcf
Merge pull request #1033 from atom/cj-search-modified-buffers
...
Search modified buffers
2013-10-25 15:19:53 -07:00
probablycorey
bb281ce5af
💄
2013-10-25 15:19:20 -07:00
probablycorey
b5b07c1052
Emit modified-status-changed event when using serialized text
2013-10-25 14:40:53 -07:00
probablycorey
c77b44d5ef
Move variable assignment
2013-10-25 14:29:59 -07:00
probablycorey
feed72b68e
Change @loadFromDisk to @useSerializedText
2013-10-25 14:21:39 -07:00
probablycorey
5cee47c207
Fix replication spec
...
Don't rely on serialization to handle modifications after documents are
connected.
2013-10-25 14:21:23 -07:00
probablycorey
2d40cb09d1
Remove focused spec
2013-10-25 14:03:27 -07:00
probablycorey
8956881192
Only load serialized content if the disk content's have not changed.
2013-10-25 13:50:16 -07:00
probablycorey
32bc8a6258
Remove initialText option from TextBuffer constructor
2013-10-25 13:50:06 -07:00
Kevin Sawicki
53547b5a8d
Trigger commands on rootView when body is active element
2013-10-25 09:20:47 -07:00
Kevin Sawicki
6460cbe288
Upgrade to command-palette@0.6.0
2013-10-25 08:36:32 -07:00
Kevin Sawicki
29646cdff8
💄 Use Date.now
2013-10-24 18:58:43 -07:00
Kevin Sawicki
feff67457d
🚱 Include namespace when canceling subscription
...
Emissary does not clear our namespace listeners when calling off
with only the event name and the handler.
2013-10-24 18:45:00 -07:00
probablycorey
1f30231d5c
Project.scan scans buffer if the file is modified
...
Closes #487
2013-10-24 15:32:32 -07:00
Ben Ogle
3e584f29b1
Upgrade to find-and-replace@0.32.0
2013-10-24 15:17:29 -07:00
probablycorey
c424f7bafa
Remove console.log
2013-10-24 15:04:38 -07:00
probablycorey
48fbdc69fb
Update collaboration version
2013-10-24 14:43:05 -07:00
probablycorey
c1b0ba2773
Check for cmake dependency before building Atom
2013-10-24 14:40:03 -07:00
Matt Colyer
d4949c872b
Merge pull request #1019 from atom/api-docs
...
More detailed pass at API documentation
2013-10-24 13:54:03 -07:00
Kevin Sawicki
6f47010a72
Upgrade to language-javascript@0.2.0
2013-10-24 09:52:51 -07:00
Adam Roben
0a3f64a3df
Merge pull request #1029 from atom/aroben-patch-1
...
Get rid of ANSI escape sequences in Constructicon output
v0.32.0
2013-10-24 09:21:57 -07:00
Adam Roben
f21e8e3aa4
Get rid of ANSI escape sequences in Constructicon output
...
Passing --no-color to grunt should get rid of these.
2013-10-24 08:48:05 -04:00
Kevin Sawicki
ca26d53db1
Upgrade to collaboration@0.29.0
2013-10-23 16:31:24 -07:00
Matt Colyer
1b8f8cd914
📝 Clarify git-utils.coffee
2013-10-23 16:16:30 -07:00
Kevin Sawicki
2d30ec84bb
Upgrade to tree-view@0.21.0
2013-10-23 16:12:25 -07:00
Kevin Sawicki
378a7135b7
Add missing at sign before getFocusedWindowSize
...
Closes atom/collaboration#22
2013-10-23 15:53:52 -07:00
Matt Colyer
b288a5c68f
📝 Provide detailed docs on fsUtils
2013-10-23 14:52:27 -07:00
Corey Johnson
265e4ff43c
Merge pull request #1020 from atom/cj-add-flash-error
...
Add visual cues for errors and beeps
2013-10-23 14:30:41 -07:00
probablycorey
4ad38eed87
Use @config instead of config
2013-10-23 14:26:48 -07:00
Kevin Sawicki
427a26c99b
Upgrade apm for a couple tweaks
2013-10-23 14:25:13 -07:00