Nov 21, 2009
Pages: 1, 2

Notepad++ - Notepad alternative

free web hosting

Read Latest Entries..: (Post #15) by myfirstpage on Jun 23 2007, 01:32 AM.
As many peoplo have said, i'd love Notepad++ as well, is very light and is very fast, also, i get rid of my PHP IDE, who was so slow. Also i consider it one of the best choises for edition under windows platform. (and just use 10 MB of RAM per instance)
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion & Free Web Hosting > Computers & Tech > Programming

Notepad++ - Notepad alternative

Jeigh
So, while this isn't anything new to a large portion of you, last night I was helping a fellow board member out and introduced him to this gem of a program, notepad++ (free, btw). http://notepad-plus.sourceforge.net/.Now if you have this program or have tried it the following will be pointless to read, but if you haven't you might find this very useful.

Many of us, when coding anything from html or php to c++ or java, will eventually shy away from the bulky processor heavy IDE's in favor of more light weight solutions. I know when I'm not working on huge scale projects I prefer vi or notepad to eclipse or visual studio any day of the week. If you are like me then this program is for you.

Basically notepad++ (as well as some other notepad replacements like notepad2) basically take the light weight, clean interface and basic capabilities of notepad or another very simple text editor and add in some of the shinier features of higher end text editing software such as tabs for multiple files, syntax highlighting, line numbers, some formatting options, etc. The syntax highlighting is one of my favorites as out of the box it can detect most common file types and highlight accordingly (all customizable) and there are plug-ins you can download to add more languages to it (or set up your own highlighting scheme if you feel so inclined). This allows a relatively powerful editing experience without bloated features, long program load times, resource hogging, etc.

Notepad++ will NOT offer all the bells and whistles of a fully integrated IDE. It won't take on eclipse for managing and building java projects but for small file sets or web editing it's an amazing program. Basically it hit me that just because it's been around awhile and been mentioned in various topics here, with the new members daily and sheer number of people swimming in some code or another it might be useful to throw out a mention of this program once again. Notepad++ is always on my usb key and I use it all the time, hopefully this will let some of you stumble onto this little app too.

 

 

 


Comment/Reply (w/o sign-up)

SilverFox
Notepad++ is a god send. I have been using it.

ITs synatx highlighting, line numbering and tree viewing its AWESOME.

I recommend it to anyone, anything, any day.

I'm having to code on a PC without it and is like misery.

Comment/Reply (w/o sign-up)

Mark420
I must agree with both you, notepad++ is just simply amazing wink.gif
The amount of languages it can understand is staggering.
Another great bit of open source coding from the masses to the masses.
Mark420;)

Comment/Reply (w/o sign-up)

Arbitrary
I agree with all those above me--Notepad++ is truly great. The lightness of it really appeals to me--sometimes I really don't need a million buttons cluttering my interface. Notepad++ adds onto Notepad numerous features that are quite useful while coding, but aren't necessarily needed for a not-so-huge project.

Treeviewing is especially useful as well. Though sometimes I wish they could put the tree tab (you know, those little + and - signs) next to the text of the level that it's collapsing so that it's easier to see exactly what it is collapsing. Otherwise, it kind of acts as if you have no tabs in your code, which can become confusing.

I also like how you can specify the colors for syntax highlighting for different languages. Very useful when you need to work with a specific type of file. Jedit also does this nicely, but after downloading it, I've discovered Jedit to be far slower in loading and just overall more annoying. Tabs are a plus for Notepad++--it really operates the same way Firefox does, something I'm used to and prefer. Jedit's frames are harder to work with--too much resizing and Jedit won't let me close any individual frames.

Line numbering is pretty basic, but at least Notepad++ keeps it on automatically, unlike Jedit, which requires you to turn it on for every file you open. Eclipse or Visual Studio is really only when you've got something extraordinarily grand that you're working on with other people. Otherwise, simple is usually better. :-D

 

 

 


Comment/Reply (w/o sign-up)

matthewk
I really like Notepad2. I wish Notepad2 had tabs though. Notepad++ has always looked a little bloated to me. The last one I have tried is pspad, but it's hard to leave Notepad2. I just wished it had tabs! If you want to check out Notepad2, see http://www.flos-freeware.ch/notepad2.html. Also, wikipedia has some more information about the liteweight, nice for programming or typical text file program: http://en.wikipedia.org/wiki/Notepad2.

Comment/Reply (w/o sign-up)

Jeigh
I do remember notepad2 being even lighter then notepad++ but the reason you mentioned was my reason for switching, the tabs. I actually started out using notepad2 first when I wanted to see what was out there beside notepad for lighter code editing solutions. Unfortunately if I was going to get something with a bit more kick to it I wanted/NEEDED (ok need might be a bit strong) tabs... plus notepad++ seems to handle syntax highlighting for more languages more easily and I never work on one language for very long at a time so thats also a big perk for me.

But yes I agree, notepad2 is a very strong choice as well if notepad++ just doesn't cut it for you.

Comment/Reply (w/o sign-up)

matthewk
Yeah, I agree with the more support for more languages in syntax highlighting and it being easier in that way. I just use a hand full of languages, so I want the interface I work in to be as liteweight looking as possible. Another one I have tried out is TextPad. It has tabs too, but I'm not sure if it is a keeper, hehe smile.gif See more here: http://www.textpad.com/

Comment/Reply (w/o sign-up)

Jeigh
I've used that one as well wink.gif I think I actually used it quite awhile but then eventually switched over to notepad++. There are really a lot of variants out there each with their own strengths and weaknesses so for anyone who does a large amount of code editing its worth looking around. Sure if your text editing is solely for big written documents word or open office is the key, but for coding? I love these little lightweight buggers

Comment/Reply (w/o sign-up)

Soto
I'm interested in this program, it seems to be a great, yet simple and easy to use program. As i am still a beginner in coding ( i don't consider html, css a coding language ), i dont see any obvious ways to compile c++ programs, or any other, or any other language that requires compiling. Anyone think they could help me out ? smile.gif

Comment/Reply (w/o sign-up)

Jeigh
haha well thats an issue that you should look over in the programming forums for help with wink.gif But to make a VERY big generalization/simplification of it, an easy way is to download and install a compiler and then use the command prompt to compile the files wink.gif But yes, notepad++ would be great for a beginner as it would force you to learn how to compile and run software without just using a big "compile" button built into an IDE haha

Comment/Reply (w/o sign-up)

Latest Entries

myfirstpage
As many peoplo have said, i'd love Notepad++ as well, is very light and is very fast, also, i get rid of my PHP IDE, who was so slow. Also i consider it one of the best choises for edition under windows platform. (and just use 10 MB of RAM per instance)

Comment/Reply (w/o sign-up)

Chesso
Haven't tried that one yet (could have sworn I posted in this topic before..... :S).

I use Programmers Notepad 2, tabbing, good syntax highlighting, code treeview (you can collapse and uncollapse segments of code from and to view).

But it also has some annoyances that cannot be changed (like when selecting something, if you budge too far up or down it might reset back to the far left, it really can be annoying).

Comment/Reply (w/o sign-up)

Quatrux
I never even used the Notepad from Microsoft, it really sucks, they might done a better simple text editor... I made Notepad2 to be my default text editor, just for editing/creating .txt files, also am using Notepad++, it is more powerful than Notepad2, but I only used it for creating .bat, .rex, .cmd files, but for php html I still continue to use PHP Designer. wink.gif

Comment/Reply (w/o sign-up)

Soto
Gee thanks for the help lol. I want to learn how to compile by myself, incase i never can get a compiler with a compile button built into it. I will probly try and download one somehow right now im not in the mood though. Any links would be helpful ( with a tutorial probly as well ? ) if anyone would be so kind tongue.gif

Comment/Reply (w/o sign-up)

.:Brian:.
I have been using notepad++ for quite some time now, and absolutely love it.

It is great because it isn't as bulky as an IDE, yet it has many of the features...

I used to use just a regular text editor for all of my editing stuff, but notepad++ takes it to a new level.

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2
Similar Topics

Keywords : Notepad Notepad Alternative


    Looking for notepad, notepad, alternative

See Also,

*SIMILAR VIDEOS*
Searching Video's for notepad, notepad, alternative
advertisement



Notepad++ - Notepad alternative

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com