The following are my frequently used keyboard shortcuts in Visual Studio.
Ctrl+}
- Match braces back and forth
Ctrl+-
- Go back to the last location
Ctrl+l
- Delete line
Ctrl+g
- Go to line number
Shift+Alt+Enter
- Maximize Code Editor
Sunday, June 21, 2009
Saturday, June 13, 2009
VC++ 2008 link crash
I am getting the following crash in VC++2008:
It turns out that this a bug of a VC++ 2008 linker, see hotfix 948127 from Microsoft.
~TS
Linking... Embedding manifest... Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 Copyright (C) Microsoft Corporation. All rights reserved. LINK : fatal error LNK1000: Internal error during IncrBuildImage
It turns out that this a bug of a VC++ 2008 linker, see hotfix 948127 from Microsoft.
~TS
Friday, June 12, 2009
JEdit related information
jEdit is a mature programmer's text editor. It is not my favorite but it is interesting.
Key configurations I do in JEdit:
- Remove the .(dot) in the text area, do Utilities | Global Options... | Text Area and unset End of line markers.
Key configurations I do in JEdit:
- Remove the .(dot) in the text area, do Utilities | Global Options... | Text Area and unset End of line markers.
Subscribe to:
Posts (Atom)
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...

-
Tried to update my Ubuntu host today and it did pickup that new version of VirtualBox is available (4.1.8). All other packages installed pro...
-
Installing MonoDevelop in OpenSUSE 12.2 from its repository was very easy. When running it for the first time though I got the message: Th...
-
This is quick start guide how to run ssh server on QNX. Tested on QNX 6.5 (650SP1-VM.tar). # ssh-keygen -t dsa -b 1024 -f /etc/ssh/ssh...