Commit Graph

13311 Commits

Author SHA1 Message Date
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
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 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
Benjamin Pasero fc0b1c99dc Merge pull request #17832 from geirsagberg/17279_fix_initialization
Check window.autoDetectHighContrast on window load
2017-01-03 11:27:48 +01:00
Benjamin Pasero a2e26c85ab Merge pull request #18006 from Microsoft/ben/debt
Some debt and feature work
2017-01-03 10:24:26 +01:00
João Moreno 5f5ae5bfa8 Merge pull request #17853 from mrdrogdrog/linux-start-fix
linux argument startup fix
2017-01-03 10:21:12 +01:00
isidor 21819ab9ed Revert "pass on args when invoking an action"
This reverts commit bc46e789ac.
2017-01-03 09:48:23 +01:00
Benjamin Pasero 33e799b85e RenameController depends on UNKNOWN service fileService (fixes #18002) 2017-01-03 07:45:35 +01:00
roblou d384271ffb node-debug2@1.9.1 2017-01-02 11:49:57 -08:00
Benjamin Pasero 81e35f4732 still support openFilesInNewWindow: false for backwards compatibility 2016-12-31 11:05:15 +01:00
Benjamin Pasero 00bce12ef7 Merge branch 'master' into ben/debt 2016-12-31 10:26:28 +01:00
Benjamin Pasero 31042a9186 turn openFoldersInNewWindow and openFilesInNewWindow into an enum and explain behaviour 2016-12-31 10:18:19 +01:00
Benjamin Pasero 3955048967 :liptstick: 2016-12-31 09:48:45 +01:00
Benjamin Pasero ccb76ec07e support forceReuseWindow in openWindow API 2016-12-31 09:32:07 +01:00
Daniel Imms f2379e882b Remove terminal focus from deprecated commands
It was never removed and many people rely on it with keybindings such as:
{ "key": "ctrl+`",          "command": "workbench.action.terminal.focus", "when": "!terminalFocus" }
2016-12-30 20:21:01 -08:00
Martin Aeschlimann d7741688f5 Polish for PR #17865 2016-12-30 22:14:01 -04:00
Martin Aeschlimann 4f367b38bb Merge pull request #17865 from robertohuertasm/fix-filename-associations
The whole file name is used when dealing with filename associations
2016-12-30 22:02:25 -04:00
Martin Aeschlimann a606a5a7bc Update c grammar to atom/language-c@0d0f323 (2016-12-07) 2016-12-30 21:39:10 -04:00
Benjamin Pasero 7610159ae7 Merge branch 'master' into ben/debt 2016-12-30 19:28:40 +01:00
Benjamin Pasero f2c47075c8 tslint: less implicit any use 2016-12-30 19:28:08 +01:00