Daniel Imms
cf03392bf3
Fix terminal.integrated.rightClickCopyPaste on macOS
...
Fixes #25844
2017-05-05 10:11:39 -07:00
Benjamin Pasero
69aaa885e2
fix build?
2017-05-05 18:30:16 +02:00
Daniel Imms and GitHub
88422dd433
Merge pull request #26052 from Microsoft/tyriar/24735
...
Support terminal bg and fg color keys
2017-05-05 09:09:41 -07:00
Daniel Imms
0ee4e833cb
Remove log
2017-05-05 09:09:28 -07:00
Benjamin Pasero
63bbadab07
remove unused code now that git classic is deleted ( fixes #22275 )
2017-05-05 17:56:29 +02:00
Daniel Imms
b26e1454ac
Support terminal bg and fg color keys
...
Fixes #24735
2017-05-05 08:43:35 -07:00
Alex Dima and VS Code
b14cce8b5d
Fixes #4271 : Try to detect the OSX emoji picker case
2017-05-05 16:52:08 +02:00
Martin Aeschlimann
717f328ab7
Snippets with tab (and other control sequences) insert [object Object]. Fixes #25938
2017-05-05 16:32:19 +02:00
Joao Moreno
c2c39e14a2
remove legacy git
...
fixes #8809
fixes #24014
2017-05-05 15:35:33 +02:00
isidor
8dd1383ccd
debug: introduce internalConsoleOptions in settings
...
fixes #18398
2017-05-05 15:34:20 +02:00
Johannes Rieken
688b96f7df
fix #26021
2017-05-05 14:54:10 +02:00
Johannes Rieken
e66892f521
TextmateSnippet#value, #16037
2017-05-05 14:41:05 +02:00
Johannes Rieken
003452b28e
more tests, #16037
2017-05-05 14:23:42 +02:00
Johannes Rieken
58da79c89c
make sure adjust indentation creates a copy of the snippet, #16037
2017-05-05 14:11:43 +02:00
Benjamin Pasero and GitHub
823b3db494
Merge pull request #26025 from Microsoft/ben/next
2017-05-05 13:48:16 +02:00
Johannes Rieken
195a8e2526
add indent adjust logic to snippet, prep for #16037
2017-05-05 12:56:42 +02:00
Johannes Rieken
17f2cc03c7
more snippet parse info, prep for #16037
2017-05-05 12:56:42 +02:00
João Moreno and GitHub
3b6e05ecf9
Merge pull request #25983 from ihalip/scm-resourcegroup-label
...
Allow changing a SourceControlResourceGroup's label
2017-05-05 12:52:06 +02:00
Martin Aeschlimann
e0f50d1eb0
'editor.lineHighlightBorder' not working if lineHighlightBackground is set. Fixes #26017
2017-05-05 12:37:15 +02:00
Joao Moreno
d2fa4864de
💄
2017-05-05 12:30:21 +02:00
Joao Moreno
47da4b0561
Merge branch 'bc/Fix24242' of https://github.com/BugraC/vscode into BugraC-bc/Fix24242
2017-05-05 12:26:44 +02:00
João Moreno and GitHub
73e972ce56
Merge pull request #25755 from Microsoft/ramyar/frozen-suggest
...
Fixes #23005
2017-05-05 12:25:39 +02:00
Sandeep Somavarapu
ccae6f96ef
Contribute explorer views
...
- Adopt proposed API to contribute explorer views
- Adopt extension host and main to contribute explorer views
- Implement contributable views in explorer viewlet
2017-05-05 11:58:17 +02:00
Alex Dima and VS Code
8b4a17ca41
Fixes #2773 : Ignore replacePreviousChar if the editor has a selection
2017-05-05 11:43:39 +02:00
Alex Dima and VS Code
1ddb778ea3
Fixes #13093 : Have the font size be really small when the textarea is positioned at the primary cursor
2017-05-05 11:04:25 +02:00
Alex Dima
689a607b97
Always have a size >0 on Chrome for the textarea ( #356 )
2017-05-05 10:35:14 +02:00
Johannes Rieken
f8ede24fd9
correct snippet handling, #25959
2017-05-05 09:27:09 +02:00
Johannes Rieken
d1768a78bc
fix #25959
2017-05-05 09:25:20 +02:00
Ilie Halip
48071f7f12
Merge branch 'master' into scm-resourcegroup-label
2017-05-05 08:38:04 +03:00
Ilie Halip
4fce360efb
make it possible to change a SCMResourceGroup's label
2017-05-05 08:36:40 +03:00
Bradley Meck and Matt Bierner
d6c61a0e12
Add .mjs to known JavaScript file extensions ( #25747 )
...
Also add .es6 in missing places
2017-05-04 16:21:08 -07:00
Matt Bierner
ed1adb66da
Fix some wording on restart alert messages
2017-05-04 11:03:24 -07:00
Alex Dima
ad023e4bc2
Position textarea with the primary cursor ( #356 )
2017-05-04 18:36:56 +02:00
Alex Dima
a167edd5f1
Convert TextAreaHandler to a ViewPart
2017-05-04 18:36:54 +02:00
Christof Marti
29c39f9d30
Check stats for undefined ( fixes #25902 )
2017-05-04 09:20:18 -07:00
Johannes Rieken
174fafae53
load main.js while waiting for app.isReady, #17108
2017-05-04 17:14:33 +02:00
Joao Moreno
a34e5de6ff
add SCM Providers as marketplace category
2017-05-04 16:48:41 +02:00
Joao Moreno
01b03b9f3f
Merge branch 'rishii7-master'
2017-05-04 16:29:28 +02:00
Joao Moreno
0380d85f0f
cleanup
2017-05-04 16:13:27 +02:00
Joao Moreno
1cc913fcaf
merge extension config contribution
2017-05-04 16:08:54 +02:00
Joao Moreno
a13e044d4e
Merge branch 'master' of https://github.com/rishii7/vscode into rishii7-master
2017-05-04 16:08:22 +02:00
isidor
b7bb7dd96c
Only show context menu on "real" variables. Not on array chunk nodes.
...
fixes #25147
2017-05-04 16:08:12 +02:00
isidor
00cbee4bbf
debug: remove heuristic for evaluate name
...
fixes #25166
2017-05-04 16:08:12 +02:00
Martin Aeschlimann
9554695a01
Diff editor: avoid hardcoded modified-side shadow. Fixes #25625
2017-05-04 16:03:12 +02:00
Johannes Rieken
dcd784ee16
adopt new loader, fixes #25229
2017-05-04 15:51:19 +02:00
Alex Dima
3782c32cff
Fix issue with Japanese IM in FF
2017-05-04 14:03:33 +02:00
Alex Dima
fa1bcc909c
Extract text area related CSS to textAreaHandler.css
2017-05-04 14:03:32 +02:00
Alex Dima
acff3d07e3
Move text area creation to TextAreaHandler
2017-05-04 14:03:32 +02:00
Alex Dima
de797d873d
Move focus related code to TextAreaInput
2017-05-04 14:03:32 +02:00
Alex Dima
471124c5d1
ITextAreaInputHost provides screen reader content
2017-05-04 14:03:31 +02:00