[Github-comments] [geany/geany-plugins] Auto-mark: highlights only words visible on screen (#294)

LarsGit223 notifications at xxxxx
Mon Aug 21 18:50:17 UTC 2017


I just found out that **Issue 2** is the intended/implemented behaviour. See ```automark/src/automark.c```, lines 116-118:
```
/* Do not highlight while selecting text and allow other markers to work */
if (sci_has_selection(sci))
	return FALSE;
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/294#issuecomment-323822060
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170821/7fa4b7e9/attachment.html>


More information about the Github-comments mailing list