Alex Dima
e968d3cebb
Fixes #23685 : Add support for ABNT_C1 and ABNT_C2 key codes
2017-05-11 11:23:02 +02:00
Alex Dima
4c94c83eb0
Update to native-keymap@1.2.4 ( #23685 )
2017-05-11 11:23:02 +02:00
Michel Kaporin
4d61ff70b8
Renamed --noGettingStarted to --skip-getting-started argument #26386 .
2017-05-11 11:05:43 +02:00
Martin Aeschlimann
f1dfc88828
Merge pull request #26350 from wgrriffel/add-missing-goto-keyword
...
Lua syntax extension is missing 'goto' keyword
2017-05-11 10:43:37 +02:00
João Moreno
6f1cef06fa
Merge pull request #26412 from asottile/fix_lc_all
...
Correct LC_ALL. Resolves #26227
2017-05-11 10:03:40 +02:00
Joao Moreno
d64758f9b2
win32 build
2017-05-11 09:14:55 +02:00
Benjamin Pasero
5057c95e6b
some electron deprecation fixes
2017-05-11 07:54:36 +02:00
Matt Bierner
9cce34d949
Improve plain text display of jsdocs tags
2017-05-10 16:39:10 -07:00
Matt Bierner
9587f8f379
Further tweaks to jsdoc tag rendering
2017-05-10 16:32:17 -07:00
Andre Weinand
c047734f64
node-debug@1.13.3
2017-05-11 00:54:59 +02:00
Matt Bierner
2aa11ada5e
Address VSCode component of #26415
2017-05-10 15:52:44 -07:00
Matt Bierner
ce0c28a6d0
Fix onEnter Rules Language Mode When There is a Selection ( #26410 )
...
Fixes #26406
**Bug**
If there is an active selection, the on Enter rules may use the wrong language mode which results in the incorrect `afterEnterText`. See #26406 for an example of this case
**Fix**
Use language mode from the selection and correctly compute offset when grabbing `afterEnterText`
2017-05-10 13:53:21 -07:00
Alex Dima
1ab29cdbcf
Fixes #24047 : Use the first select line as the source for the comment line token
2017-05-10 22:49:57 +02:00
Anthony Sottile
0b7f4425ef
Correct LC_ALL. Resolves #26227
2017-05-10 13:37:52 -07:00
Martin Aeschlimann
5596132647
[theme] update overview ruler cursor and decorations colors on theme change
2017-05-10 22:19:56 +02:00
Matt Bierner
f182e9c2fb
Ensure correct language mode is used for onEnter ( #26358 )
...
Fixes #26351
**bug**
For the code
```js
const x = <b>|</b>;
```
with the cursor at the `|`, on enter rules should change the code to:
```js
const x = <b>
|
</b>;
```
However we currently do not handle this case. The cause is the extra semicolon at the end of the line. This causes `getEnterAction` to think we are in a javascript context for the onenter rules instead of in a js-tags context
**fix**
Pass in the column of the cursor when getting the language id to use for the on enter rules instead of using the end of the line. This ensures we are in the `jsx-tags` language in the above case
2017-05-10 12:51:17 -07:00
Alex Dima
186a9a5e17
Fixes #6478 : Cancel drag-select or drag-and-drop if a non modifier key is pressed
2017-05-10 21:35:41 +02:00
rebornix
79e83a096c
correct afterEnterText of selection
2017-05-10 11:03:55 -07:00
Alex Dima
3a89761e8c
Fixes #24714 : Regular expression with ^ in search & replace
2017-05-10 19:38:14 +02:00
Benjamin Pasero
51c98a8ea6
💄
2017-05-10 18:20:03 +02:00
Benjamin Pasero
eb9ed47e3d
💄
2017-05-10 18:01:55 +02:00
Alex Dima
e2b69681d1
Try to disguise inputarea by using a transparent color for it
2017-05-10 17:49:48 +02:00
Alex Dima
99daa037f1
Document funny line height value ( #26279 )
2017-05-10 17:45:55 +02:00
Alex Dima
8a0aca3fd8
Fixes #26279 : ensure textarea has a line height of >= 1 screen pixel to get input events
2017-05-10 17:36:18 +02:00
Martin Aeschlimann
3dde4393db
Theming: Decorations overview color. Fixes #26102
2017-05-10 17:20:36 +02:00
Ramya Achutha Rao
41f5fc78a7
Fixes #26371 Swap only if there isnt enough space on the right
2017-05-10 07:57:54 -07:00
isidor
6cba79f727
debug: introduce breakpoint endLine and endColumn to the model. On bp click select the renage in editor
...
#8851
2017-05-10 16:33:32 +02:00
isidor
f4cc58b47b
debug: add StackFrame.range to model
...
#8851
2017-05-10 16:33:32 +02:00
Alex Dima
dc7edcc887
Fix NPE in OverviewRuler
2017-05-10 16:31:07 +02:00
Alex Dima
841a95bc49
Do not auto-close quotes after a word character ( #25658 )
2017-05-10 16:22:16 +02:00
Benjamin Pasero
e57801bc9b
Restore window to size and location when starting app ( fixes #26353 )
2017-05-10 16:09:17 +02:00
Joao Moreno
fb0477e61a
win32: handle secrets
2017-05-10 15:57:17 +02:00
Martin Aeschlimann
e4f9b9dae7
Ability to theme ruler colour. Fixes #26377
2017-05-10 15:56:42 +02:00
Joao Moreno
4fbe878844
win32: read keys
2017-05-10 15:54:11 +02:00
Joao Moreno
f147243149
win32: get keys
2017-05-10 15:47:59 +02:00
Alex Dima
67daf73cc1
Fixes #26151 : Do not trust DOM readings immediately after calling webFrame.setZoomLevel()
2017-05-10 15:43:11 +02:00
Michel Kaporin
580230bbf3
Added --noGettingStarted flag to disable 'Getting Started' page from opening when such provided. Implements #26386 .
2017-05-10 15:29:26 +02:00
Martin Aeschlimann
6c2f83dfcd
[theme] add theme to the view context
2017-05-10 15:01:45 +02:00
Joao Moreno
2cf6548165
streamline windows build
2017-05-10 12:56:18 +02:00
Joao Moreno
21d210da22
update distro
2017-05-10 12:42:01 +02:00
Joao Moreno
063396d1cc
improve win32 tfs scripts
2017-05-10 12:11:50 +02:00
isidor
8e9ddf6112
debug: when there are duplicate configurations with the same name always take first to align with native select box behavior
...
fixes #20927
2017-05-10 12:05:07 +02:00
Benjamin Pasero
7d1c2cc305
Viewlet progress bar is broken ( fixes #26365 )
2017-05-10 11:55:55 +02:00
isidor
39677057ce
debug: if no scope is found containg the range try to search across all scopes
...
fixes #24277
2017-05-10 11:21:01 +02:00
Joao Moreno
e707642a3c
git: don't use fs.watch
...
fixes #25175
2017-05-10 11:03:18 +02:00
isidor
be127659e4
debug state null guard
2017-05-10 10:42:43 +02:00
Johannes Rieken
4272facde7
fix #26368
2017-05-10 10:37:11 +02:00
Martin Aeschlimann
2fa0340e39
Move getParseErrorMessage
2017-05-10 10:17:17 +02:00
Martin Aeschlimann
6915d0ffc1
Move getParseErrorMessage
2017-05-10 10:10:17 +02:00
João Moreno
f025dd4e77
Merge pull request #26349 from mjbvz/fix-26346
...
Preserve Newlines in Signature Help Documentation
2017-05-10 09:50:37 +02:00