Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
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.
62
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
63
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.
64
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.
65
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).
66
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.
67
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)
68
Using Code::Blocks / C::B plugin to show current git branch?
« Last post by cacb on April 10, 2025, 11:19:43 am »
The question is in the subject. Does a C::B plugin exist to show current git branch somewhere in the IDE, for example in the task bar?

I sometimes make mistakes forgetting what the current branch is, so this would be useful to me.
69
Development / Undefined references with DisplayEvents enabled
« Last post by Havadebo72 on April 10, 2025, 10:53:52 am »
Ubuntu 24.10. WxWidgets 3.2.5.

Compile error since revision 13648:
https://sourceforge.net/p/codeblocks/code/13648/

See attachment.

Any idea?

70
General (but related to Code::Blocks) / Re: Reason to update to 25.03?
« Last post by stahta01 on April 10, 2025, 12:10:28 am »
Ok, I'll try to disable plugins, if I'll have time. I've already disabled 2 suspicious ones, that can affect clipboard. But please remember, that, again, I use default settings. I.e. if problem is caused by one of plugins - then it's devs' fault, that they enable it by default and provide unstable default environment to their users.

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.
Pages: 1 2 3 4 5 6 [7] 8 9 10