* Add function msgwin_msg_add_markup() * Underline Find Usage filename and line
Screenshot of regex match: ![image](https://user-images.githubusercontent.com/1107820/66309938-cffa3b00-e902-11e...)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2342
-- Commit Summary --
* Messages tab: Use markup column instead of text * Add function msgwin_msg_add_markup() * Underline Find Usage name and line * Show Find Usage matches in bold
-- File Changes --
M src/msgwindow.c (60) M src/msgwindow.h (3) M src/search.c (29)
-- Patch Links --
https://github.com/geany/geany/pull/2342.patch https://github.com/geany/geany/pull/2342.diff
I think italic filename & line looks less visually noisy than underlined:
![image](https://user-images.githubusercontent.com/1107820/66331082-ad2f4d00-e929-11e...)
@ntrel pushed 2 commits.
79709057247deb19feeb67418f189dfc5a7acdf2 Use italic filename & line, not underline eda7d6a173d51bfe2318d314a46fa840a74b8b4b Re-use GStringChunk instead of allocating strings in a loop
Havn't looked at the code yet, but like the idea, and choosing just to bold is a good way of avoiding the theme and colour problems other highlighting would have.
github-comments@lists.geany.org