Ole Christian Eidheim

Results 316 comments of Ole Christian Eidheim

I had a look at this, and there were some minor issues: * The labels got the `/.../`-prefix even though only the filenames were equal * When closing a tab...

Here are some suggestion for changes that also fixes double `/` when root path is shown: ```diff diff --git a/src/notebook.cc b/src/notebook.cc index c4dd4c1..4d7c5ef 100644 --- a/src/notebook.cc +++ b/src/notebook.cc @@ -209,6...

One problem though is that if you have a directory structure like this: * a/ * b/ * 1.txt * 1.txt * b/ * 1.txt and you open all the...

At first thought, it might be somewhat difficult to do this right, but it might be that supporting several notebooks is a good idea. The major changes in window.cc and...

Marking this as an enhancement request for now. I have time during the summer to look at such various requests.

The terminal is not a real tty, and normally programs do not add colour codes then. However, I've seen that on Windows that programs does not identify tty correctly and...

Thank you, I'll look into this in a few weeks. Something similar should be possible with libclang.

Thank you guys. I finally got around to test this, and after rebuild of mingw-w64-clang I could compile juCi++ with lldb support on MSYS2. I did not, however, test a...

For MSYS2 users: I temporarily fixed the `.exe` postfix issue by adding it when debugging in MSYS2 without using remote hosts.

Is it possible to generate compile_commands.json from Bazel without running a full compile? This was the reason why I never added support for https://github.com/rizsotto/Bear and other build systems, it required...