[Github-comments] [geany/geany-plugins] workbench: added option to let git decide which files to display (#879)
LarsGit223
notifications at xxxxx
Thu Jun 27 19:47:15 UTC 2019
In the directory settings it is now possible to choose between a workbench or a git file filter. The later is new and lets git decide which files to display depending on the contents of the ```.gitignore``` file.
This also adds a new function to the utils-lib called ```gp_filelist_scan_directory_callback()```.
See this example screenshot:
![DirectorySettingsWithGitOption](https://user-images.githubusercontent.com/9009011/60295870-106e1400-9925-11e9-9764-576a812ef0ec.png)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/879
-- Commit Summary --
* workbench: added option to let git decide which files to display
-- File Changes --
M build/workbench.m4 (3)
M utils/src/filelist.c (109)
M utils/src/filelist.h (5)
M workbench/README (8)
M workbench/src/Makefile.am (1)
M workbench/src/dialogs.c (225)
M workbench/src/dialogs.h (2)
M workbench/src/plugin_main.c (9)
M workbench/src/popup_menu.c (2)
M workbench/src/utils.c (13)
M workbench/src/utils.h (1)
M workbench/src/wb_project.c (318)
M workbench/src/wb_project.h (9)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/879.patch
https://github.com/geany/geany-plugins/pull/879.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/879
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190627/d9b1f0a4/attachment.html>
More information about the Github-comments
mailing list