Commit Graph

10035 Commits

Author SHA1 Message Date
Rob Lourens fb1fa3c2c1 Update node-debug2 version 2016-09-26 16:22:24 -07:00
Christof Marti e94e00899b #12534: Enable overrides for testing 2016-09-26 15:25:15 -07:00
Alex Dima a8894fbf0e Add API to change editor's lineNumbers option 2016-09-27 01:14:24 +03:00
Alex Dima 13bbe32660 Add support for editor.lineNumbers: "relative" 2016-09-27 01:14:23 +03:00
Daniel Imms 9ad845dbec Don't use flexbox for .terminal-outer-container
This may have been a Chrome bug causing terminal-outer-container to be
positioned incorrectly when the terminal had focus. Instead of investigating
further just move to a simpler implementation without flexbox.

Fixes #12038
2016-09-26 14:33:44 -07:00
Christof Marti d936ed0fe0 #12534: Correct commands for adding cursors 2016-09-26 14:11:49 -07:00
Alex Dima 92a6d84801 Do not change the smiley 2016-09-26 23:56:30 +03:00
Daniel Imms 8d6aa11b26 Sync scroll bar after panel is toggled
Fixes #12574
2016-09-26 13:34:30 -07:00
Alex Dima cd837b4714 Fix issue with missing IOpenerService 2016-09-26 23:20:11 +03:00
Alex Dima 0335cba0c8 Add More information button 2016-09-26 23:20:10 +03:00
Dirk Baeumer f92b910dbb Fixes #11850: Investigate better synchronization between diagnostic request and auot code complete 2016-09-26 22:14:23 +02:00
Alex Dima d93a6ae847 Bump to use latest distro 2016-09-26 22:54:19 +03:00
Dirk Baeumer 62d4b78396 Merged in PR #11128 2016-09-26 21:16:50 +02:00
isidor 39e5398671 activitybar: fix flashing on startup 2016-09-26 20:40:45 +02:00
Daniel Imms 22e747088f Fix indentation 2016-09-26 11:25:54 -07:00
Daniel Imms 77a1eec143 Uplevel xterm.js 2016-09-26 11:25:16 -07:00
Alex Dima cefb6cb4ba Generate dev-time ThirdPartyNotices 2016-09-26 21:07:21 +03:00
Alex Dima 065b7fb855 Workaround missing license text for chokidar 2016-09-26 21:07:20 +03:00
Daniel Imms 1acfd4368b Fix terminal instance layout dimensions
Fixes #12573
Fixes #12038
2016-09-26 10:53:51 -07:00
Matt Bierner 5c32264d0e Update markdown syntax highlighing test results 2016-09-26 10:50:58 -07:00
Matt Bierner 0b70faeec6 Fix colorization of markdown links and inlines inside of lists and quotes
Issue #12344

**Bug**
Current colorization rules are too relaxed. Links inside lists of block quotes for example end up getting colored differently than normal links.

**Fix**
- Add a scope to the textmate markdown grammar so that we can identify the symbol that starts a list or quote.
- Remove text colorization rule for lists and quotes since this just duplicates the normal text color.
- Only apply special puctuator colorization to the start symbol for lists and quotes
2016-09-26 10:50:58 -07:00
Matt Bierner 93d16ef30a Fix colorization for markdown indented paragraphs
Issue #8264

**Bug**
Indented paragraphs are not highlighted in markdown files. Up to three spaces are allowed before the first non space character.

**Fix**
Add rule to consume optional spaces before paragrpah start.

closes #8264
2016-09-26 10:49:47 -07:00
Matt Bierner 265c025bbf Use blankline to delimit html block in markdown colorization
**Bug**
Issue #7725

Nested html is not colorized properly for markdown:

```md
<div class="custom-class" markdown="1">
  <div>
    nested div
  </div>
</div>
```

**Fix**
According to the commonmark spec, general html blocks end with a blank line: http://spec.commonmark.org/0.25/#html-blocks

This change relaxes the while so that we only check for blanklines, instead of trying to match the start tag (which fails when nesting elements)
2016-09-26 10:48:54 -07:00
Matt Bierner 102adb766e Also support any number of spaces after end of closing fenced code block 2016-09-26 10:47:31 -07:00
Matt Bierner 69f2e874fc Fix Markdown Colorization for Fenced Code Blocks When End Fence Is Prefixed by Spaces
Issue #8636

**Bug**
Fenced code block closing tags break colorization if they are prefixed with spaces. According to the commonmark spec, up to three spaces are allowed.

**Fix**
Update defintion of fenced code block closing tag to support spaces.

Closes #8636
2016-09-26 10:47:31 -07:00
Matt Bierner 90d58f4909 Fix colorization of html prefixed by spaces in markdown files
Issue #12289

**Bug**
Html tags prefixed by 1 to 4 spaces are not colorized properly

**Fix**
Consume optional leading whitespace when matching html tags instead of only starting from previous match location

closes #12289
2016-09-26 10:46:00 -07:00
Matt Bierner 5169a9806a Add Syntax Highlighting for C# Code in Markdown files
Adds c# to the list of language highlighted in markdown fenced code blocks. You must have a c# language extension install for this to work.

Closes #7003
2016-09-26 10:44:14 -07:00
Daniel Imms b3487969e0 Remove some unused params 2016-09-26 10:41:00 -07:00
Daniel Imms 7d1738aee4 Fix focus terminal panel sending focus to instance
Fixes #12648
2016-09-26 10:36:07 -07:00
Matt Bierner 3b8ec4a12f Fix Markdown Preview Code in Header Font Size
**Bug**
In Markdown preview, code blocks in headers are the wrong font size.

**Fix**
Specify that code blocks in headers should inherit their font-size, instead of brining their own.
2016-09-26 10:35:25 -07:00
Sandeep Somavarapu b3f5a006b9 Merge pull request #11347 from bgashler1/bgashler1/issue/8410/indentation-guides-colors
Updated integrated themes indent guide colors
2016-09-26 19:28:05 +02:00
Sandeep Somavarapu 2fdc486cc1 #12133 Show configure workspace recommended extensions under extension actions 2016-09-26 19:12:35 +02:00
Kai Maetzel 1e121b2011 Merge pull request #12472 from mjbvz/show-markdown-preview-for-any-file-type-when-viewed-as-markdown2
Show Markdown Preview Menu Button For any File Opened as Markdown
2016-09-26 10:12:12 -07:00
Daniel Imms 85b7b44927 Correct watermark spelling 2016-09-26 10:04:46 -07:00
isidor 638a50ac3f introduce workbench.panels.showInSidebar 2016-09-26 18:46:59 +02:00
isidor 606b9ce2f0 toggle panel action: rotat 180 degrees 2016-09-26 18:24:23 +02:00
isidor 362a0a7d35 terminalPanel: focus 2016-09-26 18:24:23 +02:00
isidor dd43d50ea2 output: use togglePanel action 2016-09-26 18:24:23 +02:00
isidor bca2dfc9c2 terminal: use toggle panel action 2016-09-26 18:24:23 +02:00
isidor 5c8a8348ff panels: introduce order 2016-09-26 18:24:23 +02:00
Johannes Rieken 85faab64c9 fix issue with change all, fixes #12635 2016-09-26 18:21:23 +02:00
Sandeep Somavarapu c844c65135 Extension packs update: auto install deps 2016-09-26 17:47:39 +02:00
Johannes Rieken e986a2b093 add TextDocumentWillSaveEvent#reason, #239 2016-09-26 17:33:41 +02:00
Alex Dima e19b83b5f8 Fixes #2338: Adaptive layout for the find widget 2016-09-26 18:31:22 +03:00
Benjamin Pasero 7fd32264f7 imports 2016-09-26 17:09:57 +02:00
Johannes Rieken b9555bd29a update fixes menu inplace #12531
also use the oppertunity to clean up, migrate to the new list widget etc
2016-09-26 16:01:29 +02:00
isidor ead5c95382 lint polish 2016-09-26 14:38:44 +02:00
Sandeep Somavarapu 66760961e0 extensionManagementIpc: Handle error from choise service 2016-09-26 14:38:12 +02:00
Sandeep Somavarapu 021f5b33bf Improve install dependencies message 2016-09-26 14:38:12 +02:00
Benjamin Pasero a1e908b352 save reason for #239 2016-09-26 12:49:53 +02:00