Commit Graph

5364 Commits

Author SHA1 Message Date
Benjamin Pasero
65b397c757 fix ts issues 2016-09-26 10:38:03 +02:00
Benjamin Pasero
7dd3beac02 Folder icons do not respect theme (fixes #12443) 2016-09-26 10:05:37 +02:00
Benjamin Pasero
b69cb5d0a5 settings wording 2016-09-26 10:00:47 +02:00
Johannes Rieken
9f75564814 add an overall timeout to onWillSaveTextDocument, #239 2016-09-26 09:56:49 +02:00
Benjamin Pasero
dfdfc66f58 more fixes for #12616 2016-09-26 09:20:39 +02:00
unknown
13a9214125 Unable to bypass trash via Shift+Delete / Alt+Delete (fixes #12616) 2016-09-26 09:14:31 +02:00
Daniel Imms
8911a6a640 Add terminal commands to scroll page up/down
Fixes #12572
2016-09-25 03:05:36 -07:00
Daniel Imms
bdecf23c24 Use new xterm.js getOption API 2016-09-25 00:54:24 -07:00
bgashler1@users.noreply.github.com
86f3a44a01 SVG letterpress graphic; responds to themes
Fixes #7242
2016-09-23 19:14:14 -07:00
bgashler1@users.noreply.github.com
3812c80b46 Watermark: Enhanced colors and typography. 2016-09-23 17:44:41 -07:00
Benjamin Pasero
6b0537879a fix compile error 2016-09-23 20:10:49 +02:00
isidor
a5f14a9c06 fix npe with more tmp ugly code 2016-09-23 19:50:47 +02:00
isidor
a8dfaf56d6 fix compile error 2016-09-23 19:20:40 +02:00
Christof Marti
fe137a20c5 Fixes #12534: Show useful commands in watermark 2016-09-23 09:47:05 -07:00
Isidor Nikolic
9bab7a5fb5 Merge pull request #12533 from Microsoft/ux/panels
Ux/panels
2016-09-23 18:06:41 +02:00
Johannes Rieken
bb6d4d309e Merge pull request #12490 from gregvanl/master
Format complex command descriptions for better generated Markdown.
2016-09-23 18:00:05 +02:00
isidor
93e53de0f9 show badge for markers 2016-09-23 17:55:39 +02:00
Greg Van Liew
3c57c11e76 Change description spaces to tabs per vscode build rules. 2016-09-23 08:38:32 -07:00
isidor
09601caa09 activitybar: use blue as the default badge background color 2016-09-23 17:35:41 +02:00
isidor
c8e7f34ec8 do not change ids of actions - can break people 2016-09-23 16:56:45 +02:00
isidor
e3e7cca3a6 activitybar: keybinding label for toggle panel 2016-09-23 16:11:45 +02:00
isidor
16c03c2cce activity bar: no need for code reuse between panel and viewlet activity action 2016-09-23 16:05:43 +02:00
isidor
cc95494567 always show toggle panel action in activity bar 2016-09-23 15:59:45 +02:00
isidor
cff0fb9e4a reuse togglePanel action, different icon direction 2016-09-23 15:50:30 +02:00
Joao Moreno
c1ff644af0 ignore builtin updates
fixes #12507
2016-09-23 15:39:30 +02:00
isidor
f08238c089 panel: show shortcuts on hover in activity bar 2016-09-23 15:31:05 +02:00
Johannes Rieken
73e3f8d9b2 use proper settings name in code 2016-09-23 15:29:43 +02:00
Joao Moreno
1e0779d358 release notes in product
fixes #10179
2016-09-23 15:28:00 +02:00
Joao Moreno
bb70f2498b unused field 2016-09-23 15:28:00 +02:00
isidor
0bf3f435f9 markers: cleanup show panel action 2016-09-23 15:25:34 +02:00
Johannes Rieken
f4735e525c rename setting to 'editor.formatOnSave', #12449 2016-09-23 15:13:12 +02:00
isidor
1bd80ec788 cleanup debug panel actions 2016-09-23 15:00:38 +02:00
Alex Dima
55741c8c6e Fix TS adoption issues 2016-09-23 15:53:56 +03:00
Alex Dima
b5fb75ea40 Use IntegrityService in window title 2016-09-23 15:53:54 +03:00
Alex Dima
7d4c9abf44 Use IntegrityService in feedback widget 2016-09-23 15:53:53 +03:00
Alex Dima
b644e49997 Add IntegrityService 2016-09-23 15:53:51 +03:00
Benjamin Pasero
645cbfa5bf fix one ts 2.0 issue 2016-09-23 14:45:53 +02:00
Johannes Rieken
21d4e10fa0 don't run formatOnSave when auto saved, #12449 2016-09-23 14:29:36 +02:00
isidor
4dfde59c6d use two activity bars 2016-09-23 12:41:39 +02:00
Dirk Baeumer
d6c02afff7 Merge branch 'master' into dbaeumer/TS2.0 2016-09-23 12:31:24 +02:00
Johannes Rieken
f758341dd1 Merge pull request #12454 from Microsoft/joh/formatOnSave
format on save
2016-09-23 12:24:35 +02:00
isidor
c0f8a7d97e update panel activity actions dynamically 2016-09-23 12:24:24 +02:00
Johannes Rieken
94d8b210e4 ignore listeners that failed (error, timeout) more than n times, #239 2016-09-23 12:22:09 +02:00
Dirk Baeumer
db1de303a6 Merge branch 'master' into dbaeumer/TS2.0 2016-09-23 11:52:24 +02:00
Dirk Baeumer
a48d278d19 Added values to enums to make 2.0.3 compiler happy with structural equal enums 2016-09-23 11:50:22 +02:00
isidor
05fe07ac61 activity bar actions 2016-09-23 11:35:42 +02:00
isidor
a860d6a54c panel toggle icon 2016-09-23 11:25:56 +02:00
isidor
d3e797ed6e panel icons for activity bar 2016-09-23 10:31:28 +02:00
Benjamin Pasero
47dc05955d Double clicking viewlet sash no longer optimizes explorer width (fixes #12482) 2016-09-23 09:35:57 +02:00
Dirk Baeumer
a464b8a7b5 Fixing compile error caused by TS 2.0.3 2016-09-23 09:03:16 +02:00