Recent Posts

Pages: 1 2 3 4 5 [6] 7 8 9 10
51
Help / Re: cant use alt codes
« Last post by stahta01 on August 31, 2024, 01:01:45 pm »
Both of those work for me using a recent nightly build under Windows 10
Code
Name                    : Code::Blocks
Version                 : svn-r13536
SDK Version             : 2.25.0
Scintilla Version       : 3.7.5
Author                  : The Code::Blocks Team
E-mail                  : info@codeblocks.org
Website                 : https://www.codeblocks.org
OS                      : Windows 10 (build 19045), 64-bit edition
Scaling factor          : 1.250000
Detected scaling factor : 1.250000
Display PPI             : 120x120
Display count           : 2
Display 0 (\\.\DISPLAY1): XY=[0,0]; Size=[1280,1024]; Primary
Display 1 (\\.\DISPLAY2): XY=[1280,0]; Size=[1920,1080];

wxWidgets Library (wxMSW port)
Version 3.2.5 (Unicode: wchar_t, debug level: 1),
compiled at May 20 2024 09:38:01

Runtime version of toolkit used is 10.0.
52
Help / Re: Can split windows be disabled.
« Last post by ollydbg on August 31, 2024, 11:44:58 am »
Sorry, I really don't understand you steps.

What do you mean by a "hidden tab", is it a tab(editor) already opened, but not active?
53
Help / cant use alt codes
« Last post by TuxerTuxar on August 31, 2024, 11:05:11 am »
sooo my keyboard doesnt have keys for letters like { or } so often times i use alt codes (i.e. alt + 123 or alt + 125) and these dont seem to work on code::blocks any help
54
Help / Can split windows be disabled.
« Last post by Pecan on August 30, 2024, 06:13:36 pm »
when working with two huge projects in the same workspace, when I switch to the second project, do a search, then double click on some of the results, the windows open in a split window hidden behind the current source window.

The windows and tabs are hidden behind the first with only a thin line to left indicating that there are windows behind.

I completely miss this condition every time. It so confusing to me.
Is there a way to disable split windows?

TIA
55
Development / Re: build bot in the github, I see one nice project
« Last post by stahta01 on August 28, 2024, 01:35:01 pm »

You might try the normal make like this.

Code
MSYS2_ARG_CONV_EXCL=* make

NOTE: The "*" star might need double or single quotes around it. This option is supposed to turn off file handling magic.

See https://www.msys2.org/docs/filesystem-paths/

Tim S.

Hi, Tim, nice finding!

But why do you think "normal make" is needed. I think mingw32-make can still be used if we "disable the file path handling magic".

It depends, some things build better with one or the other of make commands and some build okay with both. Till it is tried I see no pattern [useful to predict which will happen].

Tim S.
56
This works OK in the nightly.

However, the Default buttons do not work as intended. EDIT: should be fixed in trunk.
57
General (but related to Code::Blocks) / Re: g++.exe what -std=c++ <what version>
« Last post by Krice on August 28, 2024, 09:31:08 am »
If I do not specify in CB what to use, then how can I determine what has been used
(wrt C++ standard) ??

You do specify the C++ standard in project - build options (Have g++ follow the C++... options), it's the easiest way to know what C++ version is used.
58
Development / Re: build bot in the github, I see one nice project
« Last post by ollydbg on August 28, 2024, 04:32:13 am »

You might try the normal make like this.

Code
MSYS2_ARG_CONV_EXCL=* make

NOTE: The "*" star might need double or single quotes around it. This option is supposed to turn off file handling magic.

See https://www.msys2.org/docs/filesystem-paths/

Tim S.

Hi, Tim, nice finding!

But why do you think "normal make" is needed. I think mingw32-make can still be used if we "disable the file path handling magic".

59
Hi, we already have a plugin named "Valgrind plugin", see some images here: How to use valgrind in code::blocks?

But Valgrind plugin is mainly for Linux. I see a similar tool under Windows, named "heob", see here: heob

QTCreator has already embeded this tool, see here: Profiling and Memory Checking Tools - Qt Wiki and Heob | Qt Creator Documentation

So, what I need to do is: copy the code of Valgrind plugin, and modify the code to support heob tool.

Any good ideas? Thanks.
60
General (but related to Code::Blocks) / Problem with syntax highlight colours
« Last post by Ken_A on August 28, 2024, 12:07:29 am »
Hello,
I am a newbie to CodeBlocks, and have a small problem with syntax highlight colours in the editor.

I use:  Menu ->Setting > Editor > Syntax Highlighting
Then Click on (say) Foreground: This pops up the colour selector
Click on Define custom colour.
Choose a colour, then click Add to Custom Colours.
Click OK.   This applies the custom colour.

All good, but then when I click again to set colour of something else, and the colour selector pops up again,
    the Custom Colour boxes are all white.
I expected the first box to have the custom colour I had set.  And as I add more custom colours I expected
    them all to remain available in the Custom Colour boxes (up to max of 16).
But it does not seem to work this way.

Am I missing something, or is this how it is meant to be ?
Pages: 1 2 3 4 5 [6] 7 8 9 10