Commit graph

13328 commits

Author SHA1 Message Date
Wade Anderson
e5d833cab9 Added a link to disable an extension doc 2017-01-04 11:46:17 -08: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
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
isidor
43a3373b6a find widget: 'no results' ui polish 2017-01-03 20:48:07 +01:00
Matt Bierner
31e1aebf30 Fix markdown colorization tests 2017-01-03 11:15:05 -08:00
Josh Peng
b9a362a185 Improve Markdown code block tokens (#17591)
* Improve Markdown code block tokens

Code blocks without a language weren't tokenized.
Code blocks didn't have their ending ``` punctuation tokenized.
Code blocks used to only have one token. Now each block has the following tokens available for syntax highlighters:
- Starting and ending ``` punctuations
- Code block's language setting
- Code snippet

* Variable whitespace for MD code block ``` token

Allow for variable amount of whitespacing before ``` code blocks

* Reorder raw blocks

Raw blocks were preventing tokenizing as languaged blocks. Putting them on bottom resolves this.

* Fix MD block detection when following paragraph

Used to require a new line inbetween ``` code blocks and preceding paragraph text.

* Prevent broken language grammar leaks in MD fences

Prevents leaks in MD code fences while also capturing the closing fence punctuations.

* Update Markdown tokenizer test file
2017-01-03 10:03:16 -08:00
isidor
7b663a459a Preserve zen mode on reload
fixes #18016
2017-01-03 18:42:49 +01:00
Sandeep Somavarapu
8bca6d86aa #17646:
- Search each word in description, key and value
- Make sure all words are found in description, key and value
- Search in values if setting is enum type
2017-01-03 18:39:45 +01:00
Johannes Rieken
94e477d0b3 💄 polish dispose signature 2017-01-03 18:17:20 +01:00
Johannes Rieken
98d5a9d48a prepare for different icon when showing light bulb for warning/error than for a word, #16911 2017-01-03 16:26:16 +01:00
Benjamin Pasero
973c15e01f sequentialize writes to files (fixes #18037) 2017-01-03 15:54:16 +01:00
Johannes Rieken
6b4611f221 ask for quick fixes when navigating inside works, #16911 2017-01-03 15:38:09 +01:00
Johannes Rieken
559cbf67d8 add suiteTeardown 2017-01-03 15:38:09 +01:00
Benjamin Pasero
4ef44123a1 better sequentialize saving file models (for #18037) 2017-01-03 15:24:52 +01:00
isidor
406bf94154 zenMode configuraitons 2017-01-03 15:20:25 +01:00
Johannes Rieken
7b9d1c6a7b add quickFixModel-tests in preparation for #16911 2017-01-03 14:02:11 +01:00
Johannes Rieken
5ca45ab744 Revert "fix #15395"
This reverts commit 58ab5ecdd9.
2017-01-03 12:16:45 +01:00
Johannes Rieken
89bf4916f5 better fix for #11890 2017-01-03 11:40:37 +01:00
Johannes Rieken
e538971529 undo bad changes, fixes #17989 2017-01-03 11:40:37 +01:00