Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Help / How to configure the portable plugin correctly?
« Last post by omlk on Yesterday at 11:13:45 pm »
So that the compiled plugin.dll file can be included in another version of Code::Blocks with another version of SDK? That is, how to make a portable version?Let's assume that the version of the widgets is the same. wxWidgets v3.2.4
2
Using Code::Blocks / Re: Does Code::Blocks support multiple monitor editing?
« Last post by ollydbg on Yesterday at 02:17:13 pm »
This is some improved patch v2, the new cbAuiNotebook has a default "start page". I can drag the editors between the two notebook now.

But there are other issues, such as when a project get closed, C::B will hang. Because there are two many code which is handling the first(default) cbAuiNotebook.
3
Help / Re: selecting text breaks paste
« Last post by blauzahn on Yesterday at 02:14:07 pm »
That had been broken a while ago for several weeks but has been fixed in trunk a few weeks ago. I had this with trunk of cb and wxwidgets on arch and ubuntu. If memory serves me, it was a wxwidgets bug.

I agree, that was very annoying. I use it all the time.
4
Using Code::Blocks / Re: Does Code::Blocks support multiple monitor editing?
« Last post by ollydbg on Yesterday at 09:02:23 am »
I did some hack on this issue.

The idea is to create a new cbAuiNotebook control, which can be "float" or docked. The original notebook is centered. I have to "Menu-View->Perspective->Delete current" to see the new added notebook window.

Here is the result screen shot and the patch file.

The issue here are:

I see that cbAuiNotebook can't be focused?

I mean when loading a file to a new editor, I would like to put the new editor to the "active cbAuiNotebook", but it just failed. So, I just toggle a "bool" variable, so half of the files were added to the original cbAuiNotebook, and the other files were added to another notebook.

Another issue is that I have enabled the option "wxAUI_NB_TAB_EXTERNAL_MOVE". When I am using the wxAui sample code, I see that editors can be dragged from one Notebook to another. But in my changes, I see can't see I can drag editors from one to another.

There are still many other things to handle, but I see this could be a simple hack and start.

Any ideas?

Thanks.

5
Help / Re: selecting text breaks paste
« Last post by roody2dgame on Yesterday at 05:07:43 am »
I no longer can reproduce this bug.
Started working after a `pagman -Syu`
6
Using Code::Blocks / Re: Does Code::Blocks support multiple monitor editing?
« Last post by ollydbg on Yesterday at 03:06:38 am »
I'm still thinking this feature, I'm not sure how you edit the code, but nowadays, I do have more time to have multiple monitors.

So, is there any way that I can "float" an CbEditor window? Or I can "float" a wxAuiNotebook(cbAuiNotebook) window?

With this way, I can view code on my two monitors.
7
General (but related to Code::Blocks) / New User JohnBoyK57
« Last post by JohnBoyK57 on December 01, 2023, 11:54:50 pm »
Dear Newcomers,
please make a "I am new, I am here" -------------

Hi, yes I am a new user which use code::blocks to improve my C/C++ knowledge.
Kind regards
8
General (but related to Code::Blocks) / Re: Welcome Newcomers - PLEASE READ!!!
« Last post by Oliver on December 01, 2023, 04:23:45 pm »
I am here!
A new member of this forum contributing my vulnerability tests skill
9
General (but related to Code::Blocks) / Re: Debug and breakpoint markers
« Last post by Miguel Gimenez on December 01, 2023, 09:45:36 am »
AFAIK this is definitive.
10
Help / Re: wxsmith crashes while dragging
« Last post by Wkerry on December 01, 2023, 08:08:51 am »
Thanks. I had to lookup what a Help Vampire is as I have never heard of it before and agree "it" does look like one.
Pages: [1] 2 3 4 5 6 ... 10