Benjamin Pasero
4e1eff7083
web - turn the home indicator into a menu
2020-11-23 15:00:43 +01:00
Johannes Rieken
94d3497dac
💄
2020-11-12 10:38:14 +01:00
David Sanders
f1c6ce7c9e
clarify effect of command enablement
2020-11-11 11:21:27 -08:00
Alex Dima
14140d2a19
Revert "Merge pull request #109049 from digeff/searchView/context/extensionPoints"
...
This reverts commit a1bb5ac207 , reversing
changes made to 9a08a10708 .
2020-11-11 09:46:47 +01:00
digeff
86f773db82
Merge remote-tracking branch 'origin/master' into searchView/context/extensionPoints
2020-11-10 12:58:25 -08:00
João Moreno
130aa96b42
add to #109818
2020-11-04 13:31:48 +01:00
digeff
4f1f830735
Merge remote-tracking branch 'origin/master' into searchView/context/extensionPoints
2020-11-02 11:06:56 -08:00
João Moreno
98262ef050
fixes #109818
2020-11-02 12:09:02 +01:00
digeff
bb1be0326d
Added extensibility points for searchView/context
2020-10-30 12:13:03 -07:00
Martin Aeschlimann
591dd1381a
add back file menu contribution
2020-09-22 12:02:00 +02:00
João Moreno
b9aa43aeb3
fixes #100172
2020-09-14 16:44:16 +02:00
isidor
489672365e
Expose the contribution.menus for Variable view
...
fixes #70377
2020-08-28 15:07:25 +02:00
João Moreno
2fa8c7c6dd
fixes #103944
2020-08-05 11:23:35 +02:00
João Moreno
e8f2b6d6ae
fix error msg
2020-08-03 16:36:11 +02:00
João Moreno
7472ee814e
fix submenu json schema
2020-07-31 16:06:25 +02:00
João Moreno
42d6c1ff79
fix submenu json schema, add proposed disclaimers
2020-07-23 16:37:41 +02:00
João Moreno
c3cef6f8ee
make menusExtensionPoint.ts easier to edit
2020-07-23 16:21:07 +02:00
João Moreno
28d97ae6f0
update menu extension point schema for submenus
2020-07-23 15:44:09 +02:00
João Moreno
10a07273dd
redundant code
2020-07-23 15:39:12 +02:00
João Moreno
84880498db
wip: submenu icons
2020-07-23 10:46:32 +02:00
João Moreno
0528d12e52
submenus always support submenus
2020-07-22 14:20:59 +02:00
João Moreno
18e9e7f32d
Merge remote-tracking branch 'origin/master' into joao/submenus
2020-07-21 14:39:02 +02:00
Benjamin Pasero
6c79b090ee
💄 dangling comment
2020-07-21 08:23:38 +02:00
João Moreno
6584270727
add runtime submenu support validation
2020-07-17 15:34:12 +02:00
João Moreno
16ce08bfa6
fix nls
2020-07-17 15:33:35 +02:00
João Moreno
762bb9377f
submenus api extension point
2020-07-17 15:16:40 +02:00
Martin Aeschlimann
8d4ec36ba6
JSON doc needs to escape icon reference Fixes #101512
2020-07-02 12:11:51 +02:00
Rob Lourens
21e43b6703
Enforce notebook cell title menu as proposed API
2020-05-31 21:00:01 -05:00
Martin Aeschlimann
ee7d069622
remove menuBar/file menuId (unused) for #94054
2020-05-07 15:09:02 +02:00
Johannes Rieken
2bac47762d
perf - use bulk function to add command and menu items, fixes #96693
2020-05-04 09:47:19 +02:00
João Moreno
d6eb15554f
add scm menus
...
related to #94054
2020-04-01 09:32:53 +02:00
Benjamin Pasero
8084a58504
add entry ( #94054 )
2020-04-01 09:23:12 +02:00
Benjamin Pasero
a4207f7759
web - allow to contribute navigation entries ( #93467 )
2020-03-26 16:34:33 +01:00
rebornix
7e56fc02c0
Contributions for notebook cell toolbar
2020-03-19 11:36:05 -07:00
Eric Amodio
9ae0fd36c9
Enhances timeline - commands, timestamp, etc
...
Adds contributable commands to timeline items
Adds right-aligned timestamp to timeline items
Adds Open Changes to Git timeline items
Adds Copy Commit ID to Git timeline items
Adds Copy Commit Message to Git timeline items
2020-02-14 15:22:45 -05:00
Johannes Rieken
d8e256c6ba
fix #89948
2020-02-04 08:36:49 +01:00
Johannes Rieken
a94014cf50
tweak schema doc for #84695
2020-01-27 11:57:11 +01:00
Sandeep Somavarapu
6eaf748366
Fix #87285
2019-12-30 12:55:07 +01:00
Johannes Rieken
9e0cffd85c
no more proposed check for theme icons for menus, #84695
2019-12-17 11:45:59 +01:00
Johannes Rieken
613326bd13
ThemeIcons for menu item only for proposed api users
2019-11-29 16:13:41 +01:00
Johannes Rieken
ed25c8898f
add codicon support for menu contributions
2019-11-29 11:03:21 +01:00
Johannes Rieken
be257638d2
rename ICommandAction.iconLocation to ICommandAction.icon
2019-11-29 10:03:35 +01:00
Matt Bierner
90f33ddc6d
Use DisposableStore in a few more places
...
- Also switches a few places that re-implemented Disposable with calls to `_register` instead
2019-10-07 15:40:01 -07:00
Joao Moreno
bcd7bcedff
wip: scm folder menus
2019-09-18 09:49:35 +02:00
Matt Bierner
445ad7021b
Use closure instead of parameters
2019-08-16 15:12:27 -07:00
Matt Bierner
ac5887deee
Use dispoablestore
2019-08-16 15:12:27 -07:00
Johannes Rieken
59794815ce
when adding contributed keybindings check if a command with enablement-clause exists
2019-05-31 12:39:40 +02:00
Rachel Macfarlane
2185280ed5
Update commentThread/context and comment/context contribution descriptions, fixes #74552
2019-05-29 09:59:36 -07:00
Johannes Rieken
b8e68e1ade
use enablement, make it a property of commands, not items, #21131
2019-05-24 15:12:30 +02:00
Peng Lyu
7b078e1165
Merge pull request #74089 from microsoft/rr/comments
...
Comment API
2019-05-23 09:42:56 -07:00