Martin Mitáš

Results 113 comments of Martin Mitáš

Reported in binutils bugzilla: https://sourceware.org/bugzilla/show_bug.cgi?id=17184

Currently the grid control does not allow to change the color. Currently it uses `GetThemeSysColor(grid->theme_listview, COLOR_3DFACE)` to paint it. I believe it is the same what standard listview control uses...

Hello, sorry for the delayed answer. Will take a look in upcoming days, this looks as a something bigger so I don't want to rush this too much.

Just tried it. Seems to crash more or less with any input containing `@` now (when the extension is enabled). Here for the input `@x`: ``` (gdb) bt #0 0x0040d0f9...

> Rebased on the latest master, I'm not getting any errors when running the tests. This is on OS X. I see you're running on Windows. Still crashing on Windows....

Update: On Linux the problem is there too, only it does not manifest by the crash for some reason. Whenever running it under valgrind, enabling mentions generates invalid reads from...

> Which lines exactly? These 4 lines make no sense to me in the case of input made of only mentions. That pointer arithmetic leads to the problem. There must...

> I'm having some issues compiling on Windows. How do you do it? I'm generally using mingw-w64, or more specifically very old MSYS (not MSYS2) environment with gcc-toolchain built from...

> x-mention-data-target is an html tag already in use? No. Only in this PR. And even when/if it gets merged you would see it only when enabled with an extension...

Hello, 1st of all sorry for the very late response to this. I find this as an interesting idea generally, but it needs some more work before I'm ready to...