I have weird problem with TortoiseGit in Total Commander. Suddenly I can't use TortoiseGit commands in Total Commander because they disappeared from context menu. But they still work in Windows Explorer. I have already tried to reinstall/repair TortoiseGit, reinstall Total Commander, run TC as administrator but nothing helped.
I have Windows 7 Professional SP1, TortoiseGit-1.8.16.0-64bit, TC 8.52a 64 bit (2015-09-17).
Go to TortoiseGit settings -> Icon overlays and make sure "Show context menu overlay only in explorer" is not checked.
Total Comander
Configuration -> Options... -> Icons
check "Show overlay icons"
Related
So I just installed VS 2019 and right of the box, I am not seeing the options for Github as I can see on 2017.
Here is what I am seeing:
I am expecting to see this:
What could cause the options not showing up? I can see them on VS 2017. TIA.
To Solve this problem we need to simply disabled New Git user experience option. To do so, press "Ctrl+Q"(to search) -> now paste preview features -> uncheck New Git user experience checkbox. And Wala! you are done!
For more information check this link=> enter link description here
This is the way I solved my Problem.
I recently ran into this issue. I went to the Search box at the very top of Visual Studio, looked for preview features as mentioned in another comment, and unchecked New Git user experience. That reverted it to the old way. Then, I went back and checked it back on, and the Git Changes tab reappeared in the solution explorer window.
Something changed recently with an update to VS 2019. If you click the "Open Git Changes" link, it opens a new window that lets you do the individual Fetch, Pull and Push operations (highlighted arrows screenshot here).
As far as I can see, git was moved to a menu option "Git" in Visual Studio 2019 16.8.3. Maybe I am missing something but I can have a go and try the new menu Git > Manage Branches
Just have the same problem that i was missing the "Team Explorer" Panel (Changes, Sync etc.)in Visual Studio 2019.
When I was turning off following Option, the menu was looking like VS2017:
Git -> Options -> Environment -> Preview Feature
Turning off "New git user experience" Option.
Maybe this helps.
Here the article about the "New git user experience":
https://devblogs.microsoft.com/visualstudio/exciting-new-updates-to-the-git-experience-in-visual-studio/
I have the same problem, suddenly when I opened my Visual Studio 2019 Professional Edition, the Git connection is gone in Team Explorer, and I can't even see my projects in Azure Devops when I am already connected.
My solution is I just updated my Visual Studio by checking for new updates by going on Help Menu -> Check for Updates.
It looks like my Visual Studio Tool bar is broken somehow this morning. I am using VS2015 and also have sql server 2016 installed on this machine. I am running on a mac, w/ Parallels on Windows 10. Anyone ever seen this? It looks like it is duplicating items and adding items from sql server management studio.
Thanks for the help,
Chris
I've never seen anything like that before, but you can try resetting the toolbars back to default.
Tools (one of them) > Import and Export Settings.
Import selected environment settings.
Save your current settings if you want, or skip that step.
Choose something from "Default Settings", I like "General".
Uncheck "All Settings".
Check General Settings > Menu and Command Bar customization.
You could also try starting Visual Studio in "Safe Mode", by adding "/SafeMode" to the command line for "devenv.exe". That should tell you if this is caused by an extension or not.
Okay what worked for me was to "Repair" my install of Visual Studio.. I assume reinstall would work too but I didn't want to do that w/o trying quicker methods.
Steps:
1. Go to add/remove programs
2. Find Visual Studio 2015
3. Right click on it and select repair.
4. Restart computer and all good.
I want to uninstall internet explorer from my windows 7 pc. Is it possible delete IE from pc. it is complete useless.
I tried uninstaling it from control panel but couldn't find an option.
Go to "Control Panel" -> "Uninstall programs" -> "Turn Windows features on or off" (on the left panel). Then uncheck "Internet Explorer" and press OK.
found the answer on Stackoverflow itself:
Go to Control Panel > Programs > Programs and features
Go to Windows Features and disable Internet Explorer 11
Then click on Display installed updates
Then click on Display installed updates
Right-click on Internet Explorer 11 > Uninstall
Restart > Done.
In Visual Studio 6 installed on Windows 7 (Home Premium 64-bit SP1), I cannot see or change the font for source windows via Tools > Options...
Tools > Options..., Format tab, Category: Source Windows, yields Font: (blank) with empty list, Size (blank) with empty list.
It appeared that the relevant registry hive was missing:
[HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0\Format]
Importing this registry hive from an existing installation does change the font as desired, but still does not show it nor let me change these settings via Tools > Options... .
Is there a proper solution so that the Format options work as they should?
I had a look at an installation on a WinXP machine and got it working by adding the following keys to the registry:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0\Format]
[HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0\Format\Output Window]
"FontFace"="Consolas"
"FontSize"=dword:0000000c
[HKEY_CURRENT_USER\Software\Microsoft\DevStudio\6.0\Format\Source Window]
"FontFace"="Consolas"
"FontSize"=dword:0000000c
The above lines set the Source and Output window's font to Consolas with a size of 12 points.
It's an export by regedit so you can put it into a .reg file and import by opening that file in Explorer.
I seem to recall that when you install VS6 on Win7 the installer reports "There are known issues with this program." and asks if you want to go ahead regardless.
Maybe this is one of the issues.
http://msdn.microsoft.com/en-us/library/aa265715%28v=vs.60%29.aspx
VS6 Windows 7 works best if launched in virtual pc XP mode. It's virtual machine, very convinient.
I tried it with two different mice- both of which work perfectly fine in all other applications. The mouse is MS Intellimouse Optical. I even tried to speed up the vertical scroll through the mouse utility and still nothing.
It barely moves the code a tiny bit and then it stops. I had no problems at all with VS 2008 which is concurrently installed in the same machine.
Am I the only one having this?
You can also make the IntelliPoint application (ipoint.exe) to run as administrator on Windows 7.
I tried this on Windows 7 Machine and it worked for me. Go to Contol Panel -> Mouse -> heel Tab -> Select the radio button "Use Microsoft Office 97 Scrolling Emulation Only" -> Click Ok
I had this issue on my machine and I tried a lot but got nothing. Then I also tried installing VS SP1 also but the problem persisted. Then I tried above method and I am happy that it worked for me.
Just disable the "smooth scrolling" in mouse configuration (control panel). Worked fine to me.
Same issue here in Windows 7 with Visual Studio 2010 and 2012. I have Lenovo Mouse Suite 6.45
1.Control Panel - View by : Large Icon
2.Mouse
3.Lenovo - Adavnce Properties
4.Select Wheel Tab
5.change settings to "Use Microsoft Office 97 Scrolling Emulation Only"