Jonathan Ragan-Kelley

Results 36 comments of Jonathan Ragan-Kelley

I was thinking of attacking this myself and wondered: how are you doing introspection to discover the range of editing methods (e.g. the many methods called as strings in editor_commands.rb)...

Thanks. Saw the developers file shortly after posting. Nice reference for TextMate hacking in general. I also remembered that TextMate reports most of these NSResponder methods and arguments directly for...

I believe the method desired in this particular case is `insertNewline`. On Apr 6, 2011, at 3:15 PM, philc wrote: > Actually upon closer inspection, the current implementation of insert_newline_below...

It certainly seems to within the macro system, which suggests it would in general. On Apr 6, 2011, at 4:43 PM, philc wrote: > Ah; we have a custom implementation...

@kobalicek I have a TX1 running Ubuntu to which I could probably provide access if it would help this effort.

Extensions are delivered via apps and the mac/iOS "extension" mechanism, which is exposed via Objective-C and Swift APIs, but that's just the glue for loading things. The meat of the...

Piling onto this issue, since I had a similar and overlapping request: I'd also really like to be able to search all types of items (project, task, inbox) together in...

My changes addressed several bugs I ran into in attempting to archive my full mail history. The commit titles are descriptive of the issues addressed, and most were small patches,...

@samsonjs Seems promising

Sorry I'm slow to chime in. I obviously haven't touched this stuff in a long time, but I think you're probably right about the first and third changes mostly overlapping...