Originally posted by asher thanks for the replies.
i thought notetab was for html though? i used to use it but i found i could type faster than finding the buttons
That's why I like vim. Some of commands are a bit arcane but once you've got it down you never have to take your hands off the keyboard, it's a really fast way to develop. Plus tons and tons of features, built in scripting, you can escape to the command line etc etc.
That's why I like vim. Some of commands are a bit arcane but once you've got it down you never have to take your hands off the keyboard, it's a really fast way to develop. Plus tons and tons of features, built in scripting, you can escape to the command line etc etc.
ill give it a shot
i love using notepad because i have complete control, however i would like a program that tells me when i miss a ; or something as im going, becase thats what im used to when programming delphi and such
maybe i am thinking of something else, isnt notetab the one with the list of html tags down the left hand side that you click and it places them in your document?
maybe i am thinking of something else, isnt notetab the one with the list of html tags down the left hand side that you click and it places them in your document?
yeah you can do that, but I close that tag window, just use it for php and html programming
That's why I like vim. Some of commands are a bit arcane but once you've got it down you never have to take your hands off the keyboard, it's a really fast way to develop. Plus tons and tons of features, built in scripting, you can escape to the command line etc etc.
Ha... I'm a former emacs user gone wild... I luvs vim.
TextPad 4 has been one of my longtime favorites. UltraEdit might be a big more robust, but TextPad is pretty close.
And there are tons of add-on's for just about any programming language, including PHP, perl, HTML, etc.. The add-on's basically just give you your most commonly used functions/tags/etc with one-click ease.
Comment