[Github-comments] [geany/geany-plugins] Question: how to query if a keybinding exists? (#619)

Matthew Brush notifications at xxxxx
Sun Oct 8 08:34:35 UTC 2017


An ASCII art representation:

```
                      +-----+
                      | GTK |
                      +-----+
                         ^
                         |
+-------+             +----------+    +----------+    +-----------+
| Geany |------------>| LibGeany |<---| Your Lib |    | Other Lib |
+-------+             +----------+    +----------+    +-----------+
                           ^                ^               ^
+----------+               |                |               |
| Plugin A |---------------+                |               |
+----------+               |                |               |
                           |                |               |
+----------+               |                |               |
| Plugin B |---------------+----------------+               |
+----------+               |                |               |
                           |                |               |
+----------+               |                |               |
| Plugin C |---------------+----------------+---------------+
+----------+
```

"Plugin A", "Plugin B" and "Plugin C" depend on "LibGeany" as every plugin does. "Plugin B" and "Plugin C" also depend on your "Your Lib" (which itself depends on "LibGeany"). "Plugin C" additionally depends on some "Other Lib" unrelated to Geany/Gtk.

-- 
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/619#issuecomment-334991669
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171008/f9488383/attachment.html>


More information about the Github-comments mailing list