Commit Graph

22391 Commits

Author SHA1 Message Date
Kevin Sawicki
7f9abeb2fa Merge pull request #6115 from lukecaputo/patch-1
Update CONTRIBUTING.md
2015-03-30 09:13:16 -07:00
Antonio Scandurra
edd46e458c Merge pull request #5278 from adzenith/tab-selection-fix
* Make atomic tokens clipping configurable
* Use `closest` as the default configuration
2015-03-30 09:59:21 +02:00
Nikolaus Wittenstein
b28ee92896 Add tests for DisplayBuffer::screenPositionForBufferPosition around soft tabs
This makes sure that a buffer position in the middle of a soft tab will
correctly clip to the closest edge by default.
2015-03-29 19:43:25 -04:00
Nikolaus Wittenstein
5a3f2035a1 Replace skipAtomicTokens with clip
When clipping a screen position, callers used to have to pick between
clipping to the left edge or the right edge when the position was in the
middle of an atomic token. This change allows them to choose the closest
edge, and makes this the default.

This makes selecting hard tabs (or any other atomic tokens) work in a
similar manner as in other text editors; that is, when clicking near
the middle of a tab, the insertion point will move to the closest edge
rather than the left edge.
2015-03-29 19:43:25 -04:00
Nikolaus Wittenstein
372fb49c88 TokenizedLine::screenColumnForBufferColumn calculates more accurately
screenColumnForBufferColumn used to break only if the current column
was strictly greater than the target column. This commit changes it so
it breaks when greater or equal, which is how bufferColumnForScreenColumn
works.

This also adds some unit tests for screenColumnForBufferColumn's
interactions with hard tab characters.
2015-03-29 19:43:25 -04:00
Nikolaus Wittenstein
3551780cdf Marker::setHead/TailScreenPosition no longer clip unnecessarily
DisplayBuffer::bufferPositionForScreenPosition calls clipScreenPosition
first thing, meaning that Marker::setHead/TailScreenPosition don't need
to call clipScreenPosition before calling bufferPositionForScreenPosition.
2015-03-29 19:43:25 -04:00
Jessica Lord
c6c9eeee83 Merge pull request #6138 from atom/jl-bump-image-view
Bump image-view@0.53.0
2015-03-27 16:57:24 -07:00
Jessica Lord
167d9b0152 ⬆️ image-view@0.53.0 2015-03-27 15:55:33 -07:00
Jessica Lord
5d82a5e391 Merge pull request #6137 from atom/jl-bump-feedback
Bump feedback@0.36.0
2015-03-27 15:53:59 -07:00
Jessica Lord
51a7630f76 ⬆️ feedback@0.36.0 2015-03-27 15:36:40 -07:00
Jessica Lord
d11da722f6 Merge pull request #6132 from atom/jl-bump-dep-cop
Bump deprecation-cop@0.38.0
2015-03-27 13:54:54 -07:00
Jessica Lord
14cfefba46 ⬆️ deprecation-cop@0.38.0 2015-03-27 13:37:55 -07:00
Jessica Lord
f4e2c93e70 Merge pull request #6131 from atom/jl-bump-settings-view
Bump settings-view@0.186.0
2015-03-27 12:54:57 -07:00
Jessica Lord
ba867a14f0 ⬆️ settings-view@0.186.0 2015-03-27 12:35:49 -07:00
Max Brunsfeld
ca39bde4cd Merge pull request #6127 from atom/mb-fix-double-autoscroll
Fix double autoscroll when moving cursor
2015-03-27 10:41:13 -07:00
Max Brunsfeld
230eb12a8a Fix double autoscroll when moving cursor 2015-03-27 10:27:24 -07:00
L. Caputo
52e94637a3 Update CONTRIBUTING.md
change spelling: "judgement" to "judgment".
2015-03-26 21:48:07 -04:00
Jessica Lord
296a986b12 Merge pull request #6085 from atom/jl-bump-mdpv
Bump markdown-preview@0.1450
2015-03-26 18:08:33 -07:00
Jessica Lord
dde7069d37 Merge branch 'master' into jl-bump-mdpv 2015-03-26 17:30:02 -07:00
Kevin Sawicki
f0809df360 Merge pull request #6098 from atom/ks-enable-deprecations-in-all-windows
Enable deprecations in all windows
2015-03-26 17:20:26 -07:00
Kevin Sawicki
ffdf7ac558 Remove unneeded failed count check 2015-03-26 16:36:01 -07:00
Kevin Sawicki
c2fecacdbe Fail CI build when deprecations exist 2015-03-26 16:36:01 -07:00
Kevin Sawicki
c12f94907d Remove grim.deprecate override 2015-03-26 16:36:00 -07:00
Nathan Sobo
127e0fbf6b Merge pull request #6114 from atom/mb-ns-fix-autoscroll
Fix autoscroll on undo
2015-03-26 17:34:39 -06:00
Kevin Sawicki
477a9d7002 ⬆️ apm@0.152 2015-03-26 16:25:12 -07:00
Nathan Sobo
ae4f7f6170 Explicitly autoscroll when needed
Rather than when the selection’s marker changes. This is simpler than
suppressing autoscroll via state when we don’t want it. It also captures
the intent to autoscroll when attempting to move the cursor at the
beginning or end of the document.

Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2015-03-26 16:48:24 -06:00
Nathan Sobo
99c437ccec Allow autoscroll override option in cursor/selection methods
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2015-03-26 16:48:21 -06:00
Kevin Sawicki
9cdbda5c14 ⬆️ language-c@0.42 2015-03-26 14:42:33 -07:00
Kevin Sawicki
a70be30ee7 🎨 2015-03-26 14:37:30 -07:00
Kevin Sawicki
14d1fc2269 Merge pull request #5898 from basarat/master
Transpile all .ts files
2015-03-26 14:33:04 -07:00
Nathan Sobo
10458a5b45 Always autoscroll when the range of the last selection changes
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2015-03-26 15:30:53 -06:00
Kevin Sawicki
6d827f31d0 ⬆️ language-ruby@0.50 2015-03-26 13:55:59 -07:00
Kevin Sawicki
b6d0099242 ⬆️ symbols-view@0.93 2015-03-26 13:46:08 -07:00
Kevin Sawicki
45afc9eb46 Handle EISDIR save errors
Closes #6100
2015-03-26 13:29:30 -07:00
Kevin Sawicki
d9527fd8ad ⬆️ apm@0.151 2015-03-26 12:59:38 -07:00
Kevin Sawicki
3deb16b522 Set log level to error npm install 2015-03-26 12:33:36 -07:00
Kevin Sawicki
e2f3ecf156 ⬆️ snippets@0.86 2015-03-26 12:19:37 -07:00
Max Brunsfeld
2f5d975338 Remove autoscroll-related legacy editor view support
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-03-26 11:12:37 -07:00
Kevin Sawicki
42549db218 Merge pull request #6112 from atom/ks-fedora-21
Build rpm package on Fedora 21
2015-03-26 10:48:51 -07:00
Kevin Sawicki
871c32b75d Only log install errors 2015-03-26 10:38:58 -07:00
Kevin Sawicki
67843c8ebd Remove Janky bypass of npm version check 2015-03-26 10:33:21 -07:00
Kevin Sawicki
9bc723f490 Upgrade to npm 1.4 on Fedora 2015-03-26 10:27:47 -07:00
Kevin Sawicki
a08c939699 Disable npm version check on CI 2015-03-26 10:25:05 -07:00
Kevin Sawicki
ad87ed5c40 Log detected version 2015-03-26 10:23:56 -07:00
Kevin Sawicki
dafa40fd4d Try using canonical nodejs npm packages 2015-03-26 10:13:49 -07:00
Kevin Sawicki
06da4153e8 Build on fedora 21 2015-03-26 10:09:15 -07:00
Kevin Sawicki
307e2ad565 ⬆️ language-sql@0.15 2015-03-26 09:05:34 -07:00
Kevin Sawicki
c543562a23 Merge pull request #6109 from mnquintana/patch-5
Update copyright
2015-03-26 08:56:45 -07:00
Machiste N. Quintana
05c53f378e Update LICENSE.md
📝 Update copyright
2015-03-26 10:52:57 -04:00
Machiste N. Quintana
c0d4103fef Update set-version-task.coffee
Wooo 2015
2015-03-26 10:50:12 -04:00