How to change editor background in TFVC - editor

I'm using Visual Studio Team Service to manage my source code. I have 2 projects.
At sections view and edit file in repository, 1 project display file by light background while another one display by dark background.
Does anyone know how to change light background?

Follow the steps below:
Click on your account in the up-right corner and select "My profile".
Click "Edit profile" on the displayed page.
Click "Preference" tab.
Set UI Theme to "Default".
Save the changes.

Related

In Visual Studio 2019 how to ensure tab stays open after Go-To-Definition

In Visual Studio, if I Go-To-Definition on e.g. a class by Ctrl+Click or F12, the class is opened in a new tab but the tab is not part of the open tabs (not sure if that is the correct wording). The tab heading is to the right. The tab heading has a little button "Keep Tab Open Ctrl+Alt+Home".
If I make no edits in the opened tab and navigate back using Ctrl-Minus, the new tab is closed.
What do I need to do to always have Go-To-Definition windows open and never close e.g. when navigate away?
Here some pictures #hellip;
This is the start situation:
This is the actual situation after Ctrl+Click on Class1:
This is what I expect:
Tools -> Options -> Environment -> Tabs And Windows
Uncheck "Allow new files to be opened in the preview tab"
You may need to restart Visual Studio for the setting to take effect.
Click on the enlightened square in the opened tab. It will show the pin. Click on the pin so that it will always remain there.

how to hide extension point of visual studio team foundation server

These buttons are added as extension points by me, now i would like to hide these buttons when
"recycle bin" query runs as vsts "link to work item" button hide. please see attachments.
How to hide
Sample code
The work-item-query bar in assigned to me and recycle bin is using the same target: ms.vss-work-web.work-item-query-results-toolbar-menu
If you use this target for your extension, the button will list for both assigned to me and recycle bin.
The open/link to work item system button is also just using some code hidden themselves when loading the query toolbar in recycle bin. Which is more related to UI. However the code is not open, it's not able to achieve this for extension. About the UI related for the extension, you could also take a look at the answer in this question: How to hide quick add panel Backlogs Items using VSTS extension?
You could add a uservoice here suggest either separate targets in assigned to me and recycle bin for the query tool bar, or provide a way to hidden button in extension json.

xcode xcworkspace open without tools or Navigator?

I just oen the xcode "xcworkspace" it's open directly to the small screen without any tools or bars how can i back to the normal workspace ?
Try below option may be it will work
Right-click on the toolbar area beside your project title, i think you can see 'Show Toolbar' option & click it.
On the far right of this toolbar, click the leftmost 'Show Navigator' button in the group of three 'View' icons.
This should present your project in the navigator on the left for you to access.

Sprint navigation doesn't show in Visual Studio Team Services

While i am working on managing my sprints in Visual Studio Team Services, all my sprint options on the left pane has disappeared, therefore i can't see my previous and future sprint work items when i select work items under backlogs tab.
Any idea ?
I ran into this too, but could not find the Other Links section. I had to do the following, but there must be a better way so this isn't necessary.
Go to the Project's home page
Click on the Gear icon to enter the settings area for the project
This should default to the Overview Tab, with a list of teams on the right.
Click on the team
Click on the Work tab
Click on the Iterations sub tab
Click on the green plus sign to add the new iteration created previously
This happens when you set or select a specific sprint as your "set as team's backlog iteration" and the solution for this is to the following:
1) From the project homepage in VS Team Services.
2) Click on "Configure Schedule and iterations" link under other links section.
3) Select "Iterations" tab.
4) Set "set as team's backlog iteration" option to the top level.
5) You will notice check boxes have shown, where you can select which iterations to show or hide.
6) That's all! you will be able to view all selected sprints either previous/current or future ones!

How to set Menu Help Text in Window Custom ShellExtension popup menu Item

I need to set the menu help text of my shell context menu popup menu item just like winzip shellContext menu. I tried IContextMenu_GetCommandString but it is only setting menu help for sub menus of my main popup menu. Please help me and let me know how to set the menu help for my main poup menu?
Thanks
In case you haven't solved this already, here is what worked for me.
You need to insert your popup menu into the explorer menu using InsertMenuItem, as described here. This allows you to give your popup menu an ID.
The shell passes that ID into IContextMenu_GetCommandString when querying the items, by way of checking for that ID you can return any help string you need.
However, it may simply not be displayed if you right-click on a folder in the (left) folders pane of explorer, and not in the files pane to the right. On my system, if one or more elements are selected in the files pane, the properties (type, size, name and some more stuff) are displayed in the status bar, even if I right-click on any folder in the folders pane.
This seems to be standard behaviour - at least on my system it's the same for all installed custom extensions and even for the default explorer menus.

Resources