[Github-comments] [geany/geany] Add option to disable zooming the edit view (PR #2954)

elextr notifications at xxxxx
Tue Oct 26 02:05:13 UTC 2021


@elextr commented on this pull request.

Havn't tested and won't for some time, but looks ok apart from the comments.

> @@ -138,6 +138,7 @@ typedef struct GeanyEditorPrefs
 	gint		autocompletion_update_freq;
 	gint		scroll_lines_around_cursor;
 	gint		ime_interaction; /* input method editor's candidate window behaviour */
+	gboolean zoom_disable;

alignment

> @@ -58,7 +58,7 @@ G_BEGIN_DECLS
  * @warning You should not test for values below 200 as previously
  * @c GEANY_API_VERSION was defined as an enum value, not a macro.
  */
-#define GEANY_API_VERSION 240
+#define GEANY_API_VERSION 241

Nothing has changed in the plugin API so no need.

To answer the obvious question, the GeanyEditorPrefs type is visible, but as none of the members are documented it should be treated as an opaque type as far as plugins are concerned.

-- 
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/pull/2954#pullrequestreview-788766994
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211025/04251236/attachment-0001.htm>


More information about the Github-comments mailing list