This makes the plugin more useful for namespaced languages like Python, where you often want to tweak the words a bit (e.g. `xyzzy` -> `somelib.xyzzy`) before looking them up. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/457
-- Commit Summary --
* geanydoc: Current word as initial text in interactive mode
-- File Changes --
M geanydoc/src/geanydoc.c (12)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/457.patch https://github.com/geany/geany-plugins/pull/457.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/457
GtkWidget *dialog, *entry;
/* example configuration dialog */
- dialog = create_Interactive();
- dialog = create_Interactive(default_word);
- if (default_word)
g_free(default_word);
`g_free()` (like `free()`) is `NULL`-safe, no need to guard it
--- 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/457/files/85d6d5d8780bb063c0b303...
@b4n 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/pull/457#issuecomment-231532131
Code LGBI, but I don't know the plugin at all.
--- 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/457#issuecomment-231533409
@b4n I’m not sure what’s the workflow on this project. Should I mail Yura Siamashka, who is [listed in MAINTAINERS](https://github.com/geany/geany-plugins/blob/d1aa281eaad25ed429be07c928dfec3e...), and ask him to have a look?
--- 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/457#issuecomment-231534093
@vfaronov ideally yes he'd have a look at it
--- 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/457#issuecomment-231534225
@b4n I mailed Yura a couple weeks ago, but he has not responded.
--- 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/457#issuecomment-236340214
Merged #457.
github-comments@lists.geany.org