link tfs work item to different project - tfs

In VS Team 2010, is there a way to link a work item from Project A to a work item in Project B?

Go to the All Links tab of the work item
Click the Link to button. This will open a dialog
Click the Browse... button next to the Work Item IDs label. This will open up a
new dialog
At the top of this dialog, you can change the Project

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.

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 do you delete a live binding in Firemonkey Desktop in XE6?

I have a live binding here from an Edit control to a SpinBox control.
Selecting it and pressing the Delete key on the keyboard has no effect. Neither do Ctrl+X, or the Edit -> Cut or Edit -> Delete menu items.
How do I remove it?
Right click on the link and click "Remove link". Maybe some day, deleting a link will work in a more intuitive manner.

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