rebornix
64cb10da16
Fix #5861 . Take minimap into account
2017-05-05 18:03:35 -07:00
Daniel Imms
f468a9921b
Fix terminal selection color for invalid links
...
Fixes #26092
2017-05-05 16:37:13 -07:00
rebornix
feb3c217a4
Fix #26084 . Show Toggle Regex button when Find widget is invisible.
2017-05-05 15:21:13 -07:00
Matt Bierner
4adfa92a0c
Enable ts-check for webview-pre.js
2017-05-05 15:16:09 -07:00
rebornix
389efb47e1
L is a good key as it is not often used
2017-05-05 15:03:45 -07:00
rebornix
bb5722729b
Fix #15959 . Align Esc and Close button
2017-05-05 15:03:44 -07:00
rebornix
a68dc0d9e6
Fix #24887 . Keybinding to toggle Find in selection.
2017-05-05 15:03:44 -07:00
Matt Bierner
721f880cfd
Use Shared TypeScript to Compile VSCode Colorizer Tests ( #25858 )
...
**Bug**
Colorizer-tests currently installs an old version of typescript
**Fix**
Switch to using the standard typescript that all other extensions use. Also switch over to using the shared `vscode.d.ts` file
2017-05-05 13:41:39 -07:00
Matt Bierner
e8b01da790
Clean Up JSDoc Completion Provider Implementation ( #25981 )
...
* Fix JSDoc Completion Provider
**Bug**
89da6ab81f fixed #11944 by changing how enter works in completion providers. Now if the completion exactly matches the current text, pressing `enter` is not captured by the the suggestion widget. Instead it inserts a new line into the editor. This broke the jsdoc completion provider which uses `''` as a placeholder insertion before calculating the actual insertion upon being accepted. This weird behavior is because of a of the current tsserver api
**Fix**
Change the insert text to a single space instead. This seems to fix this issue in my testing.
* Slightly more elegant fix
2017-05-05 12:53:05 -07:00
Matt Bierner
7d2dea4e45
Add "Include" to extension TSConfig Files ( #25860 )
...
**Bug**
Most VSCode extensions currently specify `"exclude"` in their `tsconfig.json` but not `"include"`. This may result in extra files being included in each project
**Fix**
Add `"include": ["src/**/*"]` to all extension tsconfig files
2017-05-05 11:37:59 -07:00
Daniel Imms
9d5987e8f6
Add terminal colors for solarized themes
...
Fixes #26065
2017-05-05 10:23:29 -07:00
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
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
Daniel Imms
f36141ac5e
Remove no longer existing theme key from Red
2017-05-05 08:30:46 -07:00
Daniel Imms
29d0a488d0
Monokai: Don't use transparency in terminal colors
...
Part of #26050
2017-05-05 08:29:09 -07:00
Alex Dima
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
Michel Kaporin
df6122ed97
Merge branch 'exception-link-detection' of github.com:michelkaporin/vscode into exception-link-detection
2017-05-05 16:17:28 +02:00
Michel Kaporin
9901d2b7fb
Removed redundant instantiations of LinkDetetector for each ANSI output. Corrected regex description.
2017-05-05 16:16:35 +02:00
Michel Kaporin
4962cfee0c
Added clarification to the regex and public method.
2017-05-05 16:01:22 +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
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
6067977ea9
Merge pull request #26008 from letmaik/git-sync-ahead-behind
...
Show ahead/behind indicator while git syncing
2017-05-05 12:56:12 +02:00
João Moreno
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
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
8b4a17ca41
Fixes #2773 : Ignore replacePreviousChar if the editor has a selection
2017-05-05 11:43:39 +02:00
Maik Riechert
1a4f9ab0e6
show ahead/behind while git syncing
...
reverts fab6f8871a
2017-05-05 10:15:08 +01:00
Alex Dima
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
Matt Bierner
79f9601273
Fix configFileWatcher being disposed of incorrectly
2017-05-04 23:37:05 -07: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
d6c61a0e12
Add .mjs to known JavaScript file extensions ( #25747 )
...
Also add .es6 in missing places
2017-05-04 16:21:08 -07:00