Farzeen

Results 5 comments of Farzeen

Are other implementations supported? Like YouCompleteMe, Clang Complete?

I just added an issue there: https://github.com/eclipse/eclipse.jdt.ls/issues/606

I think he edited the linker script to remove the wifi related libraries.

I have written a small macro to reduce boilerplate while loading glade file here: https://github.com/thefzsalam/dvm-ng/blob/master/src/views/macros.rs

I couldn't find a way to initialize non constant variables outside `main()`. I resorted to defining a method `build()` which accepts gtk::Builder and calling `let my_view = MyView::build(Builder::new_from_str(include_str!("file.glade")));` from `main()`...