[Github-comments] [geany/geany-osx] Line wrapping disabled for new/freshly opened files (Issue #51)

2023-11-16 Thread Christian Schmidt via Github-comments
In Preferences/Editor/Features, the line wrapping checkbox is checked, but when opening a file or creating a new one, it is disabled and needs to be manually enabled in the top menu of the document. I installed Geany 2.0 using the official DMG on a Macbook Pro 13" M1 2020 running MacOS 14.1.1.

[Github-comments] Re: [geany/geany] How to set up Debugger plugin for python debugging? (Discussion #3692)

2023-11-16 Thread elextr via Github-comments
What you likely want is something like [IDLE](https://docs.python.org/3/library/idle.html) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/3692#discussioncomment-7595566 You are receiving this because you are subscribed to this thread. Message ID

[Github-comments] Re: [geany/geany] How to set up Debugger plugin for python debugging? (Discussion #3692)

2023-11-16 Thread elextr via Github-comments
What the linked article makes clear is that: 1. GDB can use extension scripts written in Python 2. some extensions are available to help debug the C code of the Python interpreter while its interpreting other Python scripts Not that GDB by itself supports debugging python scripts. -- Reply to

[Github-comments] Re: [geany/geany] How to set up Debugger plugin for python debugging? (Discussion #3692)

2023-11-16 Thread ronx6 via Github-comments
Thank you for the quick reply but how do I set up this in geany debugger. In vscode I have to click the debug button and select file to go to debugging mode. In the debugger I have a Target tab and inside we have an option to select target and command line arguments. I have added my file this_s

[Github-comments] Re: [geany/geany] How to set up Debugger plugin for python debugging? (Discussion #3692)

2023-11-16 Thread elextr via Github-comments
https://devguide.python.org/development-tools/gdb/ -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/3692#discussioncomment-7595189 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] [geany/geany] How to set up Debugger plugin for python debugging? (Discussion #3692)

2023-11-16 Thread ronx6 via Github-comments
The Debugger plugin uses GDB which I read somewhere, has functionality to debug python code. I have a python file called this_script.py how do I debug the code inside this_script.py? I want to debug using step over, step into, step out etc. Can someone give a step by step info of how to set up p

[Github-comments] Re: [geany/geany] Other warnings hidden inside all the ELEMENT ones. (Issue #3689)

2023-11-16 Thread elextr via Github-comments
> But yes, with -Wextra you're gotta want -Wno-unused-parameter at least. How are you gonna get rid of the unused parameter warnings on all the GTK callbacks? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3689#issuecomment-1815531213 You are receivi

[Github-comments] Re: [geany/geany] Other warnings hidden inside all the ELEMENT ones. (Issue #3689)

2023-11-16 Thread elextr via Github-comments
@b4n has gotta be using `meson configure --warnlevel everything` (my old LTS meson doesn't have that) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3689#issuecomment-1815530025 You are receiving this because you are subscribed to this thread. M

[Github-comments] Re: [geany/geany] Other warnings hidden inside all the ELEMENT ones. (Issue #3689)

2023-11-16 Thread Colomban Wendling via Github-comments
/me just learned that Meson had a built-in flag to enable some [random compiler warnings](https://mesonbuild.com/Builtin-options.html#details-for-warning_level). Half-neat, half-silly, but well. But yes, with `-Wextra` you're *gotta* want `-Wno-unused-parameter` at *least*. -- Reply to this e

[Github-comments] Re: [geany/geany-plugins] Error: Most Plugins not binary compatible with this release of geany. Therefore not available in Plugin Manager Dialog (Issue #1292)

2023-11-16 Thread elextr via Github-comments
Did you install Geany 2.0 first? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1292#issuecomment-1815493643 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Other warnings hidden inside all the ELEMENT ones. (Issue #3689)

2023-11-16 Thread elextr via Github-comments
Ok, #3665 removes all warnings except the above ctags ones with `--warnlevel 1` but goes crazy again with `--warnlevel 2` so maybe thats a place to start :-) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3689#issuecomment-1815492448 You are receiving

[Github-comments] [geany/geany-plugins] Most Plugins not available in Plugin Manager Dialog (Issue #1292)

2023-11-16 Thread masla84 via Github-comments
After successful installation of geany-plugins-2.0_setup.exe with standard settings only a few plugins are available in Geany. Error message says plugins are not binary compatible with this release of geany and needs to be recompiled. In previous version 1.38 already some plugins were missing l

[Github-comments] Re: [geany/geany] Less warnings (PR #3665)

2023-11-16 Thread Colomban Wendling via Github-comments
Merged #3665 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3665#event-10980256453 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Other warnings hidden inside all the ELEMENT ones. (Issue #3689)

2023-11-16 Thread elextr via Github-comments
> What are the "ELEMENT" warnings? All I can think of would be > https://github.com/geany/geany/pull/2398 -- doesn't this work for you? or is > it something else? Hmm, maybe I built before I pulled and didn't notice they are gone when I re-built after :-) Anyway yeah they seem to be gone now (

[Github-comments] Re: [geany/geany] Less warnings (PR #3665)

2023-11-16 Thread Colomban Wendling via Github-comments
@b4n pushed 12 commits. ffad343f21be323b55b3ca44c6f2d0d4d9a008fb Fix harmless GCC warning 7f630aaf917b733c76640574610017fc3a7c15ab Fix fairly nasty implicit integer conversion 30a4200bfe48fa6fd09ec66c0b1b16d0d62451ed "Fix" passing const arguments to spawn functions a8546e884d089c10cec00df593b

[Github-comments] Re: [geany/geany] Other warnings hidden inside all the ELEMENT ones. (Issue #3689)

2023-11-16 Thread Colomban Wendling via Github-comments
What are the "ELEMENT" warnings? For the Geany one(s), see #3665. For CTags, see https://github.com/universal-ctags/ctags/pull/3840 for fixing some of them; but CTags has *many* warnings (at least with my wonderful flags :slightly_smiling_face: ) that are not trivial to fix; but please, get a s