[Github-comments] [geany] Fix for "Open in New Window". (#637)
Colomban Wendling
notifications at xxxxx
Thu Sep 3 13:26:12 UTC 2015
> @@ -52,6 +52,17 @@ CommandLineOptions;
> extern CommandLineOptions cl_options;
>
>
> +/* Information about command line entries that can not be stored in GOptionEntry. */
> +typedef struct
> +{
> + gboolean persistent; /* The option should be passed to "New Window" */
> +}
> +GeanyOptionEntryAux;
> +
> +extern GOptionEntry optentries[];
> +extern GeanyOptionEntryAux optentries_aux[];
I'm not very fond of exposing those outside of main, maybe it'd be nice to find a clean way to encapsulate access to thoseā¦ any idea?
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/637/files#r38644632
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20150903/a31384c1/attachment.html>
More information about the Github-comments
mailing list