Greenshot Screenshots

1208-140252-About GreenshotAs a software developer or tester or also as user, you probably need to do screenshots often. Greenshot is my choice.

It has got all you’ll ever need from a screenshot tool:

  • It’s got all the various input regions: region, window, screen, last window. And all are preset to sensible hotkeys like print, alt-print and so on
  • The screenshot may be saved automatically to a predefined directory with a preconfigured name. The name can include the current year, day, month, hour, minute, second, the window title, an incrementing number and others.
  • Additionally to save the screenshot automatically, it can open an editor automatically. Or it can copy the picture to the clipboard or open it in MS Paint or open your email program and attach it. Or all of it together. I use Open in Greenshot Editor and Save immediately.
  • Very fine is the built-in image editor, which allows to change things immediately after you’ve created the shot. It has got the tools
    • text marker
    • freehand and straight line drawing
    • obfuscate parts of the image by pixelating
    • add textboxes, arrows, rectangles, …
    • crop
    • and more
  • You can print your screenshot with sensible options: shrink to fit page, enlarge to fit page, center, print date time at bottom, print with inverted colors. Somebody has really put some thought into this.
  • You can add a waiting time before the screenshot is made. This feature is indispensable if you need to do a screenshot with an opened menu or a tooltip or the like.
  • With MS Internet Explorer, Greenshot can do screenshots of web pages that do not fit on a screen. I needed this feature and this is the feature that made me switch to Greenshot.

SVN, TortoiseSVN and Double Commander Woes

I am a long standing fan of Double Commander and at my new workplace, I have to use SVN. On the computer I got when I arrived, source code was already checked out and TortoiseSVN installed. TortoiseSVN was working well together with the Windows Explorer.

But of course, the Windows Explorer is a no-go for me, so I installed Double Commander. But – what a pity – TortoiseSVN’s icon overlays were not shown in Double Commander and most of its entries lacked from the popup menu.

Long Story Made Short

  • SVN 1.7 introduced substantial changes to their working copy internals. These make it impossible for a TortoiseSVN which has been built to work with an older version to work with SVN 1.7 and higher. And vice versa.
    • There is no backward compatibility. A newer TortoiseSVN won’t work with an older checkout. If you are new to SVN, this is really surprising.
  • 64bit shell extensions do not work with 32bit executables.
  • It is not possible to install a 32bit TortoiseSVN onto a 64bit machine.
  • SVN’s manuals are excellent. Read the manual. Try the Go for a test drive, if things don’t work.