PaulSpoerry.com

You found me… insights on technology, philosophy, Windows, hacking and more.
  • rss
  • Home
  • Archive
  • Links
  • Contact
  • Categories
  • Search
  • Snazzy Archives
  • About
  • Photos

Clone Detective for Visual Studio

August 23, 2008

Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else. Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code.

 Clone Detective for Visual Studio

Read the rest of this entry �

Comments
No Comments »
Categories
Code, Tech
Tags
aspx, c projects, detective, inconsistencies, languages, microsoft, Microsoft Visual Studio, Programming, Source code, studio integration, Tools, visual studio, Windows
Comments rss Comments rss
Trackback Trackback

Paste Special As Unformatted text - must DIE

February 13, 2007

I have a serious, SERIOUS issue with the fact that everything I paste into any document always retains the format of the place I copied it from. Drives me outta my mind. Visual Studio has special formatting… so if I paste it into a business or technical design document it throws off the formatting of the document. If I copy something from the Internet, it throws off the formatting. I can’t tell you how sick I am of typing Paste Special as unformatted text - by default this action requires using your mouse too… no keyboard shortcut. Check this out, I lifted it straight from Microsoft and you can see it on their page if you want to see the original text.

When you copy and paste formatted text into a Microsoft Word 2002 document, the Paste Options smart tag appears, which provides an option to paste the text without the formatting. This is handy if, for example, you don’t want to mix formatting styles in your document.

However, there are a couple of reasons why you might not want to use the Paste Options smart tag. First, if you’re like me, you frequently use the keyboard to copy (CTRL+C) and paste (CTRL+V) text. This means that to use the Paste Options smart tag, you must remove your hand from the keyboard, use the mouse to click the Paste Options smart tag and select an option, and then return your hand to the keyboard to continue working. If, like me, you do this operation a couple of dozen times a day, it can represent a substantial interruption in your work flow. Second, the Paste Options smart tag isn’t available in earlier versions of Word. You could use the Paste Special option on the Edit menu to paste unformatted text, but then you are back to using extra mouse clicks.

Create and run the macro

First let’s create the macro, which will allow us to paste unformatted text from the Clipboard into your documents. If you’ve never created a macro before, this one provides both a good learning experience and a useful function.

To create the macro to cut and paste without formatting

  1. Start Word.
  2. On the Tools menu, point to Macro, and then click Macros to display the Macros dialog box.
  3. In the Macro name box, type PasteUnformattedText.
  4. Make sure that All active templates and documents is displayed in the Macros in list, and then click Create. The Microsoft Visual Basic� Editor is displayed.Note: If you need to learn about the Visual Basic Editor, see the Power User Corner column Managing Macros with the Visual Basic Editor.
  5. Directly above the End Sub statement in the PasteUnformattedText�subroutine, type the following line of code: Selection.PasteSpecial DataType: =wdPasteText
  6. On the File menu, click Close and Return to Microsoft Word.

Now you need to instruct Word to run the PasteUnformatedText macro each time you press the CTRL+V keyboard shortcut.

To run the macro each time you press CTRL+V

  1. On the Tools menu, click Customize.
  2. Click the Keyboard button.
  3. Make sure the Save changes in box displays Normal.dot.
  4. In the Categories list, click Macros.
  5. In the Macros list, click PasteUnformattedText.
  6. Click in the Press new shortcut key box, press and hold the CTRL key, and then press and hold the V key at the same time. The Press new shortcut key box displays Ctrl+V.
  7. Click Assign. Click Close and then click Close again.

That’s it! Now, every time you press CTRL+V, Word pastes text from the Clipboard without the formatting.

If you ever want to return the CTRL+V keyboard shortcut to its default behavior, it’s very easy to do.

To return the CTRL+V shortcut to its default behavior

  1. On the Tools menu, click Customize.
  2. Click the Keyboard button.
  3. Make sure the Save changes in box displays Normal.dot.
  4. In the Categories list, click Macros.
  5. In the Macros list, click PasteUnformattedText.
  6. In the Current keys box, click Ctrl+V and then click Remove.
  7. Click Close, and then click Close again.

The CTRL+V keyboard shortcut now pastes text and any formatting from the Clipboard by default. However, the PasteUnformattedText macro is still available if you ever want to use it again.

Comments
No Comments »
Categories
Code, Tech, Windows
Tags
clipboard, design document, interruption, keyboard shortcut, learning experience, microsoft, microsoft word, paste special as, paste special as unformatted text, smart tag, visual studio, work flow
Comments rss Comments rss
Trackback Trackback

Google Search

Tag Cloud

ajax amazon barack obama bittorrent blog firefox Gadgets game Gmail google Google Chrome HTC HTC Touch humor iGoogle john mccain launch Linux menu search microsoft microsoft windows Mozilla Firefox open source operating system Politics Religion Ron Paul sprint Sprint Touch start menu tabs target united states user interface video Vista vista tweak Vista Tweaks wikipedia Windows Windows Mobile windows vista windows xp Wordpress youtube

Onlywire

rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox