The plugin does not highlight all the words that match current word under cursor but only the words which are visible on the screen. During scrolling a document no more highlighted word appears.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/294
I hope to see different colors for errors and warnings texts in Compiler Tab.
is that possible?
Regards.
---
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/issues/1090
The lib is placed in sub-directory 'utils'.
So far it only includes utility functions for scanning a directory for files.
This is a fresh PR only including the changes for the common lib in folder utils. It does not include changes on other plugins. This replaces #620.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/622
-- Commit Summary --
* Added common utils lib.
-- File Changes --
M Makefile.am (1)
A build/utils.m4 (19)
M configure.ac (1)
A utils/AUTHORS (1)
A utils/COPYING (340)
A utils/ChangeLog (0)
A utils/Makefile.am (3)
A utils/NEWS (2)
A utils/README (45)
A utils/THANKS (8)
A utils/src/Makefile.am (14)
A utils/src/filelist.c (218)
A utils/src/filelist.h (27)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/622.patchhttps://github.com/geany/geany-plugins/pull/622.diff
--
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/pull/622
This PR is a "visibility" PR to let people know that I am working on a common utils lib for geany-plugins.
Right now this only includes a function for scanning a directory for files.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/620
-- Commit Summary --
* Added common utils lib.
* workbench: use common utils function for scanning directories.
-- File Changes --
M Makefile.am (1)
A build/utils.m4 (9)
M configure.ac (1)
A utils/AUTHORS (1)
A utils/COPYING (340)
A utils/ChangeLog (0)
A utils/Makefile.am (3)
A utils/NEWS (2)
A utils/README (45)
A utils/THANKS (8)
A utils/src/Makefile.am (14)
A utils/src/filelist.c (218)
A utils/src/filelist.h (27)
M workbench/src/wb_project.c (36)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/620.patchhttps://github.com/geany/geany-plugins/pull/620.diff
--
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/pull/620
This replaces the call to 'wb_project_dir_get_file_list' with a call to 'filelist_scan_directory' from the common utils lib. Therefore the functions 'wb_project_dir_get_file_list', 'get_precompiled_patterns' and 'patterns_match' could be deleted.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/628
-- Commit Summary --
* workbench: use commonlib.
-- File Changes --
M workbench/src/Makefile.am (7)
M workbench/src/utils.c (48)
M workbench/src/wb_project.c (105)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/628.patchhttps://github.com/geany/geany-plugins/pull/628.diff
--
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/pull/628
I just upgraded from 1.28 -> 1.31 and Geany has started popping a "No Disk" dialog on startup (Cancel/Continue 3 times gets past this):
![image](https://user-images.githubusercontent.com/1423804/28949343-0602115a-7871-11e7-9cc5-3c54c8b13139.png)
I grepped through the config files under %appdata% and didn't find anything containing "D:"
--
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/issues/1570