Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
Using Code::Blocks / Re: C::B plugin to show current git branch?
« Last post by cacb on April 11, 2025, 08:18:38 pm »
Thanks for the info., I will look into it.

It would be nice if it could be directed to a field in the status bar.
62
General (but related to Code::Blocks) / Re: Reason to update to 25.03?
« Last post by Mr.Madguy on April 10, 2025, 10:43:29 pm »
I haven't yet installed 25.03, but can confirm problem with Ctrl+C on old version (OS is Win 7). Assuming behavior is the same, Ctrl+C is guaranteed to fail if your mouse cursor is over one of the tabs (and when you want to copy from one tab to another, it often is). It probably redirects all keyboard events to tab manager so that you can navigate with arrows, but it works horribly. Apart from Ctrl+C it is also annoying that it will not type any text if your cursor accidentally hovers over some tabs. And it doesn't even provide any convenience, since to navigate with arrows you still need to first hover your mouse over tabs but then you can just click tab with mouse.
I'm not sure, how it happens. My experience: longer I use CB after starting it - lesser chance of successful Ctrl+C. In most cases it works just after starting. But then it becomes worse and worse. For example just few hours ago I experimented with it a little bit. First I was able to copy things on the second attempt. But then it stopped working completely.

I thought, that being unable to type anything was somehow connected to auto-completion getting stuck sometimes. It feels like 25.03 is less prone to this problem.
63
General (but related to Code::Blocks) / Re: Reason to update to 25.03?
« Last post by stahta01 on April 10, 2025, 10:05:20 pm »
I haven't yet installed 25.03, but can confirm problem with Ctrl+C on old version (OS is Win 7). Assuming behavior is the same, Ctrl+C is guaranteed to fail if your mouse cursor is over one of the tabs (and when you want to copy from one tab to another, it often is). It probably redirects all keyboard events to tab manager so that you can navigate with arrows, but it works horribly. Apart from Ctrl+C it is also annoying that it will not type any text if your cursor accidentally hovers over some tabs. And it doesn't even provide any convenience, since to navigate with arrows you still need to first hover your mouse over tabs but then you can just click tab with mouse.

Much better description and you told the windows version number; good job reporting.
Edit: I was able to duplicate under Win10 and CB 25.03.

Tim S.
64
General (but related to Code::Blocks) / Re: Reason to update to 25.03?
« Last post by evilcoward on April 10, 2025, 09:38:19 pm »
I haven't yet installed 25.03, but can confirm problem with Ctrl+C on old version (OS is Win 7). Assuming behavior is the same, Ctrl+C is guaranteed to fail if your mouse cursor is over one of the tabs (and when you want to copy from one tab to another, it often is). It probably redirects all keyboard events to tab manager so that you can navigate with arrows, but it works horribly. Apart from Ctrl+C it is also annoying that it will not type any text if your cursor accidentally hovers over some tabs. And it doesn't even provide any convenience, since to navigate with arrows you still need to first hover your mouse over tabs but then you can just click tab with mouse.
65
General (but related to Code::Blocks) / Re: Welcome Newcomers - PLEASE READ!!!
« Last post by evilcoward on April 10, 2025, 09:21:44 pm »
I am new, I am here
66
General (but related to Code::Blocks) / Re: Reason to update to 25.03?
« Last post by Mr.Madguy on April 10, 2025, 07:27:57 pm »
No, it is the fault of users who fail to report enough info to duplicate problems.
It is the responsibility of the CB Devs to fix problems that are reported with enough info to duplicate the problem.
Edit: I am not an CB Developer. I was in the past a regular CB user, who submitted patches and tried to duplicate reported problems.
Now days, I just try to build wxWidgets and Code::Blocks under MSys2 mingw64.

Tim S.
Well, devs should test everything with default settings, right? Disabling 2 obvious plugins hasn't helped. Is there some of list of mandatory plugins, i.e. disabling them would affect CB's base functionality? I want to try to disable everything, except the most important ones.
67
Using Code::Blocks / Re: C::B plugin to show current git branch?
« Last post by stahta01 on April 10, 2025, 05:59:13 pm »
I believe the GitBlocks does this it is a third-party plugin that I updated a year or two back.
But for what you want that is over kill. I would use the CB Toolplus plugin and likely use the "git branch --list" command to display the information.

Edit: Both of the above does it in a log tab instead of a place in the status toolbar.

Tim S.
68
Development / Re: Undefined references with DisplayEvents enabled
« Last post by Miguel Gimenez on April 10, 2025, 02:14:28 pm »
Modified in trunk, thank you for testing.

As a side note, the plugin should be enabled only when needed (i.e while debugging other plugins).
69
Development / Re: Undefined references with DisplayEvents enabled
« Last post by Havadebo72 on April 10, 2025, 01:54:14 pm »
Yes that patch fixes the build. Thanks.
70
Development / Re: Undefined references with DisplayEvents enabled
« Last post by Miguel Gimenez on April 10, 2025, 01:32:20 pm »
Can you try this modified Makefile.am? (change extension from txt to am)
Pages: 1 2 3 4 5 6 [7] 8 9 10