Wednesday, December 12, 2012

Keyboard Shortcuts I Use In Visual Studio

Here are some keyboard shortcuts that I use in Visual Studio along with Resharper.  Edit their mappings in VS 2019 under Tools\Options\Environment\Keyboard

Ctrl+-  _Go to the previous spot in code (VS undocumented)
Ctrl++ _Go to the next spot in code (VS undocumented)
Ctrl+Shift+Alt+N _Go to Symbol (Resharper.Resharper_GotoSymbol) Finds any method by name anywhere in your loaded solution
Ctrl+Shift+B  _Build All
Ctrl+R+R  _Rename variable (Resharper.Resharper_Rename)
   Remove F2 shortcut
F12  _Go to declaration (Edit.GoToDeclaration)
   Remove from Resharper.Resharper_GotoNextHighlight
Shift+F12 _Find usages of this method (ReSharper.Resharper_FindUsages)
   Remove from Resharper_GotoPrevHighlight
Ctrl+G _Go to line number
Ctrl+Tab _Switch to another tab in the solution
Ctrl+ scroll wheel zooms in and out. Ctrl+Shift+period (zoom in) and Ctrl+Shift+comma (zoom out). There is also a drop down list that you can type in a specific zoom level you want.

Edit/Advanced/Untabify Selected Lines
In Beyond Compare, change Tab Stop from 8 to 4 spaces in Tools -> File Formats -> Misc

Resharper Key Map
A Visual Studio list

Friday, October 12, 2012

Skype & IIS Clash

After I rebooted today, I tried pulling up sites on my local IIS.  I kept getting a black page.  Nothing in the source.  We finally figured out that Skype was using port 80 and 443 as alternatives for incoming connections.


In Skype, go to :

Tools -> Options -> Advanced -> Connection

On this option page you need to uncheck "Use port 80 and 443 as alternatives for incoming connections". Restart Skype and you should find you have no more issues (from http://amcrouch.blogspot.com/2012/02/skype-iis-clash.html

Sunday, May 06, 2012

Juice Podcast Receiver in Windows 7

I used to use Juice Podcast Receiver to get some podcast content.  I haven't been able get it to work in Windows 7.  I found this article and started to follow it.

I right clicked on the program and chose "Trouble Shoot Compability"
I picked XP SP3 and Vista SP2.  I still got and error box that said to look at C:\Program Files\Juice\Juice.exe.log It had the following error several times.


OSError: [Errno 17] File exists: 'C:\\Users\\\\My Documents\\My Received Podcasts'
Traceback (most recent call last):
  File "gui.py", line 4, in ?
  File "iPodderGui.pyc", line 3573, in main
  File "ipodder\configuration.pyc", line 468, in __init__
  File "os.pyc", line 154, in makedirs

I am pretty sure that the Vista SP2 let me start the program.  I then changed to the podcast folder in File\Preferences\General to a folder other than C:\\Users\\\\My Documents\\My Received Podcasts.

It seems to be working now.