14847 Commits

Author SHA1 Message Date
Christof Marti
4ebb8a2ffc Don't wrap title (fixes #19489) 2017-02-03 10:44:22 -08:00
Alex Dima
f869a1ef9d Fixes #10074: CMD+D and multicursor selection 2017-02-03 18:05:46 +01:00
Sandeep Somavarapu
c89c54a0bd Fix #19743 2017-02-03 18:05:18 +01:00
Christof Marti
b0033cb76b Add openRecentFolder telemetry (fixes #19865) 2017-02-03 08:59:46 -08:00
Joao Moreno
3eddf71678 scm: hide input box model from extension host 2017-02-03 17:20:26 +01:00
Martin Aeschlimann
d7382f0d55 html.format.wrapAttributes: value is "force-aligned", not "force-align". Fixes #19849 2017-02-03 16:06:33 +01:00
Sandeep Somavarapu
66ca1a1ff6 #19627 Distinguish labels in Problmes view
- Do not use scheme for files
- Use scheme for non files
2017-02-03 15:48:58 +01:00
Alex Dima
ee4a912216 Fixes #19740: Find and replace capture group/backreference inserts undefined instead of empty string 2017-02-03 15:45:30 +01:00
Johannes Rieken
2e5379ca64 include commit in prof timers 2017-02-03 15:24:16 +01:00
Andre Weinand
c783a8d1ba force some launch configs to use legacy node debugger 2017-02-03 14:55:13 +01:00
Sandeep Somavarapu
6d799695db Fix #19753 2017-02-03 14:28:42 +01:00
Alex Dima
02fa69d251 Fixes #19808: Block cursor is not rendered properly (visual glitches) 2017-02-03 13:46:53 +01:00
Johannes Rieken
0a7e22163a perf - add flag to store timer to disk and then quit 2017-02-03 12:20:03 +01:00
Sandeep Somavarapu
196307bb84 Fix #19791 2017-02-03 12:16:58 +01:00
Dirk Baeumer
379ed09d00 Merged in translations 2017-02-03 11:50:04 +01:00
Benjamin Pasero
1a813ef39d Menu Bar Resets to Visible When Reopening Window (fixes #19777) 2017-02-03 11:26:52 +01:00
Joao Moreno
97f04b60a6 weird backticks 2017-02-03 11:21:28 +01:00
João Moreno
7a9470db31 Merge pull request #19717 from joaomoreno/modal-message-api
Implement modal message API
2017-02-03 11:19:55 +01:00
isidor
5aa30a0df0 output scroll lock
fixes #19362
2017-02-03 10:54:14 +01:00
Benjamin Pasero
c4690c6506 prevent editor open when control is not ready yet 2017-02-03 10:19:00 +01:00
Benjamin Pasero
13f23dbbbd shorter command ids (for #4557) 2017-02-03 08:20:49 +01:00
Daniel Imms
723b20093d Only enable flow control on bash for now
Fixes #19766
Related #19474
2017-02-02 17:50:04 -08:00
Matt Bierner
1c75093313 Disable experimental api in ts extension 2017-02-02 16:49:56 -08:00
Matt Bierner
87dc264193 Don't show anon functions/classes in TS document symbol list. Fixes #18698 2017-02-02 16:40:33 -08:00
Matt Bierner
e962d7f3c1 Remove unused webview methods 2017-02-02 16:33:14 -08:00
Christof Marti
d974a505d0 Put Command Palette under labels (fixes #19476) 2017-02-02 16:23:50 -08:00
Christof Marti
adebaa3e53 Handle root in Recent (fixes #19448) 2017-02-02 16:17:27 -08:00
Christof Marti
6a3a623442 Cleanup welcomeOverlay.ts (fixes #19097) 2017-02-02 15:58:31 -08:00
Christof Marti
53cbf40759 Consolidate under single 'welcome' folder (fixes #19065) 2017-02-02 14:39:44 -08:00
Matt Bierner
d6bfdf609f Split out some functions in ts document symbol provider 2017-02-02 14:17:41 -08:00
Andre Weinand
824bfb0bc5 update node-debug (add 'protocol' attribute) 2017-02-02 23:15:46 +01:00
Matt Bierner
a87586c7c3 Add Type Definition Provider API (#19699)
* Add Type Definition Provider API

Adds a new API to support type definition providers and adds an initial type definition provider for TypeScript

* Fix comment

* Addressing comments

* Fixer menu option ordering

* Added simple test
2017-02-02 14:01:23 -08:00
Christof Marti
7907093430 Show message when writing configuration fails (fixes #18923) 2017-02-02 13:59:51 -08:00
Christof Marti
01d9849401 Update OSS icon 2017-02-02 13:48:51 -08:00
Christof Marti
e5eb2fe586 Improve arguments example (fixes #18903) 2017-02-02 12:52:18 -08:00
Sandeep Somavarapu
09c324fef8 Fix #19741 2017-02-02 21:24:54 +01:00
Christof Marti
73d4cb23b3 Apply editor config (fixes #18898) 2017-02-02 11:54:59 -08:00
Matt Bierner
edf9fedf5d Small cleanup to ts extension 2017-02-02 11:05:59 -08:00
Sean McCann
d553a4add1 #19719 - fixed typos in TypeScript extension settings keyword descriptions (#19720) 2017-02-02 10:59:56 -08:00
isidor
4fe4c88945 debug: minor polish with return undefined 2017-02-02 19:00:52 +01:00
isidor
e2dffeed93 debug: null guard on session end 2017-02-02 18:44:22 +01:00
Alex Dima
5b92ca3514 No need for a lineNumber attribute on view lines 2017-02-02 18:35:29 +01:00
Alex Dima
f86d894939 Create char offset in FastRenderedViewLine only when needed 2017-02-02 18:35:29 +01:00
Alex Dima
15627c7403 View improvements:
- add a prefix sum cache that is warmed up for the viewport
 - improve some of the position mapping/validation code
2017-02-02 18:35:29 +01:00
Alex Dima
cf67c68b90 Resolve centered line in viewport when the frame is painted 2017-02-02 18:35:29 +01:00
Alex Dima
cedc357c22 Don't hold onto the rendered html in viewLine 2017-02-02 18:35:29 +01:00
Joao Moreno
ee0316de2a refactor parseMessageArguments 2017-02-02 18:21:21 +01:00
isidor
d6b4af1078 debug: column breakpoints
#14784
2017-02-02 17:58:00 +01:00
Johannes Rieken
09356b440e update distro 2017-02-02 17:42:56 +01:00
Johannes Rieken
6d879597f7 uglify is ugly! 2017-02-02 17:41:50 +01:00