Commit Graph

22409 Commits

Author SHA1 Message Date
Kevin Sawicki
7bd4eebee9 ⬆️ language-html@0.31 2015-03-31 09:09:23 -07:00
Kevin Sawicki
a06bf8127a ⬆️ language-perl@0.22 2015-03-31 08:55:47 -07:00
Jessica Lord
de6f0f3971 Merge pull request #6175 from atom/jl-bump-vers-fixed-publish-branch
Bump deprecation-cop, image-view
2015-03-30 17:04:59 -07:00
Jessica Lord
d38b9a5b75 ⬆️ deprecation-cop, image-view 2015-03-30 16:17:48 -07:00
Jessica Lord
071b6f0a31 Merge pull request #6174 from atom/jl-bump-status-bar-pls-go-green
Bump status-bar@0.66.0
2015-03-30 16:16:13 -07:00
Jessica Lord
ba5ab1056d ⬆️ status-bar@0.66.0 2015-03-30 15:53:12 -07:00
Kevin Sawicki
2fcfb3416b ⬆️ language-javascript@0.66 2015-03-30 15:27:33 -07:00
Ben Ogle
7ccc668662 Merge pull request #6173 from atom/bo-add-syntax-vars
Add default syntax color variables to syntax-variables
2015-03-30 14:38:28 -07:00
Ben Ogle
9171089466 Add default syntax color vars
Will be used by syntax themes, and autocomplete
2015-03-30 13:50:08 -07:00
Kevin Sawicki
6a9a824eac ⬆️ apm@0.156 2015-03-30 13:36:57 -07:00
Ben Ogle
6ba881b958 ⬆️ feedback@0.38.0 2015-03-30 13:07:55 -07:00
Jessica Lord
d92d2adee6 Merge pull request #6166 from atom/jl-bump-feedback-again
Bump feedback@0.37.0
2015-03-30 10:32:05 -07:00
Kevin Sawicki
4a05114b6d ⬆️ markdown-preview@0.146 2015-03-30 10:11:23 -07:00
Kevin Sawicki
72dff5b1c1 ⬆️ language-python@0.33 2015-03-30 10:03:41 -07:00
Kevin Sawicki
ed8051cb61 ⬆️ language-php@0.22 2015-03-30 10:01:49 -07:00
Jessica Lord
5a55c1bba6 ⬆️ feedback@0.37.0 2015-03-30 09:59:33 -07:00
Kevin Sawicki
3b9f829dc6 ⬆️ language-javascript@0.65 2015-03-30 09:57:38 -07:00
Kevin Sawicki
f83f37b53d ⬆️ atom-keymap@5 2015-03-30 09:24:53 -07:00
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