Commit graph

13372 commits

Author SHA1 Message Date
Wade Anderson d8048efec2 Added download links for stable and insiders 2017-01-06 10:43:26 -08:00
isidor daad4cf67d fixes #18166 2017-01-06 18:19:17 +01:00
Sandeep Somavarapu aff393e302 Fix #18164 2017-01-06 17:56:45 +01:00
Sandeep Somavarapu d4f4281739 Fix #18155 2017-01-06 17:49:59 +01:00
Sandeep Somavarapu 27a9144e45 Fix #17543 2017-01-06 17:45:41 +01:00
Daniel Imms 833bc88df8 Remove universal selector
Fixes #18216
2017-01-06 07:34:25 -08:00
Benjamin Pasero 35f737d1c3 debt - simplify how editor config gets applied 2017-01-06 15:59:48 +01:00
Andre Weinand d00f346f82 update node-debug 2017-01-06 15:29:55 +01:00
Johannes Rieken 0194756630 debt - remove unused TimeKeeper 2017-01-06 14:52:22 +01:00
Andre Weinand a0b6728287 use debug protocol 1.16.0-pre.0 2017-01-06 13:07:24 +01:00
Johannes Rieken e953f08acf log app.isReady separately because I suspect it to be slow, #18087 2017-01-06 12:57:59 +01:00
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