[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-02 Thread elextr via Github-comments
Note that the problem is nothing to do with Geany (or codeblocks) its the 
command you are entering.  The best approach is to get commands to work in the 
command line and then paste them into tools.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3863#issuecomment-2092045438
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-02 Thread elextr via Github-comments
Closed #3863 as completed.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3863#event-12691206525
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-02 Thread elextr via Github-comments
Also I presume its all one line in the build command entry?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3863#issuecomment-2092040960
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-02 Thread elextr via Github-comments
Ok, your problem is that for some reason the website has a `*` at the start and 
end of the command, those should not be there.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3863#issuecomment-2091968938
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] [geany/geany] File Browser doesn't follow path on startup (Issue #3864)

2024-05-02 Thread drws via Github-comments
The File Browser plugin has a handy option to follow the path of the current 
file. However, it seems to not work immediately after startup, on session 
restore. The current file's folder is shown only after the file has been 
(re)saved, reopened, or similar.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3864
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany-plugins] Devhelpplugin (PR #1311)

2024-05-02 Thread @liomarhora via Github-comments
@liomarhora pushed 1 commit.

5ab36c4d13ef77f5e1caf2300cfc96e59a3474f8  Merge branch 'geany:master' into 
devhelpplugin

-- 
View it on GitHub:
https://github.com/geany/geany-plugins/pull/1311/files/3fec76cb22b881941ad7a2d8d59aad7d33ae60be..5ab36c4d13ef77f5e1caf2300cfc96e59a3474f8
You are receiving this because you are subscribed to this thread.

Message ID: 


[Github-comments] Re: [geany/geany] windows下中文字体乱码 (Chinese font garbled under Windows) utf8 unicode (Issue #3862)

2024-05-02 Thread Neil Hodgson via Github-comments
I wouldn't refer to the boxed number glyphs as 'garbled' - they show the 
character values and allow editing when fonts do not contain particular 
characters.

Font mapping and combining seems to work poorly with GTK on Windows - its worse 
than native Win32 APIs or GTK on Linux. Restricting choice to just fonts 
observed to be safe would likely be counterproductive as a font that works well 
with one language (such as Chinese) may not contain the characters for other 
languages (such as Arabic). I don't think there is anything worth changing in 
the code and the user should choose a font that works for them.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3862#issuecomment-2091872269
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany-plugins] Enhance cppcheck usage, fix CI and fix reported errors (PR #1346)

2024-05-02 Thread Colomban Wendling via Github-comments
(just updated d0192a3621e2505f2fcf6bc1c390278b2396749e to use a more precise 
cppcheck suppression)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1346#issuecomment-2091810652
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-02 Thread Farticus6969 via Github-comments
Using Synaptic I just re-installed all the files for gtk+ 3.0 wondering if
something got messed up from a long time ago. No improvement.

On Thu, May 2, 2024, 3:24 PM W. Sherman ***@***.***> wrote:

> Forgot - Error Message always:
>
> */bin/sh: -c: line 1: unexpected EOF while looking for matching `"'*
>
> On Thu, May 2, 2024 at 3:21 PM W. Sherman ***@***.***> wrote:
>
>> I've went over that line character by character (added the space as you
>> recommended), all backticks are matched (unless I'm missing something, new
>> to Linux programming never had this issue with windoze). The line cut &
>> pasted from the "Set Build Commands" is:
>>
>> *gcc -Wall -o "%e" "%f“ `pkg-config --cflags gtk+-3.0`
>> -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 `pkg-config --libs gtk+-3.0`*
>>
>> I need this to be a Linux program as I will be using it on a Pi, the
>> Arduino software I had no problem with. I've gone over the Geany
>> documentation heavily, understand a bit more, compiles fine to the .o file
>> but no further.
>>
>> Can't thank you enough for the pointers,
>> Bill
>>
>> On Thu, May 2, 2024 at 5:22 AM elextr ***@***.***> wrote:
>>
>>> Well, the original error message indicates the backticks don't match,
>>> maybe post the text from the build command entry (not from the website) on
>>> a line by itself with a line of ``` before and another after it so its not
>>> recognised as markdown. If we can't see exactly what you are inputting
>>> again we can't help. Also post the error message each time just in case
>>> there is some subtle difference you missed.
>>>
>>> —
>>> Reply to this email directly, view it on GitHub
>>> ,
>>> or unsubscribe
>>> 
>>> .
>>> You are receiving this because you authored the thread.Message ID:
>>> ***@***.***>
>>>
>>


-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3863#issuecomment-2091445202
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-02 Thread Farticus6969 via Github-comments
Forgot - Error Message always:

*/bin/sh: -c: line 1: unexpected EOF while looking for matching `"'*

On Thu, May 2, 2024 at 3:21 PM W. Sherman ***@***.***> wrote:

> I've went over that line character by character (added the space as you
> recommended), all backticks are matched (unless I'm missing something, new
> to Linux programming never had this issue with windoze). The line cut &
> pasted from the "Set Build Commands" is:
>
> *gcc -Wall -o "%e" "%f“ `pkg-config --cflags gtk+-3.0`
> -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 `pkg-config --libs gtk+-3.0`*
>
> I need this to be a Linux program as I will be using it on a Pi, the
> Arduino software I had no problem with. I've gone over the Geany
> documentation heavily, understand a bit more, compiles fine to the .o file
> but no further.
>
> Can't thank you enough for the pointers,
> Bill
>
> On Thu, May 2, 2024 at 5:22 AM elextr ***@***.***> wrote:
>
>> Well, the original error message indicates the backticks don't match,
>> maybe post the text from the build command entry (not from the website) on
>> a line by itself with a line of ``` before and another after it so its not
>> recognised as markdown. If we can't see exactly what you are inputting
>> again we can't help. Also post the error message each time just in case
>> there is some subtle difference you missed.
>>
>> —
>> Reply to this email directly, view it on GitHub
>> , or
>> unsubscribe
>> 
>> .
>> You are receiving this because you authored the thread.Message ID:
>> ***@***.***>
>>
>


-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3863#issuecomment-2091373796
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-02 Thread Farticus6969 via Github-comments
I've went over that line character by character (added the space as you
recommended), all backticks are matched (unless I'm missing something, new
to Linux programming never had this issue with windoze). The line cut &
pasted from the "Set Build Commands" is:

*gcc -Wall -o "%e" "%f“ `pkg-config --cflags gtk+-3.0`
-DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 `pkg-config --libs gtk+-3.0`*

I need this to be a Linux program as I will be using it on a Pi, the
Arduino software I had no problem with. I've gone over the Geany
documentation heavily, understand a bit more, compiles fine to the .o file
but no further.

Can't thank you enough for the pointers,
Bill

On Thu, May 2, 2024 at 5:22 AM elextr ***@***.***> wrote:

> Well, the original error message indicates the backticks don't match,
> maybe post the text from the build command entry (not from the website) on
> a line by itself with a line of ``` before and another after it so its not
> recognised as markdown. If we can't see exactly what you are inputting
> again we can't help. Also post the error message each time just in case
> there is some subtle difference you missed.
>
> —
> Reply to this email directly, view it on GitHub
> , or
> unsubscribe
> 
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>


-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3863#issuecomment-2091366390
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany-plugins] File Browser doesn't follow path on startup (Issue #1347)

2024-05-02 Thread drws via Github-comments
Sorry for the mistake, core filebrowser is the correct one. Should I reopen it 
in the core repository or the issue can be moved?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1347#issuecomment-2090807147
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-02 Thread elextr via Github-comments
Well, the original error message indicates the backticks don't match, maybe 
post the text from the build command entry (not from the website) on a line by 
itself with a line of ``` before and another after it so its not recognised as 
markdown.  If we can't see exactly what you are inputting again we can't help.  
Also post the error message each time just in case there is some subtle 
difference you missed.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3863#issuecomment-2089995093
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-02 Thread Farticus6969 via Github-comments
No change. Still vigorously researching on my end.
Luckily I brought my laptop with me to the hospital so I've got plenty of
time (no improvement in 3 days).

Thanks again,
Bill

On Thu, May 2, 2024, 4:45 AM elextr ***@***.***> wrote:

> Try a space between the "%f" and the text you added.
>
> —
> Reply to this email directly, view it on GitHub
> , or
> unsubscribe
> 
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>


-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3863#issuecomment-2089974634
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-02 Thread elextr via Github-comments
Try a space between the `"%f"` and the text you added.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3863#issuecomment-2089920282
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-02 Thread Farticus6969 via Github-comments
Did not mean any disrespect just thought it might have been quicker. I'll
learn - first post to github.

Actually he had the changes listed in his "Comments" section for cut/paste
where C commands first entry is named "Compile", and should contain the
following: *gcc -Wall -c "%f".*

Add the following text so the end result is to be like: *gcc -Wall -c "%f"
`pkg-config --cflags gtk+-3.0` DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 *

For the Build:

*gcc -Wall -o "%e" "%f" *
should be turned into:
*gcc -Wall -o "%e" "%f“`pkg-config --cflags gtk+-3.0`
-DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_0 `pkg-config --libs gtk+-3.0`*

He also had fixes for .cpp programs
This worked on BOTH Geany & Code::Blocks for the compile phase, still fails
on build.
Thanks.

On Thu, May 2, 2024 at 3:20 AM elextr ***@***.***> wrote:

> ALL settings are default with the exceptions mentioned in that youtube
> video.
>
> You are asking for help, so requiring people to watch a video to be able
> to help you means you have reduced the number who will bother, they simply
> don't have time.
>
> As I said, the default "Build" operation for C language does not use
> /bin/sh so either you have changed something or you are not performing a
> "Build" operation.
>
> —
> Reply to this email directly, view it on GitHub
> , or
> unsubscribe
> 
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>


-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3863#issuecomment-2089892905
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany] Use GtkFileChooserNative for opening files on Windows and macOS (PR #3861)

2024-05-02 Thread Colomban Wendling via Github-comments
If there's an option for it, sure (I didn't understand that was something you 
would be happy about).  And I don't mind the default on non-Linux either, 
whatever people like best on those platforms.
It would be nice to have this available on Linux as well (**but off by 
default**) for the sandboxing caps -- although I'm not really sure whether 
"sandboxing" an editor/IDE really makes much sense, but well, it has been 
mentioned quite a few times.

> File filters work both on Windows and macOS

That's nice.  And indeed, the 
[documentation](https://docs.gtk.org/gtk3/class.FileChooserNative.html#win32-details-gtkfilechooserdialognative-win32)
 lead me to think it wouldn't work with out patterns, but [custom 
filters](https://docs.gtk.org/gtk3/method.FileFilter.add_custom.html) are 
actually something else.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3861#issuecomment-2089817883
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-02 Thread elextr via Github-comments
> ALL settings are default with the exceptions mentioned in that youtube video.

You are asking for help, so requiring people to watch a video to be able to 
help you means you have reduced the number who will bother, they simply don't 
have time.

As I said, the default "Build" operation for C language does not use `/bin/sh` 
so either you have changed something or you are not performing a "Build" 
operation.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3863#issuecomment-2089782075
You are receiving this because you are subscribed to this thread.

Message ID: 

[Github-comments] Re: [geany/geany] Unable to "Build" using Geany (Issue #3863)

2024-05-02 Thread Farticus6969 via Github-comments
ALL settings are default with the exceptions mentioned in that youtube
video. I'm having the same issue with Code::Blocks.

Ubuntu 20.04 LTS
Geany 2.0 Build date: 4-26-2024 from the repository.
Code::Blocks 20.03 also from repository.
Gtk+ 2.0 & 3.0 are installed and verified as well as being found on the
harddrive (admin:/// trick).

Never had an issue using Anjuta 3.34.0 .

Figured I'd use the laptop to get the rough code written and then transfer
the code to the Raspberry Pi's for their specific functions as a Master
controlling Arduinos to do the "grunt work".

Thanks for the quick comeback,
Bill

On Wed, May 1, 2024, 8:28 PM elextr ***@***.***> wrote:

> The terminal setting has nothing to do with the Build command. The default
> build command for C does not use "/bin/sh". What have you set the build
> command to?
>
> —
> Reply to this email directly, view it on GitHub
> , or
> unsubscribe
> 
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>


-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3863#issuecomment-2089757347
You are receiving this because you are subscribed to this thread.

Message ID: