Other nice tools I use are:
- ScreenHunter, for screen-capture. Often handy when reporting some failure.
- Notepad2, a slightly improved version of Notepad. There are several Notepad replacements, I also have installed EditPadLite.
- Reflector gave me a slight shock, it showed me that the .NET dlls are very easily decompiled. We will be using an obfuscator to amend that.
- I have been using Baretail to tail my log4net-logs, but I am still looking for another tool I once used and was better :(
- FireFox needs mention since it is probably the tool I use the most (with the Adblock and All-in-one Gestures extensions).
2 comments:
I just found the hard way that Edit Pad Lite does not support Unicode. It transforms unicode characters to ANSI and when the document is saved the characters remain in ANSI format which can lead to very frustrating errors in your applications.
Perhaps Crimson (http://www.crimsoneditor.com/) would serve you better?
Post a Comment