January 2010

Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            

Blogroll

Blog powered by Typepad
Member since 07/2003

« My wife is a great cook | Main | Private version of del.icio.us? »

Comments

Scott Westfall

I read your posting, "In search of the perfect editor", with great interest. As the Director of Development at SlickEdit, I'm always looking for feedback on our products and why people choose an editor.

Our philosophy at SlickEdit is that the editor is the tool a programmer will spend the most time using. Only your programming talent will make a bigger impact on your productivity, so it's important to get the best editor you can. SlickEdit will save you many keystrokes and provide you with the key information you need to get your code right the first time.

You mentioned that our interface looks cluttered. We do pack a lot onto the screen, but we use tabs and other modern UI conventions to help organize it. Like an airplane cockpit, it is designed for use by experts who need a lot of information right at their fingertips. But unlike a cockpit you can customize it to meet your needs. Sure, you may spend a little time setting up the environment, but when you're finished you will be far more productive than on other tools.

At about $400 for a multiplatform license, SlickEdit is more expensive than many of our competitors. But you need to look at what you get for that money. None of the competitors you listed offer the full set of capabilities in SlickEdit. We provide everything on your wish list except for support for Ruby and R--and Ruby support is coming in v11. Check out our cool features list for some of the things that make us stand out: http://www.slickedit.com/content/view/353/217

How much should you spend on the main tool of your trade? SlickEdit is a professional editor for power programmers. It has the features you need to be the most productive and effective you can be as a programmer. When you consider how much you use an editor and how much time we can save you, you will recoup the purchase price in a very short amount of time.

I love talking to customers about their editing needs. Feel free to email me or call me at 919-473-0070 and ask for Scott.

Scott Westfall
Director, Software Development
SlickEdit Inc.

Craig Schmidt

Hi Scott,

Thanks for your interest. I've added a post with more detailed comments on SlickEdit here:

http://gorithm.blogs.com/gorithm/2006/01/things_id_chang.html

Thomas Gustafsson

Hi,

I have also looked around a bit to find a text editor I feel comfortable with for doing different text editing jobs. I do a lot of LaTeX editing, and also programming (mainly C and scripting languages like Perl and Python). I have used BBEdit a lot (I'm running Mac OS X). I have used Emacs for several years, but I don't really like it. The fact that it cannot handle long lines with true soft wrapping is a real killer for me. I want to be able to write a paragraph in LaTeX as one long line. Emacs does not really allow me to do that. BBEdit has support for ctags, and I have found them to be very useful. That lead me to trying SlickEdit out. Recently, I actually bought a named licence, and I am finding new stuff all the time. I wrote a small slick-C script that makes SlickEdit LaTeX-aware. Due to the powerful tagging system, adding 10 lines of code gets me an outline functionality, reference completion across files, and folding of sections. That is two more functions that typically are not part of other editors.

I would advice you to try out SlickEdit again :) The tagging system makes you much more productive (at least for me). I hope they improve the Python support in version 11.

Leo

have you tried Kate on Linux?

Craig Schmidt

Leo,

I use a mixed platform of windows and linux machines, so I have to limit my choices to cross-platform editors.

Hans-Jörg Schulz

Hi,

I came across your blog and I can only vouch for SlickEdit. I know - its price is a real bummer, but I've never regretted paying it. I'm a person, who doesn't like to code stuff. I hate all this fiddling around with pointers, build scripts, type casts and all this ugly stuff. I'm more the kind of guy, who opens up his word processor, writes down a general concept and gives it to a student for the time consuming and unnerving realization. (I hope none of my students is reading this. *g*) Yet there are times, when I don't get around coding myself and really - working with SlickEdit actually lessens the "pain" a lot.

Example 1: When I wrote my first Python program, SlickEdit just asked me, where my Python is installed. I selected a path and after a few minutes of parsing from this point on I had all the IntelliSense/CodeCompletion-stuff that you know from Visual Studio "at my fingertips" - just for Python! I'd like to see Visual Studio do this...

Example 2: You won't find a refactoring tool for C++ in any other editor. There are of course (very costly!) PlugIns for Visual Studio and very buggy PlugIns for emacs, but none of them has really convinced me. Also the folks from Code::Blocks have refactoring capabilities on their roadmap, but it will be probably still quite a while until they even get started with it. (No offense - C::B is still a great project though. I recommend it to all my students.)

So if you want a general purpose editor with great C++ functionality, you won't get around SlickEdit. For Java, there is of course IntelliJ IDEA, which is really great, but they have this absolutly stupid license model and from what I've read in your post, you're not a Java-guy either. And for a really smooth LaTeX-coding experience, I'm still stuck with WinEdt, which is cheap and has rich LaTeX-specific functionality. But for everything else - SlickEdit is the tool of choice.

Jacque Marcon

Learning (x)emacs can indeed be hard at first. And it's true that that "ctrl-x" shortcut on emacs is completely broken. It simply makes no sense from a touch-typist point of view and it is basically impossible to do when you've got your ctrl key at the correct position (ie instead of that lame "caps lock" key).

That said you can easily change that: everything in emacs is customizable.

The editors I'm personally using? emacs and IntelliJ IDEA (in emacs mode, using a custom plugin... but even though it does kill/yank it's still just a very pale copy of emacs).

IntelliJ IDEA for everything related to Java, JavaScript, html and CSS. emacs for basically all the rest.

JEdit is a memory pig and a toy. A cute toy but still a toy: when you're using both emacs an IntelliJ IDEA there simply is no room for a piggish toy like JEdit.

Emo

Take a look at http://geany.uvena.de/. Maybe it will be closer to your wish list than the others. I just noticed it while I was in the recent iteration of my "search for the perfect editor". I saw your blog in the same way.

Currently I use SciTE and really like it, except the lack of tagging system and file browsing/lising. I like xemacs too but with all features turned on it is very lazy, and it is not very friendly for integration with other external tools I use.

Geany feature list looks fine. Unfortunately in 10 minutes experiments it crashes 2 times, bit it is version 0.11 and I hope version 1.0 will be good enough to replace the Scite in my workflow. I hope it will work for you too.
Happy coding!
(and excuse me for my "non-native" english :)

niktu

I found jedit and java 1.6 to be quite good combination - after adding parameters extending amount of memory it can allocate, i'm happily churning on multiple files in 100MB range :) (be prepared to have 1-2G of ram, unfortunately).

One note though: they need to have not too long lines, jedit chokes when you feed it 1MB one-liner - thats only serious drawback of jedit in my experience,
everything else can be solved by some macro or plugin

Robert

Have you tried Notepad++? (http://notepad-plus.sourceforge.net/uk/site.htm)
It runs on the same edit component (scintilla) as SciTE.
If you took the time to test SciTE (which I consider hideous), you might want to test Notepad++ too.
If you do, and if it's not too much trouble, please let me know if you liked it or not and why!

The comments to this entry are closed.