Ole Christian Eidheim

Results 316 comments of Ole Christian Eidheim

There are two ways of building menus in gtk, one is deprecated. We use the new non-deprecated approach. Also, it should not matter if the file is in a string...

We have two syntax highlighting engines, one fast one through gtksourceview, and one slow one through libclang. The problem here seems to be gtksourceview's `cpp.lang` setting the last two `==`...

Think I'm adding won't fix on this one, as this is something that has to be fixed on the gtksourceview project.

At the moment, to save processing power, only some types are used from the libclang library. But feel free to play around with source.clang_types in preferences. However, the issue remains...

Let's not overcomplicate things. Such small issues will always exist, and creating workarounds for all of them would make the project less clean in my opinion. This issue for instance...

Hehe, I have the upmost respect for the gtk projects and the people working on these, although spending quite a few hours in the last weeks with issues with their...

I could look into this, but I think it is pretty common to make packages that downloads submodules? For instance, have a look at: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=jucipp

Many editors do not have close buttons for such entries (vim, emacs, atom to name a few), but instead relies on some key to close, like escape. Not sure if...

@ingmarlehmann Not sure if escape should hide the terminal window, but the general idea is good I think. We could add a couple more Window menu items; toggle terminal and...

Does it look like cmake is running and exiting normally, or does cmake never return in your case? You could try see what happens when running cmake manually (I guess...