David Campbell

Results 12 comments of David Campbell

It looks like this is only supported in GTK and Windows. I think we could use the `target_os` [cfg attribute](https://doc.rust-lang.org/nightly/reference.html#conditional-compilation) to test whether the platform is a GTK or Windows...

We don't ever need to use them. As the IUP documentation notes: ``` All the utility functions use the IupSetStrAttribute* functions internally. ``` So we can just use those and...

I like this idea, including creating an organization; although, I don't think we should put Rust in the name, since it is not really specific to Rust in any way.

How about something like "Friends of IUP", that gives a lot of latitude as far as what it may one day contain.

My use case is making calls to a SOAP webservice.

I still get incorrect indentation when I have multi-line function parameters: ``` rust fn foo_multi_line(a: i32 b: i32) { |

When the textbox is not captured there is no selection / cursor so the view can not be based on it. Therefore, I think it makes sense to set the...

It looks like input boxes in the browser reset and display from the start of the text when capture is lost, so unless anyone objects, I will go with this...

@TheNeikos go for it. I can assign this to you if you want. I don't think I am going to be doing much with it any time soon.

If I understand you, that sounds like a super helpful feature to have. The results would start off as just the book icons with the repo name next to it...