Recent Posts

Pages: 1 ... 3 4 5 6 7 [8] 9 10
71
General (but related to Code::Blocks) / New version?
« Last post by Rubricality on November 11, 2024, 07:32:23 am »
As a mostly satisfied Code::Blocks user I miss that the currents version 20.03 different issues to be addressed. I know there are nightly builds but that will be over my head.

I think the current version is more than four years old...
72
Nightly builds / Re: The 12 October 2024 build (13584) is out.
« Last post by stahta01 on November 10, 2024, 08:15:52 pm »
As long as fresh installs ** defaults the correct way and the FAQs are updated I consider fixed to be okay; but, I have no idea if either is true.
** Fresh installs means deleting the CB config data and re-installing CB

It does NOT default the correct way!

Also, it is not mentioned anywhere that is easily found by somebody who has not been spending half of his/her life hanging around this forum.
Specifically, it is not in user guide nor FAQ (in Wiki).

Untested patch that might fix fresh install issue.
Code
Index: src/sdk/cbeditor.cpp
===================================================================
--- src/sdk/cbeditor.cpp (revision 13584)
+++ src/sdk/cbeditor.cpp (working copy)
@@ -1441,7 +1441,7 @@
     if (!control)
         return;
 #if defined(__WXMSW__) && wxCHECK_VERSION(3, 1, 0)
-    const int technology = config->ReadInt(wxT("/technology"), 0);
+    const int technology = config->ReadInt(wxT("/technology"), 1);
     if (technology == 1)
         control->SetTechnology(wxSCI_TECHNOLOGY_DIRECTWRITE);
     else

Took a lot longer than I would have guess to find the likely fix location.

Feel free to use this patch without using my name.

And, feel free to update the FAQs

Tim S.
73
Nightly builds / Re: The 12 October 2024 build (13584) is out.
« Last post by mannisp on November 10, 2024, 07:31:18 pm »
As long as fresh installs ** defaults the correct way and the FAQs are updated I consider fixed to be okay; but, I have no idea if either is true.
** Fresh installs means deleting the CB config data and re-installing CB

It does NOT default the correct way!

Also, it is not mentioned anywhere that is easily found by somebody who has not been spending half of his/her life hanging around this forum.
Specifically, it is not in user guide nor FAQ (in Wiki).
74
Nightly builds / Re: The 12 October 2024 build (13584) is out.
« Last post by stahta01 on November 10, 2024, 02:14:55 pm »
https://sourceforge.net/p/codeblocks/tickets/1483/

Ok, thanks, it solved the problem!

However, I must ask, are you guys kidding?!? This ticket was marked as fixed, meaning that the user is assumed to somehow know to change a mystical parameter "Technology" from somewhere in settings to be able to use different displays  >:(

As long as fresh installs ** defaults the correct way and the FAQs are updated I consider fixed to be okay; but, I have no idea if either is true.
** Fresh installs means deleting the CB config data and re-installing CB

Tim S.
75
Nightly builds / Re: The 12 October 2024 build (13584) is out.
« Last post by mannisp on November 10, 2024, 01:39:07 pm »
https://sourceforge.net/p/codeblocks/tickets/1483/

Ok, thanks, it solved the problem!

However, I must ask, are you guys kidding?!? This ticket was marked as fixed, meaning that the user is assumed to somehow know to change a mystical parameter "Technology" from somewhere in settings to be able to use different displays  >:(
76
Nightly builds / Re: The 12 October 2024 build (13584) is out.
« Last post by MehdiChinoune on November 10, 2024, 01:20:04 pm »
There's a problem with editor font: When I am using laptop with external monitor fonts are fine, but when I use laptop alone with its own display (2880x1800), fonts in editor are miniscule, and they cannot be adjusted from editor settings. Whatever I choose for the font size it is just miniscule and cannot be read. The only way to change it to be readable is to use ctrl+ to zoom. Also zoom from menu does not work, only ctrl+ works. But this has to be done for each file separately, and when I change to use external monitor, fonts become too large. This can be solved of course by deleting layout file and starting from default.
I tried to delete all files below AppData/Roaming/Codeblocks so that it starts from default settings, but it did not change the behaviour with laptop's own display. The problem is not only because of the resolution 2880x1800: when I use external monitor then fonts are fine also in laptop's display.

My setup:
Samsung Book4 Ultra with Intel(R) Core(TM) Ultra 9 185H
Windows 11 23H2

https://sourceforge.net/p/codeblocks/tickets/1483/
77
Nightly builds / Re: The 12 October 2024 build (13584) is out.
« Last post by mannisp on November 10, 2024, 01:12:12 pm »
There's a problem with editor font: When I am using laptop with external monitor fonts are fine, but when I use laptop alone with its own display (2880x1800), fonts in editor are miniscule, and they cannot be adjusted from editor settings. Whatever I choose for the font size it is just miniscule and cannot be read. The only way to change it to be readable is to use ctrl+ to zoom. Also zoom from menu does not work, only ctrl+ works. But this has to be done for each file separately, and when I change to use external monitor, fonts become too large. This can be solved of course by deleting layout file and starting from default.
I tried to delete all files below AppData/Roaming/Codeblocks so that it starts from default settings, but it did not change the behaviour with laptop's own display. The problem is not only because of the resolution 2880x1800: when I use external monitor then fonts are fine also in laptop's display.

My setup:
Samsung Book4 Ultra with Intel(R) Core(TM) Ultra 9 185H
Windows 11 23H2
78
Thank you very much. It works!
79
Using Code::Blocks / Re: error while choosing in selection-box WxWidgets-project
« Last post by Miguel Gimenez on November 08, 2024, 01:45:19 pm »
You can try replacing the file with the current version from the repository.
80
Using Code::Blocks / error while choosing in selection-box WxWidgets-project
« Last post by rechtsanwaltsteyer on November 08, 2024, 11:56:35 am »
Hello together,

when I want to create a new wxwidgets-prorect (file/new project) and click on wxwidgets project in the selectionbox I receive this error message:

"Wrong number of arguments to '_T' - expected 2 given 3 (often one argument is an implicit 'this' table)!

CALLSTACK:
0: Function 'unknown' at NATIVE:-1
1: Function 'BeginWizard' at /usr/share/codeblocks/templates/wizard/wxwidgets/wizard.script:68
      intro_msg: unknown value; Instance
      this: unknown value; Table"

Is there anyone out there, who can help or explain me the reason for this?
 I'm using Code::Blocks svn 13046 from Kubuntu 24.04.LTS.
Tnx and I wish all a fine weekend!
Greetings Michael
Pages: 1 ... 3 4 5 6 7 [8] 9 10