Commit graph

18227 commits

Author SHA1 Message Date
Alex Dima
ad023e4bc2 Position textarea with the primary cursor (#356) 2017-05-04 18:36:56 +02:00
Alex Dima
a167edd5f1 Convert TextAreaHandler to a ViewPart 2017-05-04 18:36:54 +02:00
Christof Marti
29c39f9d30 Check stats for undefined (fixes #25902) 2017-05-04 09:20:18 -07:00
Matt Bierner
d13f3e79c8 Fix markdown preview no longer marking selection Fixs #25802 2017-05-04 09:14:34 -07:00
João Moreno
ba787fbc03 Merge pull request #25497 from the-ress/default-file-association-icon
Fixes #4370: Set default icon for file associations
2017-05-04 17:46:53 +02:00
Johannes Rieken
174fafae53 load main.js while waiting for app.isReady, #17108 2017-05-04 17:14:33 +02:00
Joao Moreno
a34e5de6ff add SCM Providers as marketplace category 2017-05-04 16:48:41 +02:00
Joao Moreno
4c62dfa0a4 git commit with input bail early 2017-05-04 16:45:49 +02:00
Joao Moreno
b31c1e1fc9 use global settings 2017-05-04 16:42:02 +02:00
Joao Moreno
0dcb957f4c Merge branch 'Issue15613_AllFilesCommitted' of https://github.com/seesemichaelj/vscode into seesemichaelj-Issue15613_AllFilesCommitted 2017-05-04 16:32:37 +02:00
Joao Moreno
01b03b9f3f Merge branch 'rishii7-master' 2017-05-04 16:29:28 +02:00
Johannes Rieken
127b909c10 some api test love 2017-05-04 16:22:19 +02:00
Joao Moreno
0380d85f0f cleanup 2017-05-04 16:13:27 +02:00
Joao Moreno
1cc913fcaf merge extension config contribution 2017-05-04 16:08:54 +02:00
Joao Moreno
a13e044d4e Merge branch 'master' of https://github.com/rishii7/vscode into rishii7-master 2017-05-04 16:08:22 +02:00
isidor
b7bb7dd96c Only show context menu on "real" variables. Not on array chunk nodes.
fixes #25147
2017-05-04 16:08:12 +02:00
isidor
00cbee4bbf debug: remove heuristic for evaluate name
fixes #25166
2017-05-04 16:08:12 +02:00
Joao Moreno
f0c8d28e3d Merge branch 'ihalip-git-default-branch-directory' 2017-05-04 16:05:34 +02:00
Joao Moreno
af6f8aa748 clean up #24950 2017-05-04 16:04:30 +02:00
Martin Aeschlimann
9554695a01 Diff editor: avoid hardcoded modified-side shadow. Fixes #25625 2017-05-04 16:03:12 +02:00
Joao Moreno
b94f56f7cc Merge branch 'git-default-branch-directory' of https://github.com/ihalip/vscode into ihalip-git-default-branch-directory 2017-05-04 16:00:45 +02:00
Johannes Rieken
dcd784ee16 adopt new loader, fixes #25229 2017-05-04 15:51:19 +02:00
Alex Dima
3782c32cff Fix issue with Japanese IM in FF 2017-05-04 14:03:33 +02:00
Alex Dima
fa1bcc909c Extract text area related CSS to textAreaHandler.css 2017-05-04 14:03:32 +02:00
Alex Dima
acff3d07e3 Move text area creation to TextAreaHandler 2017-05-04 14:03:32 +02:00
Alex Dima
de797d873d Move focus related code to TextAreaInput 2017-05-04 14:03:32 +02:00
Alex Dima
471124c5d1 ITextAreaInputHost provides screen reader content 2017-05-04 14:03:31 +02:00
Alex Dima
6038a110d5 Rename TextAreaHandler to TextAreaInput 2017-05-04 14:03:31 +02:00
isidor
a61d606b28 debug: show columns in callstack view
fixes #25818
2017-05-04 12:33:36 +02:00
isidor
56197e2acc debug: respect breakpoint.column when sorting
fixes #25819
2017-05-04 12:28:47 +02:00
Martin Aeschlimann
0d72a8e724 Theme: Generate Color Theme creates file in fs root. Fixes #25765 2017-05-04 11:17:21 +02:00
isidor
0701b576ca debug: better handling of configuration actions when there is no folder open
fixes #25466
2017-05-04 11:09:34 +02:00
Joao Moreno
36c491ee02 remove references to ArraySet
related to #25780
2017-05-04 10:54:26 +02:00
Andre Weinand
fa5e110afb node-debug@1.13.1 2017-05-04 00:51:01 +02:00
Daniel Ye
8c828d767e Merge branch 'master' of https://github.com/microsoft/vscode 2017-05-03 15:29:44 -07:00
Daniel Ye
c90c82fa71 2017-05-03, Merge in translation from transifex. 2017-05-03 15:28:54 -07:00
Matt Bierner
9b0141aaec Enable Semantics Diagnostics for Inline JS (#25850)
Fixes #25809

**Bug**
Inline js in html currently only reports semantic errors. This means that `// @ts-check` does not work to help catch programming errors

**Fix**
Also report semantic errors in script tags
2017-05-03 15:23:04 -07:00
Alex Dima
242cb936f0 Fixes #16520 2017-05-04 00:00:43 +02:00
Alex Dima
b8e4c9b894 Debt: Simplify TextAreaState 2017-05-03 23:01:24 +02:00
Matt Bierner
1a8b7a7dc7 Treat Script Tag Contents in HTML as JS (#25847)
**Bug**
Script contents in html are treated as typescript instead of javascript

**Fix**
Explicitly set the script kind to js

Fixes #25846
2017-05-03 12:47:53 -07:00
Alex Dima
710b7b4509 Fix build 2017-05-03 19:15:16 +02:00
Alex Dima
c3ce62100a Debt: Simplify TextAreaHandler 2017-05-03 19:15:15 +02:00
Alex Dima
9cdd0987b4 Debt: Simplify TextAreaHandler 2017-05-03 19:15:14 +02:00
Alex Dima
a11885872a Debt: Simplify text area handling code 2017-05-03 19:15:13 +02:00
Matt Bierner
636e3b3cb2 Fix a potential hang when tsserver exits improperly (#25808)
**Bug**
If the TSServer restarts with ongoing requests queued, the new server instance may not properly startup. in the logs, this looks like a series of cancelled request followed by a restart message, and then more cancelled requests of the same series

**fix**
I believe the root cause of this is that the request queue is not properly flushed and the request sequence numbers are not properly reset when starting the new server instance.

Fixes #25807
2017-05-03 09:56:55 -07:00
Michel Kaporin
a6d3ae212b Merge branch 'master' into exception-link-detection 2017-05-03 16:47:54 +01:00
Michel Kaporin
5f87c7b13e Got rid of fs.stat for validation. Amended regex to be more precise with resource schemes. 2017-05-03 17:45:50 +02:00
Martin Aeschlimann
b4afac4373 [folding] Allow to specify if decorator should hide in collapsed region. Fixes #4812 2017-05-03 17:05:49 +02:00
Alex Dima
23cafd0248 Move text area related code to /browser/ 2017-05-03 17:00:39 +02:00
Alex Dima
5397df989d Debt: Remove dead code 2017-05-03 16:41:34 +02:00