Thursday, February 16. 2006Scribes ~ a new Programming EditorTrackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
Damn scribes looks nice. I wonder what sort of API it has for writing Python plugins.
One thing I always make sure of when I'm looking for an IDE, is that it's written in a language that will run well on the platform I'm working on. For example windows, C++. There's nothing more annoying than a great editor that takes bloomin' ages to compile.
Try the SciTE text editor,it's great
http://www.scintilla.org/SciTE.html
Scribes is nice minimalist editor with some great features (especially it's snippets), but has some annoying flaws, e.g no support for tabs: every new file opens in new window. Another problem - not portable: it heavily relies on Gnome's libraries that it is impossible to run it on Windows.
SciTE is nice editor too, but it has even more flaws: no tabs (although it support many buffers that can be switched, it's easier when you can click on a file you want without need to open menus or scroll through all buffers). Abbreviations in SciTE are less powerful then Scribes snippets too. And finally it is written in C so you'll have troubles with extending it.
I've been loving scribes for quite some time.
As for all of you, claiming for the SIMD interface, have you tried to press F9? The document lister is awesome, IMHO.
Hi Maxim,
Thanks for you comment. I agree that Scribes does have many flaws, and having no ability to switch to Single Interface Multiple Documents (SIMD) is really annoying. I don't really like SciTE too much to be honest, it's like a more annoying version of Scribes, without the simplicity. Anyways, thanks for reading. Des
Have you tried out Vim? You really should, it's really well designed.
It's kind of shocking to hear that an interesting programming author like yourself started programming in notepad in 1999. Now you made me feel old.
I know it's not a Text editor but have you eve tried IDEA ? (www.intellij.com/idea)
It's main focus is Java coding but it also includes excellent handling of html/js/css.
2Thibaut: Yeah, you right. It's not a text editor. Having to pull all that heavy weight to just edit text is overkill.
Also, it can't do anything except java. Also, it's not free. I have switched to Emacs now and after poking for a month I got pretty familiar with it. I'm even doing my java work in Emacs (and don't say I'm insane: I don't want to learn thousands of text editors to be able to write on different languages and, as I said before, your Idea can't do anything except java).
I think Scribe on Linux is the only thing that come the closest to smart text editors in other platforms:
Textmate for Mac. E Text Editor for Windows (Intype is ok) Someone should really port E Text Editor to Linux. It has a very nice syntax highlighting and even have version control included.
I have been working with Textmate for long but I need a break now.. tried this new & liked Great work !
|
About:
My name is Des, I'm the UX Lead and COO of Intercom, a fantastic CRM & messaging tool for web sites and web software. |