Shoe Mogul said:
I like Notepad++
This course will become read-only in the near future. Tell us at community.p2pu.org if that is a problem.
Text editors come in all many different forms, but at their hearts they all do the same thing - allow you to edit files that are composed of straight forward, everyday text. HTML & CSS files are like this, their contents are simply plain text.
I am familiar with Notepad++ and Notepad. I think both are OK but I love Notepad++. Perhaps another + may have to be added to make it Notepad+++. [JK!]
Here's one that is not heard of very often - Scite. Fairly simple with some nice features. Easy to use, easy to modify. It handles HTML and CSS nicely. I got started with Scite many years ago when I started developing in Ruby.
http://www.scintilla.org/SciTE.html
Available for both Linux and Windows.
Sublime text editor is by far my favorite http://www.sublimetext.com/
I have used Notepad++ over the past couple of years as it easily monitors all unclosed tags and can be used for other tasks as well.
It is free which is always a ++
A Short Review of 7 Free Editors
While there are many fantastic source code editors out there to choose from for any platform I think it's worth looking at free and open source options for those of us who can't justify the expense of a commercial product at this point in time.
1. Vim
Vim can do amazing things in the hands of an experieced user, things which other editors are not able to accomplish. This is not to say that Vim is easy to master, far from it, you'll need to dedicate many hours learning the various key strokes until they become second nature. Don't let this steep learning curve put you off, if you want to learn how to manipulate text like a wizard and impress your boss or friends then set the time aside for this little gem. There are many ports available to make everyone happy, even an Amiga port.
2. EMacs
GNU Emacs has similar power editing features that Vim has but comes bundled with much more making it more bloated than Vim but able to do more than just editing. There has been a flame war over these two editors for many years and I am not going to throw any fuel on that fire. If you like Vim, use Vim, if you like Emacs then stick with Emacs.
3. Notepad++
Notepad++ is a Windows editor and continues where Notepad ends. Notepad is primarily a basic text editor while Notepad++ is capable of working with many programming languages, scripting languages and markup. Notepad++ uses the free open source Scintilla editing component for Win32 and GTK+. Notepad++ provides syntax highlighting, code completion, code folding, PCRE - Perl Compatible Regular Expressions, macro recording and the GUI is totally customisable. Unfortunately Notepad++ has no server tools and cannot handle very large files.
4. Textwrangler
Textwrangler is an Intel Mac editor that has the features of Notepad++ and many more. Textwrangler does support FTP and SSH but if you want more advanced server functionality you will need to upgrade and buy BBEdit.
5. JEdit
Jedit is a powerful and fully customisable cross platform editor written in Java that supports over 130 languages. JEdit has a multitude of plugins and macros, has the ability to split its window and has a multitude of clipboards for cutting and pasting.
6. Crimson Editor
Crimson Editor is a Windows editor that supports over 60 languages. This editor has a small file size and is very fast loading, great for making quick edits when you don't have the time for a more bloated editor to load.
7. Komodo Edit
Komodo Edit has a very minimal and sleek interface that is well suited for web development with support for languages and markup such as Python, PHP, Ruby, Perl, HTML, CSS and JavaScript.
While there are dozens if not hundreds of free editors out there I thought I would just review a few and leave further research up to you, happy coding.
Hey thanks for the reviews. Much appreciated :)
Thank you! I was just about to post/ask for a good Mac program (my main computer is an iMac).
Very helpful!
I've actually started this course on android using a nexus 7.. Just thought it would be quite an interesting way of attempting this course.. I'm going to check the play store to see what I can find in the way of text editors. Wish me luck :-).
Notepad++ is free and very useful if you are interested!
I use it all the time and it highlights the tags in colors to seperate them from the rest.
Hello Everybody.
I used coffeecup and like it but one thing I need is wrap around features with the coding. I will have to try Note++ (sorry on the incorrect SP) and play with it.
My current tool I am using from PC Magazine is Kompozer which is free
Hello Everyone,
My main OS (operating systems) are Linux and BSD (an offshoot of Unix). On these platforms I use VI, Emacs, and gEdit, as my code editors.
They all have numerous features and plug-ins that make code writing and editing a breeze.
I also use the IDE (Integrated Development Enviornment) NetBeans.IDE's are for the more advanced programmer, but I believe they should be introduced early on in one's programming education.
Occasionally, but not too often, I work on a Windows box, I use NotePad++. It is by far one of the best applications of its kind.
All of the above mentioned software is free!
Chet
I have been using notepad_++ for a long time.. loving it.will stick with it
i am using notepad++. Its nice would recommend new users. Nice editor
I used Aptana IDE for a long time but recently, I turned to two ideal solution for me:
Nice feedback on Netbeans. I'm inclided to use it as well due to the real-time syntax check, and more so because it can be used to code other stuff like java, PHP, CSS other web programming stuff :)
All right, I'm a Mac user and I found VIM on Terminal.
Though I'd rather user a dedicated text editor.
I've tried both Text Wrangler and BlueGriffon, but I like the former best.
On Macs there's also BBEdit but for now since I use it rarely (all I need to do is editing little strings of code inside blog posts and such) I make do with Text Wrangler which is a lite (free) version of Bare Bones editor.
I recently read a blog post about various uses for Evernote that are often overlooked. One of their suggestions was as a text editor for coding. As a Chromebook user, I'm planning to toy with that idea.
I could never take to Notepad++those I tried many times. The only alternate editor I ever really took to for web was EditPlus, though of late I've noticed Sublime Text 2 is pretty slick. I still do plenty in Notepad2 (a slightly grown up version of Notepad).
Have you ever try Sublime Text??? I find the best text editor ever... ok perhaps VIM is the best ever, but sublime is that good...
I once had an instructor that said using anything but notepad is cheating, lol. But now I have a fancy new text editor!