Notepad ++

duragezic

Lifer
Oct 11, 1999
11,234
4
81
:beer: for open source programs!

There really has been a very nice assortment of good as hell open-source software in the past few years that easily replaces commercial equivalents.
 

Xyo II

Platinum Member
Oct 12, 2005
2,177
1
0
Originally posted by: duragezic
:beer: for open source programs!

There really has been a very nice assortment of good as hell open-source software in the past few years that easily replaces commercial equivalents.

Couldn't agree more.
 

itachi

Senior member
Aug 17, 2004
390
0
0
used it for a while.. until it became apparent that it wasn't releasing the file-locks properly (this was with v3.1). might not be the case now.. but that was enough to make me go back to using emacs as a notepad replacement.
 

igowerf

Diamond Member
Jun 27, 2000
7,697
1
76
Yep. I've been using it for a while. It has some weird issues with collapsing XML trees, but other than that, it's great.
 

pkananen

Senior member
Mar 13, 2003
644
0
0
been using it for a while..only thing i don't like is when it takes context sensitive text (like java comments) and changes the size of the font
 

Jon855

Golden Member
Mar 24, 2005
1,214
0
0
Originally posted by: pkananen
been using it for a while..only thing i don't like is when it takes context sensitive text (like java comments) and changes the size of the font

I've npoticed this but I do like this. I guess this boils down to personal prefs.
 

CrackaLackaZe

Senior member
Jun 29, 2002
922
0
76
Only thing that I wish it had is the auto tabbing functionality that can be found with emacs. For example in this snippet of code:

1 while (!done) {
2 //do something
3 }

Regardless of how where the first non empty character on line 2 is, if you just hit tab in emacs, it will automatically move it exactly 2 (or otherwise specified) spaces to the right of the first non empty character on line 1. And when you add the } on line 3, it moves the } back 2 to match the opening {.

What's that called btw? There's gotta be a name for that functionality.