Caspar Krieger

Results 28 comments of Caspar Krieger

Yeah, I also looked into this a bit more last night; I played around with introducing `hook_var!` to redhook, which is identical save for that it has `, ...` as...

Thanks for the detailed response; writing in C and calling into Rust is unfortunate but still a lot better than trying to do string manipulation in C! I better go...

Thank you for the bug report @eliaweiss . Unfortunately, as I explained in the readme, I haven't used Eclipse for a few years, so I'm unlikely to fix this. Additionally,...

Ah, that makes sense; I'm not suspending undo at all, which I think other invocations of linked mode editing do. Thank you for the bug report.

@sylviatancheva / @mniewrzal (since you opened #18 and #21 so presumably you've had this problem), are either of you able to provide a consistent set of steps which will lead...

Thanks, confirmed on the PHP editor; I can get some very screwy things to happen. Experimenting a bit, I determined that this only happens when you already have some undo...

Seems like it's pretty straightforward to address point 2 by extending ThreadSafeSt like this: ``` class ThreadSafeSt(): # ... original class body def __getitem__(self, item): return self.main[item] def __getattr__(self, item):...

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option