I propose that there should be a checkbox option in the projectorganizer settings that says:
[] Get project files from git repo
If checked, the file pattern textbox turns grey and instead geany uses the output from the command `git ls-files` to get a list of files currently under source control in the git repo. Most of the times these are exactly the files that you want to have in the project as project files.
--
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/740
Could you please update the GitHub description to use the HTTPS URL. This also saves one redirect.
```
$ curl -I http://www.geany.org/
HTTP/1.1 301 Moved Permanently
Server: nginx/1.13.3
Date: Mon, 23 Apr 2018 15:08:39 GMT
Content-Type: text/html
Content-Length: 185
Connection: keep-alive
Location: https://www.geany.org/
```
--
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/1839
![snippetcompletion](https://cloud.githubusercontent.com/assets/7548378/10855448/826d9aee-7f39-11e5-9b70-bf23d18eec33.png)
Please consider adding snippets to word completions so that when I want <b>lambda</b> acted on as a snippet, I would be able to type <b>lam</b>, choose from the possible completions, and then if I chose <b>lambda</b> from the list with the <b>tab</b> character, the snippet would be completed to get <b>𝝺</b>
Thanks for your consideration of this matter.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/717
WebKitGTK+ 2.18+ use WebKit2 API [1]
WebKit1 API is deprecated and was removed from Fedora 27 , the main argument is that WebKit1 have many security issues that wasn't fixed and also won't be fixed .
Thanks
--
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/655
This is a port of both webhelper and markdown to webkit2gtk (webkit2gtk-4.0). webkitgtk-1.0 is now deprecated, as is webkitgtk-3.0. Unfortunately, this also means that gtk2 is no longer supported for these plugins. This PR also includes changes from https://github.com/geany/geany-plugins/pull/656.
I can reintroduce the old webkitgtk-1.0 code, but it's going to involve quite a bit of ugly #ifdef-ing because quite a number of things have changed (most of the signals have been completely reorganized to have different meanings and function signatures, so a separate set of callbacks for both the old and new ones would need to be included).
@b4n
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/677
-- Commit Summary --
* [markdown] Use webkit2gtk3 (webkit2 API)
* [webhelper] Use webkit2gtk3 (webkit2 API)
* webhelper: Initial port to webkit2gtk
* webhelper: Initialize webkit favicon database
* webhelper: Fix ctrl+scroll zooming in gtk3
* webhelper: Port context menu to WebKitContextMenu
* webhelper: Port inspector signal handlers to webkit2gtk
* webhelper: Port link hovering functionality to webkit2gtk
* Merge remote-tracking branch 'sergiomb2/master' into webkit2gtk
* markdown: Use notify::is-loading instead of notify::load-status
-- File Changes --
M build/markdown.m4 (4)
M build/webhelper.m4 (4)
M markdown/src/viewer.c (17)
M markdown/src/viewer.h (2)
M webhelper/src/Makefile.am (3)
M webhelper/src/gwh-browser.c (490)
M webhelper/src/gwh-browser.h (6)
M webhelper/src/gwh-plugin.c (50)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/677.patchhttps://github.com/geany/geany-plugins/pull/677.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/677
Could you please add plugin titles to their pages? Because currently the only place which says what plugin I am reading about is the URL.
--
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/plugins.geany.org/issues/12
Geany lacks a --wait flag to lock the caller until geany exits.
This is necessary when calling it from a script/program to process some text that needs to be fed back to the script after editing, for example ranger's (the file manager) bulkrename command.
--
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/1867