Commit Graph

51 Commits

Author SHA1 Message Date
Sandeep Somavarapu
e62c7b64ef Put contribution behind proposed flag 2018-04-19 11:54:48 +02:00
Sandeep Somavarapu
4fd4bef135 Change the extension point
- Call it viewsContainers
- Take the location where containers are contributed
2018-04-19 11:14:07 +02:00
Sandeep Somavarapu
2cdb1fb647 Remove contributed property 2018-04-18 23:12:03 +02:00
Sandeep Somavarapu
91db9a6a88 Hide the contributed viewlet if no views are registered 2018-04-18 23:01:11 +02:00
Sandeep Somavarapu
33108e1b30 set icon mask size to 22px 2018-04-18 18:18:47 +02:00
Sandeep Somavarapu
d518eae0a2 Fix the order of contributed groups 2018-04-17 18:53:15 +02:00
Sandeep Somavarapu
66706a9073 #43645 Create contribution point activityBarGroups 2018-04-16 16:23:30 +02:00
Sandeep Somavarapu
20acc5ec9f #43645 Prepare for activity groups contribution 2018-04-16 16:11:48 +02:00
Alex Dima
8bfa7ffd2e Move IExtensionService up to /workbench/ (fixes #44281) 2018-02-23 17:38:24 +01:00
Sandeep Somavarapu
ea787762db #28974 Introduce place holder icons for nodes without icons 2018-02-09 18:24:00 +01:00
Sandeep Somavarapu
125ac04d1f Refactor custom views:
- Custom view service to get tree item viewer
- Custom view service to register the data provider
2018-02-09 18:24:00 +01:00
Sandeep Somavarapu
2ef64ee66e Extract Tree viewer from Tree view panel 2018-02-08 16:50:33 +01:00
Sandeep Somavarapu
426f0b835d Localizations: Update extension point to describe extensions and adopt to it 2018-01-29 16:26:35 +01:00
Sandeep Somavarapu
d1c2e526f0 #41752 Add default value for translations folder 2018-01-22 18:02:20 +01:00
Sandeep Somavarapu
b25c1947c6 #41752 Update extension point 2018-01-22 18:02:20 +01:00
Sandeep Somavarapu
543bcec6ef Fix #41071 2018-01-16 17:06:48 +01:00
Sandeep Somavarapu
7424b93429 Fix #36134 2017-10-18 20:32:19 +02:00
Dániel Tar
eb57f03d65 Clarify parameters with backticks in error messages
Also add missing 'id' to the duplicateView2 message
2017-09-27 18:51:37 +02:00
Sandeep Somavarapu
11cedbf843 Fix #35204 2017-09-27 14:28:42 +02:00
Benjamin Pasero
b64aa9b199 move parts/views into workbench core land (fixes #29921) 2017-09-06 18:40:20 +02:00
Benjamin Pasero
788201b268 debt - move quick open service to common 2015-12-21 19:07:56 +01:00
Benjamin Pasero
5906207073 workbench api linting 2015-12-21 18:51:51 +01:00
Benjamin Pasero
acd6a190c3 debt: move extHostStatusBar to common 2015-12-21 18:36:40 +01:00
Johannes Rieken
dfaa347b1b missing change after rename 2015-12-21 13:40:26 +01:00
Johannes Rieken
8aadd81678 debt - rename PluginHostXYZ to ExtHostXYZ, do the same for filenames 2015-12-21 11:46:00 +01:00
Johannes Rieken
b357a46d69 rename to extHostApiCommands 2015-12-10 10:39:27 +01:00
Johannes Rieken
b5525f9ac3 let plugin host commands internally also accept ICommandHandlerDescriptions and have a way to get them all 2015-12-09 16:29:24 +01:00
Johannes Rieken
ba2988de9d debt - move things from browser to common that are easy to move 2015-12-07 13:04:07 +01:00
Johannes Rieken
e581c62a36 debt - remove unused ModelLike thing 2015-12-02 17:26:27 +01:00
Johannes Rieken
6497432d1c first steps in exposing language featues as command. done with: hover, definition, workspace symbols 2015-11-27 13:03:11 +01:00
Johannes Rieken
3e1cbe1209 workspace.rootPath should be undefined when no folder is open, not null. fixes #690 2015-11-26 15:39:52 +01:00
Johannes Rieken
c65770e8a0 Merge pull request #620 from Microsoft/joh/fixLanguageFeatures
Joh/fix language features
2015-11-26 15:34:29 +01:00
Johannes Rieken
d147ddd444 Actually set the maxResults-value when finding files, fixs #697 2015-11-26 15:14:05 +01:00
Johannes Rieken
f192e04e7e remove old stuff 2015-11-26 12:38:58 +01:00
Johannes Rieken
7d1de2c673 signature help provider as support 2015-11-26 12:34:48 +01:00
Johannes Rieken
253b92ed0b completion item provider as support 2015-11-26 12:09:57 +01:00
Johannes Rieken
9ce3f2cfda rename provider as support 2015-11-26 11:33:54 +01:00
Johannes Rieken
a7ff9cdb48 workspace symbol provider as support 2015-11-26 11:00:27 +01:00
Johannes Rieken
d872b0f917 Merge branch 'master' into joh/fixLanguageFeatures 2015-11-26 10:03:18 +01:00
Johannes Rieken
70988681fa formatting edit provider as support 2015-11-26 10:00:46 +01:00
Benjamin Pasero
5dbc95b077 window.showQuickPick is not closed when promise is rejected 2015-11-26 09:37:21 +01:00
Johannes Rieken
c9fd775ddd code action provider as support 2015-11-26 09:33:04 +01:00
Johannes Rieken
2ede316636 reference provider as support 2015-11-25 18:37:11 +01:00
Johannes Rieken
d3584c91a1 doc highlight provider as support, also use IModel 2015-11-25 17:51:58 +01:00
Johannes Rieken
1b1e583a68 hover provider as support 2015-11-25 16:59:52 +01:00
Johannes Rieken
31d872e081 definition provider as support 2015-11-25 16:08:40 +01:00
Johannes Rieken
770ede158a One code lens provider is one code lens support, fixes #360 2015-11-25 12:48:55 +01:00
Johannes Rieken
b370792f68 fix document symbol duplication
each provider is represented as one support, have a provider to support adapter
2015-11-25 11:01:38 +01:00
Johannes Rieken
60c987e871 fix broken style, one file, one style 2015-11-24 10:07:53 +01:00
Benjamin Pasero
c3094f380d OutputChannel.hide throws error (fix #377) 2015-11-22 10:53:08 +01:00