Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
what editor/application you use to code?
This discussion has been closed.
Comments
It's 20x times better than using Flash or other text editors to write AS... tons of error-reporting, highlighting, syntax prompting etc etc.
The rest of the time I use Smultron for day to day html/css coding on my Mac.
Also for some specific needs: Amaya.
Say you need an if statement
if(1 == 1) { echo 'blah'; } else { echo 'blah blah'; }
I don't have to type it all out, I have it set as one of my macro keys, bam! Press one key and it spits all that out. It really kicks ass. I've got tons of code programmed into those keys, really a timesaver, and it has the functions I need/want. Lets say I am doing a new project, I can redo the keys for code specific to that project, on the fly.
Anything that uses a mouse is for girls. Real men use Vi. *flex*
Seriously, I know maybe 10% of Vim and I can do tricks that make VS weep with shame.
Posted: Monday, 16 April 2007 at 7:34PM
…but still of invaluable help for remote server admin through ssh
I use the venerable Cyberduck ftp client, to access the files directly on the server. Using Cyberduck, double-clicking on a file on the server will download it, and open it in your favourite editor. Once the editor saves the file, Cyberduck automatically uploads the changes for you. It feels just like editing the files 'live' on the server. Cyberduck is open source.
To actually edit the html and php files I use Textmate, mentioned above by Schizo. It takes quite a while to get used to it, and to start taking full advantages of all its editing shortcuts, but once you do, it's magic. And to my knowledge, there is absolutely nothing that compares to it on Mac OS X for programming on Ruby. Texmate is far from free - it's actually the most expensive text editor I came across on my travels. However, unfortunately, it really does a &^%*ing great job, so if you make money out of coding, the cost should be worthwhile.
For working with CSS, in my experience nothing compares to CSSEdit. It is an inexpensive shareware package, that allows you to 'steal' and override CSSs from live sites, visually edit the CSSs, and see the results on live preview. It also allows you to visually select the individual elements of an html page, and see their html hierarchy, as well as what styles have been applied to it. It actually makes it FUN to troubleshoot those pesky CSS problems, and to play around with different CSS configs and settings on a site. It even has its own minimalist 'version control' system built right-in! It is fantastic value for money, and I cannot recommend it enough.
So there! I hope this helps!
p.s. notepad ++ is the best..
@ chimaira: for me, i have always wanted my editor to see the end of functions, xml/xhtml elements, and css declarations... so, i guess that thing that
(if that's what i think it is) really IS the advantage over crimson for me.. it can hide pieces of code which are within some entity, i.e. a function or a statement, or a tag,,, i think its very useful... this is the only thing why i have 3-4 days ago switched from crimson to n++..@ all: experienced n++ users, how do i highlight a piece of code, which is a straight rectangle? like in the image to your right? in crimson, you just click and turn on/off the mode, which is in the main menu,,, so, how do i do it in n++?
thanks