Vico Editor (Mac text editor)
31–40 of 141 posts
Re: Vico Editor (Mac text editor)
#32I've been getting irritated with emacs'... rough edges a lot lately and am tempted to scratch my own itch with an emacs slant :-)
Re: Vico Editor (Mac text editor)
#33Re: Vico Editor (Mac text editor)
#34Re: Vico Editor (Mac text editor)
#35Earlier quoted context omitted.
Yes, but what happens when development on this closed source editor dries up? It looks like a great app, but I'm still leery of basing something as important as my editor on a closed code base again. There are also some great alternatives out there, notably Redcar, which is both open and full of Textmate like features.
If you are capable of switching editors, what does it matter if it's closed source or not? This adversity to switching editors is a common trait in programmers I can't quite understand. We programmers learn new things all the time, it's part of what makes us excel in our profession. And yet, adopting a new editor is apparently extremely hard.
Re: Vico Editor (Mac text editor)
#36sigh. No joy for PPC users, again. This is a huge part of why I'm not sticking with Apple hardware again once I replace my laptop.
Re: Vico Editor (Mac text editor)
#37> You need Mac OS X 10.6.6 to run it. sigh . No joy for PPC users, again. This is a huge part of why I'm not sticking with Apple hardware again once I replace my laptop.
Re: Vico Editor (Mac text editor)
#38> You need Mac OS X 10.6.6 to run it. sigh . No joy for PPC users, again. This is a huge part of why I'm not sticking with Apple hardware again once I replace my laptop.
Re: Vico Editor (Mac text editor)
#39Am I the only person who thinks that tabs don't scale in editors used for programming? I tend to have a lot of files opened at the same time (currently at 143 in Emacs) and I can quickly switch to any of these with a couple of keystrokes. Most of the Textmate users I've seen don't even care about the tabs in the editor, they just press Cmd-T and type the name of the file. Is people doing something else with tabs that…
Why do you have 143 files open at the same time? Personally I use some (2-7?) buffers in vim and cycle through them. When I don't anticipate editing a file for a while I close that buffer.
Once you free yourself from this list of things that are "open" (whatever that means) you simply stop caring about the number of items in what is effectively just a "recently visited" list. What value is there in killing those buffers if there's no list for them to clutter? (yes there are lists of buffers in Emacs but you only see them if you want to)
In that light here's my answer to your question: Because he hasn't exited his editor and the number of "open files" has no significance or impact on workflow. While you're deciding whether or not to close a file and trying to anticipate when you may edit it next he's already moved on to editing the next thing.
Re: Vico Editor (Mac text editor)
#40A few things that would be nice:
- Command line launching (like the "mate" or "mvim" commands)
- Ability to edit tmbundles within the app
- Downloading tmbundles seems to duplicate tab triggers
- Snippets still use hard tabs even if you've selected space-based indentation (soft tabs)
- Hitting backspace when you are using soft tabs and are in the "indentation part of the line" should go back that number of spaces instead of just one
Vico is like so close to becoming my main editor, if only these things are fixed. As others have said, a .vimrc-style config would be cool (as would a :retab command), but those aren't deal breakers for me like the above things are.