Commit Graph

31062 Commits

Author SHA1 Message Date
Antonio Scandurra
16e03a54d0 ⬆️ archive_view 2017-03-03 11:22:39 +01:00
Antonio Scandurra
5c3357049b ⬆️ snippets 2017-03-03 10:49:21 +01:00
Antonio Scandurra
24f02d161a ⬆️ fuzzy-finder 2017-03-03 10:48:34 +01:00
Antonio Scandurra
b5012bc347 ⬆️ tabs 2017-03-03 10:41:43 +01:00
Max Brunsfeld
920655419f ⬆️ language-gfm 2017-03-02 16:25:42 -08:00
Bryant Ung
e1ab1a0e8c Merge pull request #13842 from atom/linux-32-bit-fix
Updating requires for linux to support 32bit build(For Testing)
2017-03-02 13:05:22 -08:00
Max Brunsfeld
098cc4b984 Merge pull request #13919 from atom/mb-ns-throw-on-assertion-failure-except-in-release
Throw an error when assertions fail if built from source
2017-03-02 12:24:01 -08:00
Max Brunsfeld
6262a0cb67 ⬆️ find-and-replace 2017-03-02 12:01:20 -08:00
Max Brunsfeld
c1d1bbcb18 Provide a fresh environment when deserializing in specs 2017-03-02 11:54:00 -08:00
Max Brunsfeld
d6981dfcab Avoid throwing intentional errors in DOMElementPool test 2017-03-02 10:19:48 -08:00
Max Brunsfeld
c26509cfab Throw an error when assertions fail if built from source
Signed-off-by: Nathan Sobo <nathan@github.com>
2017-03-02 10:14:59 -08:00
Nathan Sobo
7e2b1e1bf8 Merge pull request #13918 from atom/ns-as-marker-layer-assertion
Cause an assertion failure if defaultMarkerLayer is destroyed early
2017-03-02 11:10:30 -07:00
Nathan Sobo
9e3999cab9 Cause an assertion failure if defaultMarkerLayer is destroyed early
This is to investigate a case where the default marker layer of the
editor is destroyed without the editor itself or its buffer being
destroyed, which is causing `Cannot decorate a destroyed marker`
exceptions.
2017-03-02 10:04:07 -07:00
Max Brunsfeld
62c1bad39c Merge pull request #13898 from atom/mb-set-max-line-length-on-grammars
Use new maxLineLength parameter to GrammarRegistry
2017-03-01 16:59:59 -08:00
Max Brunsfeld
c9358c6f43 ⬆️ first-mate 2017-03-01 16:05:59 -08:00
Max Brunsfeld
507535e070 ⬆️ first-mate (prerelease) 2017-02-28 12:41:53 -08:00
Max Brunsfeld
5582766563 Use new maxLineLength parameter to GrammarRegistry 2017-02-28 10:48:35 -08:00
Antonio Scandurra
09c36c0b37 ⬆️ git-diff 2017-02-28 15:15:08 +01:00
Antonio Scandurra
8a1956ceca ⬆️ etch and atom-select-list 2017-02-28 10:46:45 +01:00
simurai
f8de954d35 ⬆️ settings-view@v0.247.2 2017-02-28 17:30:41 +09:00
bene
1dcf2f3ba4 ⬆️ atom-keymap 2017-02-27 22:42:22 +01:00
Wliu
cd873c7f8a ⬆️ settings-view@0.247.1 2017-02-27 13:29:54 -05:00
Antonio Scandurra
e112284b35 Merge pull request #13887 from atom/as-ignore-key-ref-on-text-editor
Ignore `ref` and `key` props in `TextEditor.prototype.update`
2017-02-27 18:29:26 +01:00
Wliu
dd07768f22 ⬆️ language-javascript@0.126.1 2017-02-27 11:12:50 -05:00
Antonio Scandurra
acbe228901 Ignore ref and key properties in TextEditor.prototype.update 2017-02-27 11:15:53 +01:00
Nathan Sobo
2e72f39a21 ⬆️ text-buffer 2017-02-24 09:04:58 -07:00
Wliu
ecc4420cfd ⬆️ bracket-matcher@0.85.3 2017-02-23 23:55:22 -05:00
Wliu
63ec371af7 Merge pull request #13875 from absynce/master
🐛 Fix apm shell script reference in Windows
2017-02-23 18:22:36 -05:00
Wliu
82faad9f92 Merge pull request #13825 from atom/wl-relativize-specs-more
Relativize spec paths more when reporting
2017-02-23 17:44:47 -05:00
Jared M. Smith
0be25d818a 🐛 Fix apm shell script reference in Windows
fixes #13874
2017-02-23 15:09:35 -06:00
Damien Guard
89fe821930
⬆️ language-csharp 2017-02-23 10:12:11 -08:00
Lee Dohm
79232dfdb4 Merge pull request #13525 from atom/dalek
Add dalek package to let people know when they have built-in packages installed in ~/.atom/packages
2017-02-23 10:06:36 -08:00
Lee Dohm
b68bd66838
⬆️ dalek@0.2.0 2017-02-23 09:20:38 -08:00
Antonio Scandurra
7f1f7e239b ⬆️ timecop 2017-02-23 17:26:57 +01:00
Antonio Scandurra
c9357fa9c5 ⬆️ metrics 2017-02-23 15:02:22 +01:00
Antonio Scandurra
2884fb9fae ⬆️ incompatible-packages 2017-02-23 13:19:06 +01:00
simurai
98d859a95e Merge pull request #13616 from atom/sm-custom-title-bar
More title-bar options (macOS)
2017-02-22 22:39:05 +09:00
Thomas Johansen
d6f7b98ac4 ⬆️ python 2017-02-22 09:15:43 +01:00
simurai
65ecab401d Add "Experimental" to the description 2017-02-22 09:49:42 +09:00
simurai
9631875d8e Only allow status-bar to be dragged
It's the only area that is there all the time. The other areas change
depending on how much content there is. This could lead to wrongly train
your muscle memory.
2017-02-21 22:26:46 +09:00
simurai
ec9aec6686 Merge branch 'master' into sm-custom-title-bar 2017-02-21 21:56:53 +09:00
Antonio Scandurra
b0d7a8a76e ⬆️ spell-check 2017-02-21 09:49:25 +01:00
Damien Guard
e04c31445d Merge pull request #13754 from hron/normalize-disk-drive-letter
Normalize disk drive letter in path on Windows
2017-02-20 09:54:19 -08:00
Antonio Scandurra
1953d014eb ⬆️ timecop 2017-02-20 18:03:37 +01:00
Antonio Scandurra
7c1f6f2eed ⬆️ image-view 2017-02-20 18:02:10 +01:00
Aleksei Gusev
fd9dbb6e87 Normalize disk drive letter in path on Windows
Currently atom creates two buffers for the same file if passed
paths use difference case for disk drive letter,
e.g. d:\file.txt and D:\file.txt
2017-02-18 11:32:44 +03:00
Max Brunsfeld
02a1010a76 Merge pull request #13843 from atom/mb-ns-fix-resource-path-flag
Respect the --resource-path flag
2017-02-17 16:50:37 -08:00
Max Brunsfeld
060b027e2a Respect the --resource-path flag 2017-02-17 14:16:53 -08:00
Bryant Ung
c061f36040 Updating requires for linux to support 32bit build 2017-02-17 10:39:53 -08:00
Nathan Sobo
bff44a3766 ⬆️ text-buffer 2017-02-17 09:54:43 -07:00