VS2013 re-enable "Don't show this dialog again" - visual-studio-2013

I was trying to update my service reference and I think there was a dialog that appeared warning about write/overwriting a read-only file. I check the "Don't show this dialog again" and now I want it to reappear. Where is the setting for this?
BTW: Everytime I right click and choose Update Service Reference, it does its think and a DING sound occurs but no updates took place. I would like to see the dialog again.

Try Tools > Import/Export Settings > Reset All Settings

Related

Disable file changed checking in RStudio

I go back and forth between an IDE (intellij) and Rstudio. I am having issues with the latter when editing files in the former:
Actually there are many more : this is just a subset.. I was unable to find any configuration for the "check for modified files" or similar. Does it exist?
I don't know if there's any way to permanently disable the messages, but you can click on the button that's supposed to say "Do not show this message again." You can also avoid it by not having unsaved changes in RStudio when you save changes from your other editor.

How can I enable "implicit evaluation" in the JetBrains Rider settings?

JetBrains Rider does not give me the new value for my watches automatically. Instead, I have to click refresh after every step:
I went to the settings and made sure this option was enabled:
However, the problem still occurs. Any help would be appreciated.
For Rider 2020.3
Press Shift twice to open Search Anywhere
Type "refresh watched" and hit enter Enter
Enable "Refresh watched values on debugger pause"
It should be enabled by default, but also ensure that "Allow property evaluations and other implicit function calls" is enabled first.
Try to uncheck that mark, save, check and save again. It helped me.

TortoiseGit - where is the reset option for a branch?

I am using TortoiseGit 64 bit version on Windows 10. I know it has a reset option because the documentation talks about it. However, I cannot find the menu option for "Reset". I have searched the preferences to see if it needed to be added but I cannot find it anywhere. Here is a screen capture of my TortoiseGit menu.
Right now, the reset dialog can only be opened using the log dialog context menu.
cf. https://tortoisegit.org/docs/tortoisegit/tgit-dug-showlog.html
To add onto MrTux,
Go to the log dialog, right click on the commit you want to revert to and there should be a 'reset "current branch" to this' popup. If you want to clear all local changes in favor for this commit, then perform a Hard reset.
I had the same problem but couldn't figure it out from the answer here.
But the way I did it was, after I did a fetch there was the option to do a reset in the dropdown in the bottom corner of the dialog

TFS - Files doesn't get check out for edit automatically when I edit

I am using VS2010 SP1 and TFS Version 10.0.40219.417
Now what happens is that I attempt to type in a non-checked out file, and well, nothing happens. VS does not check out the file. I have to manually check out the file for check in.
It's happening with me only. On my colleague system it's working fine. I have cross checked all the settings he has done in his VS2010. Please suggest what should I do ?
You probably covered this in "I have cross checked all the settings", but I'm going to ask anyway.
From How to: Disable Automatic Checkouts
In Visual Studio, on the Tools menu, click Options.
In the Options dialog box, click Source Control, and then click
Environment.
In the On Edit box, select a different option than Check out
automatically. The other available options are as follows:
Prompt for check out
Prompt for exclusive checkouts
Do nothing
Click OK.
Do you have "Do nothing" checked?
EDIT:
If the above setting is correct the next thing I would double check is if the solution is "Online". I have lost the connection without realizing it several times, it is worth an extra check.
To check:
Right-click on the solution name at the top of the Solution
Explorer and check if you have the "Go Online" option

VS2010 - How to change what the Solution Explorer displays

I'm using Visual Studio 2010 and sometimes in some of my projects, for reasons that are unknown to me, the "folders" displayed in the Solution Explorer change and I can never seem to change them back unless I create a new project and copy the files over.
I want the solution explorer to display "Header Files", "Source Files" and "Resource Files" instead of just "Debug".
Here's an image of what I want it to display like when I create a new project:
http://www.jumbala.net/VS2010_SE_HeaderSource.png
Here's what it displays sometimes:
http://www.jumbala.net/VS2010_SE_Debug.png
I looked in the menus and I couldn't find anything to change it back.
Edit: Someone posted that I had "Show all files" checked in the second image, but he/she deleted his/her post. So yeah, that's why it wasn't working. I feel like an idiot for not noticing, but I thought that button and the one on the left (which is 'Properties') were mutually exclusive and so I had tried pressing 'properties' but not 'show all files'.
Thanks whoever posted the answer and deleted it.
To fix this, just uncheck the "show all files" button that appears ticked in the second image.

Resources