Commit graph

13361 commits

Author SHA1 Message Date
Sandeep Somavarapu 682f5e81de #18216 Remove universal selectors 2017-01-06 12:37:24 +01:00
isidor 3e60335dd4 debug source: give priority to sourceReference than to paht when determining if internal
fixes #16913
2017-01-06 12:18:33 +01:00
Johannes Rieken 8b122cdf81 save 16k by not using map. is that true? 2017-01-06 12:16:08 +01:00
Benjamin Pasero e0b601ef7b fix sash for #18216 2017-01-06 11:04:50 +01:00
Joao Moreno ca96c1bdeb remove unused CSS
related to #18216
2017-01-06 10:59:43 +01:00
Benjamin Pasero f4e88e25df tree.collapse(): forward recursive flag 2017-01-06 10:43:43 +01:00
Johannes Rieken 7efb29292a use off dom canvas for faster text measurements, #18211 2017-01-06 10:17:23 +01:00
Matt Bierner 83db3cad0c Fix Autolink Syntax Highlighting in Markdown (#18201)
Fixes #18197

**Bug**
Autolinks that start a line in markdown are currently parsed as as html content

**Fix**
Restrict the html element parser a little more so that we don't match tags html tags that look like `<scheme:...>`
2017-01-05 17:03:39 -08:00
isidor 140f1ec0a3 debug: use Set and Map 2017-01-05 23:51:06 +01:00
isidor ebaed955b9 debugEditorModelManager: use es Map 2017-01-05 23:24:15 +01:00
isidor 97f3b53f09 debug: use proper Map for threads
fixes #18154
2017-01-05 22:58:37 +01:00
isidor 5ab7523103 debug: dispose created internal source models on debug session end
#18148
2017-01-05 22:10:50 +01:00
Matt Bierner 9eb91d2de4 Show Error Message if TypeScript Settings Update Fails (#18130)
Fixes #18127

Show error messages if the workspace or user settings update fails
2017-01-05 12:33:29 -08:00
Matt Bierner 5cf85c73d5 Use Better Range When Formatting TS Quick Fixes (#18135)
**Bug**
TS 2.2 includes a number of new code actions, such as implementing missing interface methods on classes. TS returns these in unedited form, so we have to format the document after applying these fixes. This formatting is not always correct using the current logic.

**Fix**
Try to determine the range to format using the set of text edits that TS returns to us. This is not perfect, but it should better match the actual edit that we make using the quick action
2017-01-05 12:32:53 -08:00
Matt Bierner 97ba3fddce Pick up ts 2.1.4 (#18061) 2017-01-05 12:30:42 -08:00
Daniel Imms 94f30c3e8b Add --new-window-if-not-first CLI arg
This allows shift+click/middle+click/num+super Windows and Unity shortcuts to
work as expected while not changing regular launch behavior.

Part of #48
2017-01-05 10:10:38 -08:00
Benjamin Pasero 019ce0eb56 fix #18160 2017-01-05 16:17:29 +01:00
Benjamin Pasero c43059c041 Merge pull request #17760 from charlespierce/preserve_layout
#14464 Preserve editor size when switching layout
2017-01-05 16:07:38 +01:00
Benjamin Pasero da493459df fix bad hover title for debug internal module 2017-01-05 15:53:43 +01:00
Daniel Imms 0642999457 Add null check
Fixes #18159
2017-01-05 06:52:30 -08:00
Benjamin Pasero 0d27e814eb fix bad regression when doing "Save as" 2017-01-05 15:31:37 +01:00
isidor 61ef2f3844 debug: show origin in editor header
fixes #18148
2017-01-05 15:12:56 +01:00
Benjamin Pasero 680725f0fd first part of #10795 2017-01-05 15:03:58 +01:00
Johannes Rieken 6c75921f2a remove process.env warning 2017-01-05 12:45:23 +01:00
Benjamin Pasero 4496c87db5 Allow to compare untitled documents (fixes #14501) 2017-01-05 10:22:14 +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
Charles Pierce 38038ba9c7 #14464 Remove KEEP_RATIO from the exposed API 2017-01-04 13:56:47 -08:00
Charles Pierce c4347fce43 #14464 Preserve editor size when switching layout 2017-01-04 13:56:47 -08: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