Alex Dima
ebc43b3e8b
Merge remote-tracking branch 'origin/master' into alex/tokenization
2017-01-05 12:31:43 +01:00
Alex Dima
68b8ad5a37
Fix tests
2017-01-05 12:17:01 +01:00
Alex Dima
4ae1714209
Do not wrap StackElement in TMState
2017-01-05 12:16:06 +01:00
Alex Dima
a115c028f8
vscode-textmate@3.1.0
2017-01-05 11:18:13 +01:00
Alex Dima
c794f31297
Remove paranoia check in ViewLineToken
2017-01-05 11:18:04 +01:00
Benjamin Pasero
4496c87db5
Allow to compare untitled documents ( fixes #14501 )
2017-01-05 10:22:14 +01:00
Alex Dima
c7c64c3b2f
Do not generate CSS for tokens in stylesContribution
2017-01-05 10:20:07 +01:00
Alex Dima
90d74c59aa
Use hex colors in themes integration tests
2017-01-05 09:47:08 +01:00
Benjamin Pasero
4816c4a317
fix broken picker
2017-01-05 08:52:12 +01:00
Benjamin Pasero
5340c2301f
💄
2017-01-05 08:50:10 +01:00
Joao Moreno
023c83fe4d
update distro
2017-01-05 08:39:52 +01:00
Matt Bierner
80481edbdf
Remove logging statement
2017-01-04 15:43:52 -08:00
Alex Dima
10f68352a0
Themes integration tests
2017-01-04 22:44:08 +01:00
isidor
de9ba120d9
"Copy stack trace" -> include full path
...
fixes #18113
2017-01-04 20:48:29 +01:00
Matt Bierner
a2ae9109e5
Fix markdown syntax highlighting for script or style html elements with blank lines ( #18116 )
...
Fixes #18069
**Bug**
Script and style blocks inside markdown cannot contain blank lines
**fix**
Add a specific rule for script, style, and pre blocks according to the common mark spec: http://spec.commonmark.org/0.27/#html-block
2017-01-04 11:44:07 -08:00
isidor
27807e35a2
startDebug action picks first configuration if none picked by user so far
...
fixes #18017
2017-01-04 20:33:40 +01:00
Daniel Imms
f5df40a199
Make LAUNCHING_DURATION const
2017-01-04 10:54:44 -08:00
Johannes Rieken
e59e3aa573
fix #17400
2017-01-04 19:02:28 +01:00
Johannes Rieken
03e88fd3e6
rename Context to LineContext, more simplifications
2017-01-04 19:02:28 +01:00
Johannes Rieken
7f96789279
suggest - move isInEditableRange into static and reduce Context properties
2017-01-04 19:02:28 +01:00
Johannes Rieken
549845ed3a
suggest - move shouldAutoTrigger into static and reduce Context properties
2017-01-04 19:02:28 +01:00
isidor
8f88ee2a9e
fixes #17951
2017-01-04 17:35:51 +01:00
Johannes Rieken
411d03dd35
💄 better differentiation between triggering and refineing completions
2017-01-04 17:06:43 +01:00
Rob Lourens
38a5b39cbc
Merge pull request #18073 from Microsoft/roblou/f4ResultsSelect
...
Add F4 shortcut for navigating search results
2017-01-04 07:45:55 -08:00
Sandeep Somavarapu
61ec8f62c7
Merge pull request #18108 from Microsoft/sandy081/exploreConfiguration
...
Improve edit action and search in Settings editor
2017-01-04 16:27:35 +01:00
Sandeep Somavarapu
7a6dfcf081
Highlight whole line always
2017-01-04 16:14:33 +01:00
Sandeep Somavarapu
0ebe04eb16
Show sub context menu if a line has more than one setting
2017-01-04 16:14:22 +01:00
João Moreno
618dbf4785
improve list accessibility
...
fixes #17113
2017-01-04 16:14:16 +01:00
Sandeep Somavarapu
e85c2ccce0
Tests for filters
2017-01-04 16:14:12 +01:00
Sandeep Somavarapu
b46de2cd57
Do not clear ranges if editor model is not tehre
2017-01-04 16:14:01 +01:00
Sandeep Somavarapu
092f92d827
Merge branch
2017-01-04 16:13:28 +01:00
Benjamin Pasero
c0cfb1a665
💄
2017-01-04 15:58:39 +01:00
Alex Dima
d43423b5b1
vscode-textmate@3.0.1
2017-01-04 14:44:56 +01:00
Benjamin Pasero
cafc25cc99
Tabs: changing close button enablement no longer updates live ( fixes #18101 )
2017-01-04 12:57:11 +01:00
Benjamin Pasero
7b684bf4f1
Merge pull request #18100 from henkmollema/patch-3
...
Update copyright year to 2017
2017-01-04 12:31:02 +01:00
Henk Mollema
9837416601
Update copyright year to 2017
2017-01-04 12:08:28 +01:00
Benjamin Pasero
8b834d0f89
Search relevance in Quick Pick control ( fixes #18003 )
2017-01-04 11:01:22 +01:00
Benjamin Pasero
ada971a483
Crash in extension reading configuration values on startup ( fixes #17807 )
2017-01-04 10:33:48 +01:00
Johannes Rieken
c6a320c4f9
fix #18055
2017-01-04 10:03:23 +01:00
Benjamin Pasero
1768e0f6a3
Unable to next/previous via keybindings when diff editor is not focused ( fixes #14124 )
2017-01-04 08:34:19 +01:00
Benjamin Pasero
0347c19753
Merge pull request #18041 from Microsoft/ben/18037
...
Sequentialise writes to files
2017-01-04 07:59:32 +01:00
Benjamin Pasero
23e2f1678f
use latest version id when triggering next save
2017-01-04 07:56:08 +01:00
roblou
13d401e458
Expose navigator methods so I can avoid calling selectNext multiple times per action- it has side effects
2017-01-03 20:09:19 -08:00
roblou
ecbf70e253
Move id/label
2017-01-03 17:29:23 -08:00
Martin Aeschlimann
939f0876c9
[html] setting to disable script & style validation
2017-01-03 20:37:48 -04:00
Martin Aeschlimann
420de32d3c
[html] can not disable angular proposals anymore
2017-01-03 20:37:47 -04:00
Martin Aeschlimann
e9f15e6495
[html] indentation after scripts broken
2017-01-03 20:37:47 -04:00
roblou
68274bfd8f
Microsoft/vscode#17324 - Implement F4 to navigate results
2017-01-03 15:57:28 -08:00
roblou
c62d20228b
Show search results when navigating
...
with the arrow keys - partially address Microsoft/vscode#17324 but also will add a keyboard shortcut
2017-01-03 13:48:23 -08:00
isidor
07dfb5119e
vscode.startDebug pass selected configuration name as default value
2017-01-03 21:03:29 +01:00