08/10/03
skEdit
I’ve just been trying out a piece of Mac OS X shareware that will be of interest to anyone who hand codes HTML and CSS. Although Dreamweaver 2004 finally allows code-hinting in CSS, it runs SO slow on my mac – I just can’t bear it. Until a G5 becomes a possibility, I’ve been using BBEdit and Transmit to do the same job, but I’ve missed the advantage of code hinting.
Just out of interest I did a search for ‘OSX’ and ‘code-hinting’ and found something called skEdit, a cocoa text editor created by an 18 yr old student in Cleveland. The more I use it, the more I love it. Here’s why:
- Code Hinting! Unlike Dreamweaver, the code hinting is persitent. When I’ve gone back and deleted a line, the hinting box doesn’t reappear unless I start a new line. Not here, its there whenever you need it. It automatically creates closing tags, and when using code-hinting in css, it automatically adds the semi-colon after each line.
- Also like Dreamweaver, it has a useful snippets panel, where you can keep pieces of code you want to reuse. Unlike DW, it allows you to choose a point in the snippet where the insertion point goes, or how the snippet will wrap around a selected text. All labour saving stuff.
- There is a site view on the left, which gives really fast switching between documents. Rather than having umpteen documents open, I can switch between pages with a single click. The site view shows your site with a folder-tree style, so its easy to see everything.
- It has built-in FTP, but this is fairly basic. It seems that this feature has just been added, and that it will improve in future releases.
I’ve only been using it for a day, so these are just the things I’ve discovered so far. It may not have the full gamut of BBEdits features, but then again this only costs $20! That’s a mere £12 of your British pounds! It does so much more than I’ve mentioned, take a look. A look at the guys site will show you that he cares about web standards too.
Downsides? I have to be blunt, its interface and application icons are pretty ugly. This an area where guys like Panic get it so right – the icons and interface have an OS X feel that makes using the software a pleasure. Also, it would be good if it gets FTP and savable favourites like Transmit.
Despite the cosmetics, its quickly taken over as my main coding application.
5
Tags: 


Previous





Download our vCard
Dris said 1778 days ago:
Wow... This really is a great find! I've been using it five minutes, and I'm hooked!Stephane said 1778 days ago:
Last year, I got tired of the less than useful software for creating CSS. I though, well I just write my own then, it didn't occurred to me at the time that I didn't know anything about programming ! So, I've learned what I needed to write a simple program that has almost all CSS tags in it.You can view what it looks like here (http://www.projetsurbain.com/projets/CSSStyle.jpg), or download the 0.9 version (http://www.projetsurbain.com/projets/CSS Style.app.sit). It's a basic text editor with code to write XHTML and a palette for CSS. It was supposed to become a shareware but my lack of talent for programming stop my effort.
I'm planning to rewrite the palette to be more useful and I've tried to have syntax colouring but it's way over my head right now. If I ever finish it I may release it. I'm still waiting for Xcode to include some refinement, maybe a small online preview courtesy of WebCore.
Jon Hicks said 1778 days ago:
Stephane,Thats impressive too, and has a really nice OS X feel about it. Let me know when you've done you next version.
On skEdit - I'm trying out a beta of the latest version, and its got improved features, such as a site manager window.
David Kern said 1777 days ago:
I've been using skEdit for months now. Between that and SubEthaEdit, I never have to use the overpriced BBEdit. I can't wait for the new version.Erik said 1756 days ago:
While I'm all for finding new apps, someone calling BBEdit "overpriced" seems a bit much. Sure it was $119 when I bought it ... but if you use it day in and day out .... it becomes well worth it.SKEdit sounds nice, I'm going to give it a whirl when I get home to my mac ... but I use the advanced features of BBEdit far too often to consider giving it up quite yet.
(ie. support for regEx's is a must have, mutiple clipboards the same)