Basic Text Editor

Description
I use Text Pad many many times every day. I use it for opening all text files, opening C# files quickly (I'm too impatient to wait for Visual Studio to load at work) so I figured it would be nice to write a text editor with all the features I wanted. Text Pad really does everything I want it to but I wanted to try some of it out. Anyways, it has these features:

  • Save, Open files
  • Undo, Redo
  • Find (only forward) but the find dialog looks identical to the Visual Studio one
  • Change the font
  • Always on top, Hide to tray
  • Saves window position and size

Screenshots
Not that it's anything special but here are some screenshots.

Oh my, it looks like every other text editor

I tried to mimic the find/replace dialog from visual studio

Change Log

Version 1.0

  • Initial Release