Results 27 comments of Ted Naleid

I think when I originally created the plugin, there were a few edge cases that I didn't want to deal with on unique fields and it was easier to punt...

Sounds good, thanks! For testing everything, there's a `bin` directory at the root that has a `testAll.sh` script to run all the tests and a `grailsAll.sh` script to run an...

There's unfortunately no support in ST2/ST3 for what's in the "visible area" in a horizontal sense. It only tells you what lines are within the visible area so figuring out...

Interesting idea, I don't think this would be all that difficult to implement, but I'm also not sure that I use multiple cursors enough to judge it's worth. When I...

Ah, I do this a little differently as I'm mostly in vintage (vim) mode. I go to the start of the word (maybe with EasyMotion if I'm not already there)...

Yep, this is absolutely a side effect of the hack I needed to use to get EasyMotion to work in ST2. The APIs around this kind of thing are really...

For the first case, it's sort of related to #43 and is mostly because easymotion was really designed for vim mode and insert mode (implemented for ST2 in #43) is...

@chendo I'm not sure I'm understanding your suggestion fully. Is it showing the beginning and end of lines for all lines or just the current line? If it's just the...

I've seen a number of times where I would have found this useful as well (especially EOL) so I'm planning on doing at least BOL and EOL for this. I'm...

@chendo I'm a little fuzzy on how you're suggesting the cursor get positioned. If you can clearly define the rules on when (in insert mode) you'd want the cursor to...