After a 15-minute test drive, here are the things I liked:
- It's really fast.
- Minimap is a really great feature, especially in conjunction with search.
- Multi-pane layouts are nice, but what they lack is the ability to put the same file in two different panes.
- Multi-select is a nice feature, but it doesn't seem like something I would use very often.
- Search & replace interface is nicely placed -- as a bar at the bottom, instead of a pop-up window -- so that it doesn't get in the way.
Here's what's keeping me from switching:
- No out-of-the-box feature for opening remote files, especially SFTP. I know it says it can integrate with WinSCP, but what I'm talking about is: download, install, run and be able to open a remote file right from the menus.
- No code folding. This would have been a serious problem for me in and of itself, but it's especially annoying when you consider the next point.
- Configuration and preferences are modified by editing XML and text files, instead of having a GUI for that.
Give me those features and I'll be happy to shell out those 60 bucks.
Multi-select seems really cool to me, but I can't find any way to engage it with the keyboard. It seems there should be some way to do that.
Another really cool feature: Visible whitespace on highlight.
There are some things that bug me though. One, there are bugs. The "All Hallows" theme gives an error when loading, and any time I've turned on the console, I've managed to get it full of error messages pretty quickly. Also, there should be a way to move the cursor to the next/previous whitespace line like on emacs.
Multi select with the keyboard:
* Option one: select a few lines, then press Ctrl+Shift+L to split the selection into one per line
* Option two: Ctrl+Alt+Up or Down
Thanks for the heads up about All Hallows Eve... I'll fix it for the next beta. Minimap is tediously resizeable via Preferences/General Preferences (change the value for the minimapMaxWidth value).
There's no built in command to move to the next/prev whitespace line, but it'd be pretty easy to whip up with a Python plugin.
Awesome. Kudos on actually doing something new with text editors. I use emacs because it's the best out there, not because I think it's the best possible. I think it's cool that the config is text. It gives me hope for something like dired (absolutely one of the best features of emacs) too.
FWIW so do Komodo Edit, which is free, and UltraEdit, which is not. I used to use UltraEdit until I got pissed off because I paid for a newer version only to get more (instead of fewer) bugs than the one I had. On top of it, these guys do their support by e-mail, instead of having a ticket system.
That's what made me switch to Komodo and I've been pretty happy with it, except for the fact that it's so slow to start. At this point, it will take an editor with a very compelling set of features and really good support to make me switch, especially if it's a commercial one.
I stand corrected. The caption for central screenshot is "Edit side by side in widescreen", but no matter what I tried I during the initial test-drive, I couldn't make it happen with the same file. I finally managed to do that now, so for those who haven't discovered it, the option is in the File menu and it's called "New view into <filename>" (where <filename> is the name of the file in the active tab).
Without looking any deeper into it, the zoomed out view on the left ('MiniMap') looks amazing and I'd love my editor (MacVim) to incorporate it.
Is this for Windows only?
I tend to love features that need no explanations, no marketing, just a small screenshot for you to instantly see that it's a) amazing, b) useful, and c) should have been existent for a while now. Mark of a fantastic feature if you ask me.
Ok, now as being someone right in the middle of implementing yet another ide/editor, I gotta ask, how's such a feature useful to you at all? What would it provide? Except just looking cool at a glance.
I tend to rely on my spatial reasoning a lot, even when programming -- as I suspect many other programmers do.
When working on large project files, I find that I have to spend a lot of time scrolling up and down trying to find a particular function, especially if a project file contains lots of similar-looking wrapper functions. OTOH, in my brain, I know exactly where, spatially, the function resides relative to the document. I just have to find it.
So for me, the mini-map is a huge win, on the level of, "oh wow, how have I been programming all this time without it?"
And I loathe pop-up and drop-down menus with all of my function names. They only resolve one tiny aspect of my hunting; I don't have to scroll, but I still have to find the function I'm looking for.
With mini-map, I should be able to zero in on any part of the code that I'm looking for with a single click. I really want that.
I'd like to have more of a spacial sense of code. If only to help organize things. I work with huge fonts when coding (so I can lean back, instead of in), but in exchange I give up a lot of surrounding context. A sidebar like that would make organization a little easier. Not sure how it'd compare to a quick-jump list though.
Taking c++ as an example: It would be nice if when my cursor is in function Foo::bar() it highlights all functions in Foo which depend on variables modified by bar() and highlight all functions which modify variable bar() relies upon. Pretty trivial to do, but might be useful.
I built a prototype of something like this for the Mac OS X Cocoa text system several years ago - I called it "TextShapeView", and I was intending to make it into a Cocoa text system plugin (InputManager) so you could pop up this view next to any TextView in any program. I might have gotten further with that, but I can't remember.
Here's a blog post with details, links, and a screenshot:
The code is hosted at http://leverage.sourceforge.net/ , where there are a few other text system hacks that I did a few years ago - one of my favorites showed a hierarchical outline view next to any text view that would show the nesting of any kind of simple syntax, and let you move the selection around by selecting in the outline. It is unfinished but still pretty useful.
This is great! Thanks! I spent some time trying to learn how Cocoa's text system works and this should help quite a bit. Also, I'll try to include something like this in MacVim.
The author of Sublime Text is using DirectX so it's Windows only for now. Most everything in the app is written in Python so in theory he could move things over to OpenGL.
Could someone summarize it in a paragraph or two? I've skimmed the comments here but it doesn't help a massive amount - too many details. I don't really care about seeing it if it's down, but what is it?
It's a text editor, looks to be curses based(?) using python. For me it wasn't worth looking at - posts should have descriptions of what they're about. Grrr!
Me neither. I got the cached front page. Not sure he was expecting a lot of traffic today. It's a shame since this product looks really cool from the descriptions and screen shots I can make out from the cached page.
Love the landing page though.. Really elegant and straight to the point. Definitely inspired me for my upcoming projects.
So, this morning I got up, and noticed my ssh session had died overnight. Didn't think much of it, and headed into the day job.
While doing the morning rounds, and saw that: 1) Cool! Someone likes my editor enough to post it on HN! 2) Well, now I know why my ssh session died.
Unfortunately, there's not much I can do about it from here, so the web site will have to remain down for a while. Thanks for all the kind comments though!
Good find, thanks. At about 40% of that page there's a long comment from the code author. He says: "double click - instant find in file is my favorite feature"
Sounds like a good idea for other implementations.
Would anyone who uses this care to describe how it compares to other text editors we might be more familiar with (vim, emacs, TextMate, Notepad, ...)? The minimap is obvious (and a very nice idea); what else is in there?
From the site, it looks like it has regex search/replace and multiple/vertical selection. It also looks like it can automate tasks (with macros, perhaps?).
I use vim, but I've been thinking lately that all you really need to efficiently edit text are the above things listed. Vim and Emacs are extremely powerful, but your first experience with them was probably awful, and the learning curves are steep. Is a powerful AND intuitive text editor possible?
Emacs crashed on M-x mini-map-mode, in Clojure Box.
I pasted the link content into .emacs, downloaded highlight-current-line, and changed the font to Courier New (don't have Consolas). Do you have any ideas?
edit: As far as I can tell, it crashes even with clojure-mode not loaded. Emacs 23.0.91.1, btw.
I don't know how easy it would be to integrate into an existing text editor though. Firstly, the rendering itself. I do it via using the GPU to render textured quads, to get trilinear filtering without a big load on the CPU. Without this filtering, the quality goes out the window: standard font rendering algorithms don't render fonts nicely at tiny sized.
The other issue is performance: consider a large file, and just scrubbing up and down with the scroll bar. With the minimap, you have to be able to render thousands of lines of text efficiently, to keep scrolling smooth. I built the rendering structure around this requirement, and I suspect without a lot of attention, typical text rendering code wouldn't be able to layout and draw the text fast enough. Then again, it's not so bad if you would be happy to accept a few limitations, such as fixed width fonts and no soft word wrapping.
- It's really fast.
- Minimap is a really great feature, especially in conjunction with search.
- Multi-pane layouts are nice, but what they lack is the ability to put the same file in two different panes.
- Multi-select is a nice feature, but it doesn't seem like something I would use very often.
- Search & replace interface is nicely placed -- as a bar at the bottom, instead of a pop-up window -- so that it doesn't get in the way.
Here's what's keeping me from switching:
- No out-of-the-box feature for opening remote files, especially SFTP. I know it says it can integrate with WinSCP, but what I'm talking about is: download, install, run and be able to open a remote file right from the menus.
- No code folding. This would have been a serious problem for me in and of itself, but it's especially annoying when you consider the next point.
- Configuration and preferences are modified by editing XML and text files, instead of having a GUI for that.
Give me those features and I'll be happy to shell out those 60 bucks.