Nathan Sobo
0ad26c337a
Don't use _.pluck when building TokenizedLines
2014-05-19 22:20:57 -06:00
Nathan Sobo
353eb27d2e
Update dataset screenRow of gutter nodes when updating them
2014-05-19 21:34:06 -06:00
Nathan Sobo
6edb0b7a3d
Delete dead method
2014-05-19 21:32:26 -06:00
Nathan Sobo
cd5f0c0047
Update the screenRow on the line element's dataset in ::updateLineNode
2014-05-19 21:32:26 -06:00
Nathan Sobo
5716c7c574
Upgrade underscore-plus for multiplyString optimization
2014-05-19 21:31:10 -06:00
Kevin Sawicki
ce30299122
Upgrade to find-and-replace@0.106.0
2014-05-19 17:39:34 -07:00
Kevin Sawicki
2c5af98cca
Upgrade to bracket-matcher@0.36.0
2014-05-19 16:45:04 -07:00
Kevin Sawicki
aa557a7bdf
Upgrade to bracket-matcher@0.35.0
2014-05-19 15:47:11 -07:00
Kevin Sawicki
65cafdda03
Upgrade to language-gfm@0.38.0
2014-05-19 15:39:14 -07:00
Kevin Sawicki
9a18ff5954
Update atom.ico in resources directory
2014-05-19 14:04:34 -07:00
Nathan Sobo
d2bc7ab192
Merge pull request #2258 from atom/ns-react-scroll-perf
...
Improve scroll performance of the React editor
2014-05-19 14:42:18 -06:00
Kevin Sawicki
bf7d2defd6
Upgrade to grunt-download-atom-shell@0.7.2
2014-05-19 13:35:44 -07:00
Kevin Sawicki
c4e4429744
Upgrade to language-python@0.17.0
2014-05-19 13:34:44 -07:00
Nathan Sobo
bfc382c398
Add specs for line/line-number preservation
2014-05-19 14:33:17 -06:00
Nathan Sobo
795399e184
Preserve the target when scrolling w/ mousewheel on editor lines
2014-05-19 14:17:09 -06:00
Nathan Sobo
37bdfb716b
Preserve the target when scrolling w/ mousewheel in gutter
...
Removing the target of a mouseweel event messes up velocity scrolling
with the track pad, so it needs to be preserved until scrolling ceases.
2014-05-19 14:03:34 -06:00
Corey Johnson
405afca1c6
Merge pull request #2269 from pritambaral/tmpdir
...
Use os.tmpdir() insted of /tmp
2014-05-19 12:20:50 -07:00
Pritam Baral
7627e0b0f0
Minor fix + Remove last references to /tmp
2014-05-19 23:57:48 +05:30
Pritam Baral
25d2206471
Consolidate redundant code
2014-05-19 23:57:48 +05:30
Pritam Baral
2d96444e21
Use os.tmpdir() on OS X
2014-05-19 23:57:48 +05:30
Pritam Baral
f5c3bdb845
Use os.tmpdir() on Linux
...
/tmp isn't always available, is on precious RAM-backed fs or simply not
what the user has set his $TMPDIR to. According to the specification, we
should use $TMPDIR, which node lets us find through os.tmpdir().
Also, contributing.md isn't in favour of using platform-dependent code.
This commit focusses only on Linux, and leaves OS X as is with /tmp for
discussion.
2014-05-19 23:57:48 +05:30
Corey Johnson
22b932ebee
Merge pull request #2290 from varesa/master
...
Make instructions for manual VS path more accurate
2014-05-19 10:06:15 -07:00
Kevin Sawicki
50a6d251d6
Prepare 0.97.0 release
2014-05-19 09:18:36 -07:00
Kevin Sawicki
314833bbac
Add missing parens on indent guide check
...
Previously the indent guide was always showing on the whitespace only lines
Closes #2274
2014-05-19 08:52:06 -07:00
Kevin Sawicki
e643fe7e7d
Upgrade to language-go@0.12.0
2014-05-19 08:39:45 -07:00
Cheng Zhao
0d8a05bdb1
Upgrade to atom-shell@0.12.5
2014-05-19 22:52:32 +08:00
Esa Varemo
21fd2b8f1d
Make instructions for manual VS path more accurate
...
Move the line number for the variable close to the actual current location.
Add a note to not to include unescaped backward slashes as they would appear in normal Windows paths.
2014-05-18 17:37:36 +03:00
Corey Johnson
7410f9a90d
Merge pull request #2278 from GeoffreyFrogeye/fixTypo-cmdInLinuxKeyMaps
...
Fixed a typo where cmd would appear in linux.cson
2014-05-17 12:39:55 -07:00
Geoffrey Frogeye
3d98f66330
Fixed a typo where cmd would appear in linux.cson
...
Fixes #2251 again
2014-05-17 17:53:17 +02:00
Nathan Sobo
8e65d30a84
Compute rendered row range once in EditorComponent and pass it down
2014-05-16 20:58:40 -06:00
probablycorey
b4977ff617
Upgrade to release-notes@0.31.0
2014-05-16 15:52:59 -07:00
Kevin Sawicki
d397001c33
Merge pull request #2198 from hkdobrev/commits-emoji
...
Add more Emoji to the contributing guide
2014-05-16 15:37:00 -07:00
Kevin Sawicki
bd7de18c7a
Upgrade to settings-view@0.115.0
2014-05-16 15:20:21 -07:00
Corey Johnson
9ca506de4b
Merge pull request #2173 from Locke23rus/issue-1791
...
💄 Deprecate backspaceToBeginningOf{Word,Line}
2014-05-16 15:13:44 -07:00
Nathan Sobo
626964f15b
Upgrade go-to-line to fix double toggle on react editor
2014-05-16 16:07:35 -06:00
probablycorey
532f119b9d
Add application:install-update to workspaceView
2014-05-16 15:05:19 -07:00
Haralan Dobrev
187cf2a710
Change security emoji to 🔒
2014-05-17 01:01:21 +03:00
Nathan Sobo
c058483422
Update the gutter width when the number of digits changes
2014-05-16 15:56:18 -06:00
Kevin Sawicki
a83a6e5127
Explicitly set permissions on temp folder
...
Refs #2129
2014-05-16 14:47:55 -07:00
Nathan Sobo
57e6419d1d
Restore conditional loading of react editor renderer
2014-05-16 15:31:16 -06:00
Nathan Sobo
9b7547cbe0
Get indent guide specs passing again
2014-05-16 15:31:16 -06:00
Nathan Sobo
e74dfe3438
Fix gutter specs and update lines when digit counts change
2014-05-16 15:31:16 -06:00
Nathan Sobo
fe82e3e30f
Only clear screen row caches on lines component if lineHeight changes
2014-05-16 15:31:16 -06:00
Nathan Sobo
b000e8e4a2
Get selection specs passing again
2014-05-16 15:31:16 -06:00
Nathan Sobo
64c82f1c87
Update cursor positioning text for simplified token markup
2014-05-16 15:31:15 -06:00
Nathan Sobo
0ad2730353
Update specs for new line node rendering approach
...
Lines are no longer translated on the GPU, and they aren't inserted into
the DOM in an order that reflects their order in the buffer.
2014-05-16 15:31:15 -06:00
Nathan Sobo
6017b73acf
Add ability to look up line nodes by screen row
2014-05-16 15:31:15 -06:00
Nathan Sobo
0334177696
Make lineOverdrawMargin a property
2014-05-16 15:31:15 -06:00
Nathan Sobo
54cec0a5ff
Hold the gutter's width with a dummy line number
2014-05-16 15:31:15 -06:00
Nathan Sobo
c5fa2bf12d
Attach views to .lines instead of defunct .scroll-view-content
2014-05-16 15:31:15 -06:00