VSIX Extension for SSMS - Context menu for result grid - ssms

I made an extension for SSMS (version 2016 and 17). I could insert items to object explorer's context menu. But cannot find any information about how can I access the context menu of result grid.
:
Can anyone help?

Related

Cannot access Odoo Studio after "messed up" in properties / widget

In Odoo studio, I "played" around in the widget where there is a selection of data type such as "float".
I mistakenly changed the type from "float" to something else.
Which now I cannot access into Odoo Studio to changed back the setting
I would like to know how to resolve this error
Thanks a lot!
Odoo 14.0+e (Enterprise Edition)
Error as follows
Traceback:
TypeError: Cannot read properties of undefined (reading 'digits')
at Class._render (https://mycompany.odoo.com/stock/static/src/js/forecast_widget.js:34:124)
at https://mycompany.odoo.com/web/static/src/js/fields/abstract_field.js:209:25
To change it back you can open the view which you modified in studio for example if you modified sale order form, open any sale order in form view and enable developer mode and then from debug icon select Edit view: Form, the form view will be shown go to inherited views tab and you will find many views but you will find view with name start with Odoo Studio click on it and then the the inherited view will be opened and from Architecture tab you will see the xml code so you will look into it and comment the widget change using <!-- --> or delete it.
You can check this YouTube Video

Re-use the context menu from explorer view in another tree view in VSCode extension

I'm writing a VSCode extension that adds a new file explorer view to the Explorer activity.
Is it possible to make my new view re-use the context menu (ie. right-click menu) from the file explorer view? And if so, how?
This is not possible, as discussed in this GitHub issue: How to apply File Explorer context menu to custom tree view?.
There are no plans to support file explorer context menu items in custom tree view context menu.

How to update colors for object explorer menu in SSMS

I am using dark mode on SQL Server and I have tried to update the font and colors for the object explorer menu, but I seem to be unable to find the appropriate settings to update the menu colors from Options > Fonts and Colors.
Here is what my menu looks like when a right-click an object from the Object Explorer
Is there a way to update the text on the right-hand side so it's easier to read?
I am using Microsoft SQL Server Management Studio 17.
I don't think there is a solution for chaning the sub-menu color unless you can inject the dll / exe file of SSMS.
A workaround is here:
https://www.sentryone.com/blog/aaronbertrand/making-ssms-pretty-my-dark-theme

SAP HANA "take over" option grayed out

After opening a Calculation View, SAP HANA Studio sometimes shows the warning "The object is currently opened in read-only mode. Object belongs to multiple workspaces ..."
If you need to modify the Calculation View it is often possible to take over ownership via a button. But unfortunately this time it is grayed out.
How to fix this?
Work-around / fix:
Check out the file / folder
Edit in Project Explorer view
Activate in Project Explorer view

Customize Sql Server Object Explorer Right Click Menu Items

How can I add or customize right click menu items in object explorer in Sql Server 2012?
for example I wanna add new items to table right click menu for generate my customize table creator script?
You could write an SSMS add-in.
See
http://sqlblogcasts.com/blogs/jonsayce/archive/2008/01/15/building-a-sql-server-management-studio-addin.aspx
http://www.ssmsboost.com/create-own-ssms-2012-add-in-sample-code-with-download
I'm working on a project at Red Gate to open up our SSMS extensibility code. It sounds like it's exactly what you need and it's more straight-forward than interacting with SSMS directly.
There's a developer guide here: http://www.red-gate.com/ssmsecosystem/developerresources