jamesweaver said:
I haven't found anything better than Notepad++, guess I'll stick with it!
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 haven't found anything better than Notepad++, guess I'll stick with it!
I confirm, this is mine since several years.
I have used so many different text editors, but I always keep comming back to Notepad++ becuase it is so awesome.
Estoy utilizando Sublime Text 2 y me parece muy bueno
I've got 2 partitions on my machine under linux I'm use vim and love it! It does have a learning curve but if you type vimtutor at the terminal you should get in interactive tutorial, which should help ease the learning process.
On windows I do most of my editing on notepad++. However, after reading AndyBKK's comment I've decided to install Komodo edit and give it a try.
Scrub that it's all about komodo Edit.
I'm going to use dreamweaver from Adobe. It's quite complex but my html savy mate next desk will help me!
Hey Julio - You won't learn as much with a what-you-see-is-what-you-get (WYSIWYG) editor, because it hides the underlying HTML structure from you. I would encourage you to get a text editor for your web development. It may seem more cumbersome initially, but you will learn a lot more about the structures of the web, and in the end you will be able to create better web-applications and do so faster.
You right! I'm going to test Notepad++ and will see.
FYI - It's true that Dreamweaver is a WYSIWYG, but it can also be strictly a text editor. It's not my choice, but it can strictly be used as a text editor.
Correct. It has Code, Split, and Design views. Sticking with Code View would give the desired result.
Will be using Vim and Gvim on linux. I know it has a learning curve to it but it operates easily when you are a newbie and as I pick up little skills here and there it feels better and better.
There are such a wide variety of support for anything you want to program you wont likely have to change editors if you change the language you want to do.
I have found this intro video series very useful and easy to help me learn vim, its here at ontwik http://ontwik.com/tools/vim-from-novice-to-professional-by-derek-wyatt-p1/ . Also if you might find this helpful, my vimrc is on github here https://github.com/flebber/MyVim it is mainly setup at the moment for javascript, html, perl and python.
Note I use the fantastic 'Vundle' system to add all levels of insane language support to vim. Vundle is an outstanding project and can be found here on github https://github.com/gmarik/vundle you would need to use this before my vimrc would be useful.
If you want a non mode based editor I would suggest the best editor is sublime text, version to is currently in alpha/beta and currently remains free, but will at some point(not sure when) cost $59. It is here http://www.sublimetext.com/
I also watched those videos to learn how to use vim, but I didn't follow through and ended up forgetting everything I learned from it. All I remember was that j was to move left and k was to move right.
What features makes the sublime text great? I have seen it before, but never adopted it as my default code editor.
I have Notepad++ installed at work because I already had jEdit at home when I started learning basic coding at codeacademy.com.
I like Notepad++ because I can customize the compile and run into a single macro and notepad remembers the open files from the last session.
That said I have no opinion on which will prove friendlier. Kudos and thanks to the great developers who make us these gifts of their labor.
ps: I neither work for them do I get any benefit by promoting them.
I highly recommend gEdit on Ubuntu, VIM is too much for me. On Windows, I don't know much about editors.
I used Linux for a year or two. Unfortunately I didn't have time to really get into it. I do recall VIM being an awesome text editor. Looks like Notepad for me now, unless I can find VIM for Windows. Anyone?
I am a Linux (Ubuntu 11.10) user and have been for a long time. I have also been using Bluefish for all of my HTML needs.
I'm on Windows and at the very beginning of my web designing experience i was using Notepadd++ which was great for a beginner like me. It really helped me to learn more about writing an actual code. Later on it became too slow for me, so i swithched to some more powerful tools... Started to introduce myself to Visual Studio, but at the moment my preferite is MS Expression Web.
I have Terminal and i been trying to study on my own but it is a little hard right now so I will start now with TextWrangler and continue..
Have you tried vimtutor? Just go into Terminal and type vimtutor, that should clear things up a bit. That's how I learned. Also, you might want to consider MacVim if you don't feel like screwing around in the Terminal.
Basically, Window's Notepad is useless to a developer. Not only can it not highlight text - which is rather important - it is too stubborn and would insist to save everything with a .txt
extension. Plus, everything else seems to have been updated - from MS Office to MS Paint - but they didn't seem to have touched Notepad.
Back when I was in Windows XP, I looked for a better text editor and found Notepad++ from Sourceforge.
Windows XP couldn't serve all my purposes so I opted to switch to Linux. Of course, it's amazing. I was using Ubuntu Lucid Lynx. Now, I'm on Joli OS. It's still pretty much the same but it makes my computer run a wee bit faster.
I've heard of VIM and used it a bit on some else's Mac. But I can't afford a Mac and gEdit works well for me so I'll stick with it.
I am currently using gEdit on Ubuntu 11.04. I am also learning to use VIM a termnial based text editor. I recommend this for all linux users who are willing to learn a terminal based text-editor. It's very powerful and cool :D.
Agreed. I use np++ as well, and have not found it lacking anything.