On Fri, 13 Sept 2024 at 02:13, H via Users <users@lists.geany.org> wrote:
>
> Thank you! Modifying that code would require me to build the entire codebase, 
> or? If correct, would a plugin be an alternative approach? My understanding 
> is that plugins could simply be downloaded and then become available to geany 
> itself, or?
>

Classbuilder _is_ a plugin.  But it is built as part of Geany build so
its probably more complicated to figure out how to do it separately if
you are going to modify that.

You could write your own plugin based on classbuilder.c and only need
to build that (see https://www.geany.org/manual/reference/).

> On Thu, 2024-09-12 at 10:29 +1000, Lex Trotman via Users wrote:
>
> On Thu, 12 Sept 2024 at 09:55, H via Users <users@lists.geany.org> wrote:
>
>
> Using geany 2.0 on Rocky Linux 9. I am spending a lot of time using Symfony 
> and could see value in having some custom functions implemented. I just came 
> across Create Class/PHP Class and would like to do something quite similar 
> but for Symfony and to my specifications.
>
> How would I go about that? I have no experience writing anything for geany so 
> I am not sure where to start. For instance, is the Create Class/PHP Class 
> code available somewhere and I could use that as a base for tweaking and then 
> have e.g. Create Class/Symfony in my editor?
>
>
> https://github.com/geany/geany/blob/master/plugins/classbuilder.c
>
>
> Pointers/suggestions most welcome!
> _______________________________________________
> Users mailing list -- users@lists.geany.org
> To unsubscribe send an email to users-le...@lists.geany.org
>
> _______________________________________________
> Users mailing list -- users@lists.geany.org
> To unsubscribe send an email to users-le...@lists.geany.org
>
>
> _______________________________________________
> Users mailing list -- users@lists.geany.org
> To unsubscribe send an email to users-le...@lists.geany.org
_______________________________________________
Users mailing list -- users@lists.geany.org
To unsubscribe send an email to users-le...@lists.geany.org

Reply via email to