May 2004 - Posts

Notepad2, Disable Reusing the same window

After reading about notepad2 from some other bloggers in the community (Omar), I downloaded it and have been using it for a couple weeks. If you desire more from notepad I would highly suggest you take a look at it. I took Omar's advise and just replaced the existing notepad with it and I haven't had any problems. The only thing that bothers me is that it resuses the window by default. So you can't open more than one file by clicking on the files themselves you would have to do it through notepad2, by the open new window option.

Well it finally bothered me enough to try and figure out how to fix it. I looked through the documentation and it said something about disabling reusable-windows by using the "\n" command line option. I thought there had to be a registry setting or something so I opened the source code and sure enough there is a registry setting.

Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. I cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.

Under [HKEY_CURRENT_USER\Software\Notepad2\Settings] you can add a new DWORD value with the name "ReuseWindow" and give it a value of 0. This will have it open a new window by default.

I figured I would share this just in case anyone else is in the same situation.

Finally Finals over... Here I come Redmond

Finally this semester has come to an end, my Masters is now half over and I only 2 more courses and my MS Thesis to finish next year.

Now I just need to prepare for Redmond. I'm leaving on Sunday to start my Microsoft Summer intership next Tuesday.

By the way for my MS Thesis I'm working on a "Design by Contract" infrastructure for .NET as I get more time and research done I'm going to post my ideas to try and get some feedback.

Spam-me-not

I found this mentioned on a list serve that I'm on and found it interesting so I figured I would pass it on. http://www.zapyon.de/spam-me-not/index.html

They show a straight forward way to obfuscate your email adress in web pages. It seems like such an easy concept but I just hadn't thought about it before.

Posted by puzzlehacker | with no comments

Reflector 4.0 Released

 Cool Reflector 4.0 is released. This is an awesome tool for any .Net Developer.

It has been hell keeping this to myself as Lutz has been sending me beta drops for the last coupla months for the completely reworked Reflector 4.0. Two very cool things about this release of Reflector:

  1. It supports any version of the .NET Framework, so it works great on Longhorn and Whidbey
  2. It has a replacement for the Class Viewer tools in the .NET SDK (wincv.exe) that I came to depend on in my writing and that hasn't been updated for WinFX, so Reflector 4.0 is even more important to me than it would normally be

If you're a .NET developer, you must use Reflector and if you use Reflector, you must use Reflector 4.0. Thanks, Lutz! We love you, man!
[Marquee de Sells: Chris's insight outlet]

Posted by puzzlehacker | with no comments
More Posts