How to add category filter titles in VS2019 preview VSIX? - vsix

I have to add filter titles like below MSFT default template in my custom VS2019 VSIX.
Can anyone help me on this? Where to add this changes in my VSIX manifest or vstemplate file ?

Related

Remove personal template from Visio (plan2)?

Does anyone know how to remove previously added personal template form Visio (plan2)? It seems this is not as straightforward as I would expect...
Many thanks.
Please check in File location window field Templates. You can call this window with these steps
Select tab File at ribbon
Select Options in bottom of list
Select Advanced
Select File locations in bottom of list
Please check: Is your unwanted document located in folder which you can find in Templates field in File locations window ?
I did some additional research to find out that while adding .vtpx template, visio converts it to .vstx and stores it (in my case) in Custom Office Templates folder.
All I had to do is remove the corresponding .vstx from that folder and the template disappeared form Personal Templates tab.
Not sure if Custom Office Templates is the default location in all cases, so better search for your [templatename].vstx on your drive.
Credit for idea goes to #Surrogate who hinted that you could define folder for templates. Thanks!

How to extract all work items descriptions from a project in Azure DevOps?

I have a project hosted in Azure DevOps and I want to extract description from all work items in it. Is there a way to generate a pdf file or something like that?
I think, you can try Work Item Print to print your work item info into pdf.
Additionally, you can try these solutions to export your work items into Word:
Enhanced Export
TeamSpec
Then save your Word file as pdf.

Kentico 9.2 modify administration pages in WebApp

i just modify an file from kentico CMSApp project.
The path:
CMS\CMSModules\Content\CMSDesk\Properties\Menu.aspx
i change an input from cms:CMSTextBox to cms:MediaSelector.
In kentico dashboard -> pages -> Properties -> Navigation
After that i deploy the CMSApp_MVC project, and copied the files from the folder i mentioned.
Now it doesnt work on production environment.
Help please.
It is highly recommended not to modify Kentico system files unless you have no other options. Your current change is not supported and instead of doing that I would recommend to create a Custom page type field using whatever Form control you like to hold your value - just don't change the file you mentioned directly.
You can then work with that field just like you would with any other Document/TreeNode field.
PS: Kentico 9.2 does not exist.

How to create custom template of Typo3 bootstrap_package

I am quite new in typo3. I read somewhere
You should never edit the original templates of an extension as those changes will vanish if you upgrade the extension
How to create my own custom template based on bootstrap_package extension? I would like to override some files in parital/layout. It would be great if someone can post like/tutorial.
A folder structure and a simple custom typoscript that implement bootstrap_package for my custom temple would be great help.
The bootstrap package developers already added something for this. It is possible to set different locations, where templates are stored. It also uses a fallback solution, that means if a template is not found, it will fetch the original one from the extension.
Create a directory in the fileadmin directory, for example fileadmin/templates/BootstrapPackage. Inside this directory, create the directories "Templates", "Layouts" and "Partials".
In TYPO3 backend, go to the constant editor of the root page and select everything like the screenshot says:
Set the fields "Layout/Partial/Template Root Path" to your new created directorys (fileadmin/templates/BoostrapPackage/Layouts|Partials|Templates). Save and clear the cache.
Now you can create new templates. If you place an exacly named file like it is named in bootstrap_package/Resources/Private/(Layouts/Partials/Templates)/Page/ , TYPO3 will use the new template instead.

SugarCRM changing module icon

So I am to change the icons for my custom module. My module is of the file type and I want the icons to be that of the sales type. I need the module to be of file type in order to have the upload file field however.
So I have tried replacing all the files for my custom module in custom/themes/default/images/ with files from a custom sales module but that hasn't worked.
I have also tried to edit the menu.php file but it doesn't exist so I couldn't.
I'm using Sugar 6.5.5 CE edition.
Thanks
Ok so the problem I think was that it needed a quick repair and rebuild.