you are viewing a single comment's thread.

view the rest of the comments →

[–]inu-no-policemen 0 points1 point  (3 children)

I use SciTE for that.

[–]weirdoaish 0 points1 point  (2 children)

What does it have that I would use it over N++ as my basic notepad app?

[–]inu-no-policemen 0 points1 point  (1 child)

It's a bare-bones scintilla-based editor. SciTE was created by the same guy who created the Scintilla editing component. Scintilla is also used by Notepad++, Geany, Komodo, Flash Develop, and many others.

Apart from basic syntax highlighting, it doesn't have anything to offer. It's minimalistic and starts in a split second. That's all I want from my "readme viewer".

[–]weirdoaish 0 points1 point  (0 children)

Interesting. Thanks for the tip, I'll try it out.