Alexander Sloutsky

Results 8 comments of Alexander Sloutsky

I have renamed the property. Now I need to figure how to get rid of the "bad commits"

Yep, indeed - it looks I've messed this up. If you can handle this upon merge - this would be great!

One particular puzzling item is automation peer events for the completion list. Any hints/pointers will be very helpful

We don't use SearchPanel of AvalonEdit - but yes, it may have similar issue. We could work-around a requirement for IntelliSense support by changing next functions in TextRangeProvider.cs: public bool...

Please see it here: https://github.com/icsharpcode/AvalonEdit/pull/332

The issue seems to be with incorrect function declaration: should be: fn decNumberExp( res: *mut decNumber, lhs: *const decNumber, ctx: *mut Context, ) -> *mut decNumber; ... and the function...