Nathan Sobo
|
1783415714
|
Fix spec failure
@as-cii this was just a typo, but there’s a failure later in the spec
that you’re probably in a better position to fix quickly.
|
2015-05-22 09:51:48 +02:00 |
|
Nathan Sobo
|
c02294c404
|
Merge branch 'master' into as-tiled-rendering
|
2015-05-22 09:46:00 +02:00 |
|
Nathan Sobo
|
6885e7bd7d
|
Merge pull request #6892 from atom/ns-less-memory-for-tokens
Take 2: Use 70% less memory for TokenizedLines
|
2015-05-22 02:32:25 +02:00 |
|
Kevin Sawicki
|
449db2262c
|
Merge pull request #6888 from atom/mq-lsb-release
Add lsb_release as Linux dependency
|
2015-05-21 15:33:33 -07:00 |
|
Kevin Sawicki
|
135603f8dd
|
Prepare 0.202
|
2015-05-21 15:21:06 -07:00 |
|
Kevin Sawicki
|
6adbdee359
|
⬆️ settings-view@0.205
v0.201.0
|
2015-05-21 13:37:38 -07:00 |
|
Kevin Sawicki
|
cbc9a8a24d
|
Merge pull request #6894 from atom/wl-bump-xml
Update language-xml to 0.30.0
|
2015-05-21 13:36:02 -07:00 |
|
Wliu
|
1046c331b2
|
⬆️ language-xml@0.30.0
|
2015-05-21 15:56:54 -04:00 |
|
Ben Ogle
|
ba6e769473
|
⬆️ metrics@0.51.0
|
2015-05-21 11:00:06 -07:00 |
|
Nathan Sobo
|
865015e47d
|
Correctly compute bufferDelta for last soft wrap line segment
Fixes #6885
|
2015-05-21 19:56:53 +02:00 |
|
Nathan Sobo
|
95806dba46
|
⬆️ first-mate
|
2015-05-21 19:56:53 +02:00 |
|
Nathan Sobo
|
321d310e8a
|
Avoid more allocations in transformContent
|
2015-05-21 19:56:53 +02:00 |
|
Nathan Sobo
|
b4444df442
|
Minimize substring calls and concatenation in transformContent
|
2015-05-21 19:56:53 +02:00 |
|
Nathan Sobo
|
2379b3803f
|
Revert "Revert "Merge pull request #6757 from atom/ns-less-memory-for-tokens""
This reverts commit 7cb0bc3bc2.
|
2015-05-21 19:56:52 +02:00 |
|
Max Brunsfeld
|
05d4b3da27
|
⬆️ snippets
|
2015-05-21 10:24:31 -07:00 |
|
Nathan Sobo
|
7cb0bc3bc2
|
Revert "Merge pull request #6757 from atom/ns-less-memory-for-tokens"
This reverts commit 0cd1f110b5, reversing
changes made to d75d202d33.
Conflicts:
package.json
|
2015-05-21 16:25:23 +02:00 |
|
Machiste Quintana
|
f919bc40dc
|
Add lsb_release as Linux dependency
|
2015-05-21 08:35:01 -04:00 |
|
Antonio Scandurra
|
c9a159aab3
|
🔥 Remove unused requires
|
2015-05-21 11:16:28 +02:00 |
|
Antonio Scandurra
|
490ab2c468
|
💚
Conflicts:
spec/text-editor-presenter-spec.coffee
src/lines-component.coffee
src/text-editor-presenter.coffee
|
2015-05-21 11:07:03 +02:00 |
|
Antonio Scandurra
|
1a5e2fe5dd
|
🎨
|
2015-05-21 10:48:04 +02:00 |
|
Antonio Scandurra
|
efeb129cff
|
Rename LinesComponent to TileComponent
|
2015-05-21 10:47:23 +02:00 |
|
Antonio Scandurra
|
299ee5dbf3
|
Merge branch 'master' into as-tiled-rendering
# Conflicts:
# spec/text-editor-presenter-spec.coffee
# src/lines-component.coffee
# src/text-editor-presenter.coffee
|
2015-05-21 10:46:52 +02:00 |
|
Antonio Scandurra
|
f49078d394
|
wip
|
2015-05-21 10:40:37 +02:00 |
|
Antonio Scandurra
|
1a18cda000
|
💚 Fix remaining specs
|
2015-05-21 10:00:46 +02:00 |
|
Antonio Scandurra
|
752dbf2c6e
|
Manually config tileSize
Dealing with a manually entered `tileSize` is actually easier to reason about,
therefore we no longer calculate it based on `tileCount.`
|
2015-05-21 09:59:58 +02:00 |
|
Machisté N. Quintana
|
75d02cdbc9
|
Merge pull request #6882 from atom/mq-bump-settings-view
⬆️ settings-view@0.204.0
|
2015-05-20 22:01:07 -04:00 |
|
Machisté N. Quintana
|
d1c9ec8e97
|
⬆️ settings-view@0.204.0
|
2015-05-20 21:59:35 -04:00 |
|
Machisté N. Quintana
|
3ce312ff49
|
Merge pull request #6848 from atom/mq-upgrade-bootstrap
Upgrade Bootstrap and fix tooltip arrow positioning
|
2015-05-20 21:58:37 -04:00 |
|
Max Brunsfeld
|
6cb9ebcf08
|
⬆️ event-kit
|
2015-05-20 16:29:17 -07:00 |
|
Nathan Sobo
|
45e6847886
|
Merge pull request #6879 from atom/ns-optimize-display-buffer-update
Only perform a single marker query for folds when updating screen lines
|
2015-05-21 01:11:27 +02:00 |
|
Nathan Sobo
|
50dd7ebbce
|
Only perform a single marker query for folds when updating screen lines
This saves over 50ms to initialize the DisplayBuffer when opening
`text-editor.coffee`.
|
2015-05-21 00:54:12 +02:00 |
|
Nathan Sobo
|
fdc25706c4
|
⬆️ autocomplete-plus to use token iterator
|
2015-05-20 19:52:05 +02:00 |
|
Nathan Sobo
|
0cd1f110b5
|
Merge pull request #6757 from atom/ns-less-memory-for-tokens
Use 70% less memory for TokenizedLines by using a different representation
|
2015-05-20 19:47:52 +02:00 |
|
Nathan Sobo
|
d75d202d33
|
Remove defunct ‘editor:move-to-previous-word’ command
The method this command calls was removed a very long time ago. Use
‘editor:move-to-previous-word-boundary’ instead.
Fixes atom/command-palette#41
|
2015-05-20 19:47:30 +02:00 |
|
Nathan Sobo
|
2beb6c0fe0
|
Pass TokenIterator reference instead of using global singleton
Adds an extra reference to each tokenized line but is also more sane.
/cc @maxbrunsfeld
|
2015-05-20 19:29:38 +02:00 |
|
Kevin Sawicki
|
37f8059249
|
⬆️ autoflow@0.24
|
2015-05-20 10:09:53 -07:00 |
|
Max Brunsfeld
|
7f17a52caa
|
⬆️ find-and-replace
|
2015-05-20 09:46:56 -07:00 |
|
Kevin Sawicki
|
2c137e8908
|
⬆️ language-xml@0.29
|
2015-05-20 09:05:16 -07:00 |
|
Kevin Sawicki
|
aa9cdb3dbc
|
⬆️ notifications@0.50
|
2015-05-20 08:57:56 -07:00 |
|
Antonio Scandurra
|
329b5b4e02
|
Merge branch 'master' into as-tiled-rendering
|
2015-05-20 17:16:45 +02:00 |
|
simurai
|
5ae0ae7f83
|
⬆️ deprecation-cop@v0.51.0
|
2015-05-20 21:42:34 +09:00 |
|
Antonio Scandurra
|
ffc73f3b7b
|
Reduce tile count to 4
|
2015-05-20 12:07:12 +02:00 |
|
Max Brunsfeld
|
cf893225c4
|
⬆️ text-buffer
|
2015-05-19 19:33:34 -07:00 |
|
Kevin Sawicki
|
526055cd70
|
⬆️ yargs@3.9
|
2015-05-19 18:47:55 -07:00 |
|
Kevin Sawicki
|
847796d25d
|
Merge pull request #6502 from atom/mq-replace-optimist
Replace optimist with yargs
|
2015-05-19 18:47:29 -07:00 |
|
Kevin Sawicki
|
98dc253541
|
⬆️ apm@0.168
|
2015-05-19 18:45:07 -07:00 |
|
Max Brunsfeld
|
0efb6501a1
|
Merge pull request #6859 from atom/mb-fix-marker-change-event-bug
Fix bug w/ markers mutated inside of change listeners
|
2015-05-19 18:16:45 -07:00 |
|
Max Brunsfeld
|
2bfbb7619e
|
Fix bug w/ markers mutated inside of change listeners
|
2015-05-19 17:48:53 -07:00 |
|
Ben Ogle
|
ba98013eeb
|
⬆️ language-gfm@0.76.0
|
2015-05-19 16:40:39 -07:00 |
|
Machiste Quintana
|
f22daa42b5
|
🎨 Update semver version range
|
2015-05-19 19:40:31 -04:00 |
|