[Github-comments] Re: [geany/geany-plugins] Problem with Chinese display (Issue #1262)

2023-07-31 Thread rdipardo via Github-comments
> The red is output from the Java compiler, but it looks like it is not UTF-8 > encoding. @DarkgreenWorld set "JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8" or, https://github.com/geany/geany-plugins/assets/59004801/3327a097-c781-4b54-ad5d-4f3356be268a;> -- Reply to this email directly

[Github-comments] Re: [geany/geany] Support syntax highlighting for Meson options file (PR #3534)

2023-07-31 Thread elextr via Github-comments
WFM, thanks -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3534#issuecomment-1659371557 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Support syntax highlighting for Meson options file (PR #3534)

2023-07-31 Thread elextr via Github-comments
Merged #3534 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3534#event-997035 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
> > Fiz as modificações. Qual é o próximo passo? > > Seja um pouco mais paciente até que alguém faça uma revisão completa. Eu > gostaria, mas não posso dizer quando encontrarei tempo para fazê-lo. All good. I'm new with programming. I thank you for your patience. -- Reply to this email

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread Enrico Tröger via Github-comments
> I made the modifications. What is the next step? Be a bit more patient until someone does a full review. I would like to but cannot say when I find time to do it. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1242#issuecomment-1659157748 You

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora commented on this pull request. > @@ -0,0 +1,367 @@ +/* Included directly into dhp-object.c just to keep this whole mess out It was already in this file. It was Matthew who had put. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -0,0 +1,10 @@ +include $(top_srcdir)/build/vars.docs.mk + +plugin = devhelp + +dist_plugindata_DATA = \ + devhelp-plugin.svg \ + devhelp-plugin-48.png \ + geany-devhelp-plugin.png \ The file is still not referenced here or am I

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora commented on this pull request. > @@ -0,0 +1,365 @@ +Installation Instructions Done. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1242#discussion_r1279871545 You are receiving this because you are subscribed to this thread.

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -0,0 +1,367 @@ +/* Included directly into dhp-object.c just to keep this whole mess out What is this comment about? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1242#pullrequestreview-1555760609

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -0,0 +1,365 @@ +Installation Instructions This file is always not very useful, these are just generic install instructions which mainly don't fit for this plugin. I'd say better remove it than just keeping it around. -- Reply to this email

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -0,0 +1,10 @@ +include $(top_srcdir)/build/vars.auxfiles.mk + +if GP_GTK3 Well, I meant that both branches of the switch seem to do the same and so the switch is not necessary at all. Additionally, Geany-Plugins are always using GTK3, we do not

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -0,0 +1,1630 @@ +# Doxyfile 1.7.1 Just delete it. This is the configuration for Doxygen, a tool to generate API documentation for code. But it is unlikely to be necessary or useful in this context. If you at some point in the future want to use

[Github-comments] Re: [geany/geany] Support syntax highlighting for Meson options file (PR #3534)

2023-07-31 Thread Thomas Lange via Github-comments
@radioactiveman pushed 1 commit. d2e82d2fc684526f2eebc84be56c9e71fe237396 Support syntax highlighting for Meson options file -- View it on GitHub: https://github.com/geany/geany/pull/3534/files/2757b000a2d150de1bcc4d670269c22c5e087c63..d2e82d2fc684526f2eebc84be56c9e71fe237396 You are

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
I made the modifications. What is the next step? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1242#issuecomment-1658512457 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
> @liomarhorao problema é que você havia confirmado alguns desses arquivos de > construção em sua ramificação, talvez você os tenha adicionado à força. > Como@eht16disse que eles precisam ser removidos de lá, não apenas do > diretório de trabalho, não queremos seus artefatos de construção

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora commented on this pull request. > @@ -0,0 +1,1630 @@ +# Doxyfile 1.7.1 I still don't know the purpose of this file in the project. Could you leave it like that? In the future I will find out about his role in the project. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora commented on this pull request. > @@ -0,0 +1,6 @@ +#!/bin/sh ok. done! -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1242#discussion_r1279301595 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora commented on this pull request. > @@ -0,0 +1,10 @@ +include $(top_srcdir)/build/vars.docs.mk + +plugin = devhelp + +dist_plugindata_DATA = \ + devhelp-plugin.svg \ + devhelp-plugin-48.png \ + geany-devhelp-plugin.png \ Done. -- Reply to this email directly or

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora pushed 1 commit. 7b1fa6f372ef3d4829bf05473f29a947537702e2 unnecessary files deleted -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1242/files/2f9842ffc86913e0e96bf19cd5347d2228788e52..7b1fa6f372ef3d4829bf05473f29a947537702e2 You are receiving this because you are

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora pushed 1 commit. 2f9842ffc86913e0e96bf19cd5347d2228788e52 Update dhp.h -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1242/files/67a8dfc185b732d17849b58fd2c8d72066ddac80..2f9842ffc86913e0e96bf19cd5347d2228788e52 You are receiving this because you are subscribed

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora pushed 1 commit. 67a8dfc185b732d17849b58fd2c8d72066ddac80 Update dhp-settings.c -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1242/files/2fe2423ffe26dbe5b194daaf8a3c0cec52abe6b4..67a8dfc185b732d17849b58fd2c8d72066ddac80 You are receiving this because you are

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora pushed 1 commit. 2fe2423ffe26dbe5b194daaf8a3c0cec52abe6b4 Update dhp-plugin.h -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1242/files/4ba460d96bd8e7fb8c67cb8d03284cc55808bd92..2fe2423ffe26dbe5b194daaf8a3c0cec52abe6b4 You are receiving this because you are

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora pushed 1 commit. 4ba460d96bd8e7fb8c67cb8d03284cc55808bd92 Update dhp-object.c -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1242/files/6323db42a2c869c891a5e829c08f73564cbf..4ba460d96bd8e7fb8c67cb8d03284cc55808bd92 You are receiving this because you are

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora pushed 1 commit. 6323db42a2c869c891a5e829c08f73564cbf Update dhp-manpages.c -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1242/files/ed639b97b9e852b06c5d94ef0265fb2e992b4f87..6323db42a2c869c891a5e829c08f73564cbf You are receiving this because you are

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora pushed 1 commit. ed639b97b9e852b06c5d94ef0265fb2e992b4f87 Update dhp-object.c -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1242/files/10405a28aa2e172c2824fb6d267e0169bc6a10bc..ed639b97b9e852b06c5d94ef0265fb2e992b4f87 You are receiving this because you are

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora pushed 1 commit. 10405a28aa2e172c2824fb6d267e0169bc6a10bc Update dhp-manpages.c -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1242/files/0c8bf0686fd1be9caebaa63341618a225ca17258..10405a28aa2e172c2824fb6d267e0169bc6a10bc You are receiving this because you are

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora pushed 1 commit. 0c8bf0686fd1be9caebaa63341618a225ca17258 Update dhp-plugin.c -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1242/files/4b91784668a616bf9f9b09402da5ee69cff7944c..0c8bf0686fd1be9caebaa63341618a225ca17258 You are receiving this because you are

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora pushed 1 commit. 4b91784668a616bf9f9b09402da5ee69cff7944c Update AUTHORS -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1242/files/555b502e13cbc3bdf5741e58fbfd932f3b5fbf2a..4b91784668a616bf9f9b09402da5ee69cff7944c You are receiving this because you are subscribed

[Github-comments] Re: [geany/geany-plugins] Porting devhelp plugin for gtk3. Working display in sidebar and main … (PR #1242)

2023-07-31 Thread @liomarhora via Github-comments
@liomarhora pushed 1 commit. 555b502e13cbc3bdf5741e58fbfd932f3b5fbf2a Update AUTHORS -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1242/files/5ff6d7f18b3074514a2c8b165ee0210c13f8167c..555b502e13cbc3bdf5741e58fbfd932f3b5fbf2a You are receiving this because you are subscribed

[Github-comments] Re: [geany/geany] Fix crash closing directory from the openfiles sidebar (PR #3535)

2023-07-31 Thread Colomban Wendling via Github-comments
@b4n pushed 1 commit. 35d556ede85efb358d1cac156dd0fc8d44b20201 Fix crash closing directory from the openfiles sidebar -- View it on GitHub: https://github.com/geany/geany/pull/3535/files/acce908d27017883a40e55332a20b3f5aa476f57..35d556ede85efb358d1cac156dd0fc8d44b20201 You are receiving this

[Github-comments] Re: [geany/geany] Fix crash closing directory from the openfiles sidebar (PR #3535)

2023-07-31 Thread Colomban Wendling via Github-comments
@b4n commented on this pull request. > @@ -1344,7 +1348,16 @@ static void on_openfiles_document_action(GtkMenuItem > *menuitem, gpointer user_da gint action = GPOINTER_TO_INT(user_data); if (gtk_tree_selection_get_selected(selection, , )) -