Shifting Text in Visual C++ Text Editor
-
By selecting multiple lines of text and hitting the tab key in Visual Studio's text editor, text can be shifted to the right. Is there a way to shift multiple lines of text to the left? Kevin Shaffer kshaff03@msn.com
-
By selecting multiple lines of text and hitting the tab key in Visual Studio's text editor, text can be shifted to the right. Is there a way to shift multiple lines of text to the left? Kevin Shaffer kshaff03@msn.com
-
much obliged! -Kevin Kevin Shaffer kshaff03@msn.com
-
How about untabify??? I try the menu item, but it doesn't work... It'd be nice to be able to untab... :) It's frustrating being a genius and living the life of a moron!!!
-
How about untabify??? I try the menu item, but it doesn't work... It'd be nice to be able to untab... :) It's frustrating being a genius and living the life of a moron!!!
Hockey wrote: How about untabify??? Untabify changes all the tabs in the selection to spaces. You have to select text for it to do anything.
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
Hockey wrote: How about untabify??? Untabify changes all the tabs in the selection to spaces. You have to select text for it to do anything.
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
ahhhh...I always wondered what it was doing Not what I expected it to do...so when I untab and nothing changed...I thought my VS was broken... :^) It's frustrating being a genius and living the life of a moron!!!