News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 06 May 2023 build (13268) is out.

Started by killerbot, May 06, 2023, 06:29:40 PM

Previous topic - Next topic

MortenMacFly

Quote from: myztmy on June 07, 2023, 06:31:26 AM
By the way , the post of this forum  is  only  allowed contains english characters , not allowed chinese  characters , otherwise you can't sent out your post and always gets a ambiguous prompts "database error" .  It's a bit outdated in today's international trend.
Our forum rules (you agreed to when registering here) state: The forum language is English only. The reason is that by law we need to moderate the forum. We can't do that if we allow any language. Please respect that. If you need to post Chinese characters you can use services like pastebin (https://pastebin.com/) and post a link here.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

MortenMacFly

Quote from: Miguel Gimenez on June 12, 2023, 07:07:27 PM
Does the uninstaller remove the data under Roaming?
No, and I seriously wouldn't recommend to do that. Not even "tools" like MS Office do that.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

MortenMacFly

Quote from: myztmy on June 07, 2023, 05:50:53 AM
And also  disable "Code completion 1.0", add a new class from class wizard no more freeze in this version.
Thanks for reporting!
That we have at least identified the culprit, but not yet the line of code...
It looks like the class browser might interfere with the parser here...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

MortenMacFly

Quote from: cbuser1 on May 12, 2023, 08:50:07 PM
What is the rev number for the 20.03 release? I don't want to shoot past it in the testing.
We are tagging your releases in SVN. You should simply checkout the tagged version.
https://svn.code.sf.net/p/codeblocks/code/tags/20.03
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

jdx

Quote from: MortenMacFly on June 12, 2023, 07:09:23 PM
Quote from: myztmy on June 07, 2023, 06:31:26 AM
By the way , the post of this forum  is  only  allowed contains english characters , not allowed chinese  characters , otherwise you can't sent out your post and always gets a ambiguous prompts "database error" .  It's a bit outdated in today's international trend.
Our forum rules (you agreed to when registering here) state: The forum language is English only. The reason is that by law we need to moderate the forum. We can't do that if we allow any language. Please respect that. If you need to post Chinese characters you can use services like pastebin (https://pastebin.com/) and post a link here.
Well, eg. "en dash", "em dash" are perfectly legal in English. Moreover, they should be used in many places where people traditionally use hyphen. But on this forum you can't use them. Forum language is one thing, supported character set (Unicode) is another.

zxd

I'm using the  Nightly build (13268).My laptop has a resolution of 3200x2000 and a text scaling of 200%. However, the text in the Code::Blocks's editor did not scale accordingly, resulting in the text being too small. I tried increasing the font, but the font in the drop-down list became even larger.

Miguel Gimenez

Try activating DirectWrite in Settings -> Editor -> Other settings -> Technology

zxd

Quote from: Miguel Gimenez on June 13, 2023, 06:35:28 PM
Try activating DirectWrite in Settings -> Editor -> Other settings -> Technology
Thank you for your response. After activating DirectWrite in the settings, the font size in the editor became normal. However, there are still some minor issues. For example, the fonts in the editor for "grammar highlighting" and "abbreviations" in the settings are still very small. Moreover, before activating DirectWrite, the width of Chinese characters was twice that of English characters, but after activating it, it was less than twice.

Pecan

I've tested the new installer (with bundled Mingw) on a VM Windows 11.
Works well.

JohnJennings


Pecan

Would those of you  able to get the freeze with the legacy CodeCompletion please disable the Symbols Browser and tell us if you still get the freeze.

Settings>Editor>CodeCompletion>SymbolsBrowser>Disable Symbols Browser check box.

Thanks

ccdric

Hi,
Since my last post,I found a procedure to make it freeze.
for me it freezes when :

  • the project is a bit complexe (try with somethink like Heloword, never freezes  :) )
  • enter a symbol (or namespace ...)  in the code
  • When the completion proposal appears on the screen, hit some backspace and change the symbole.
On some project it freezes immediately

I tried just now to disable "Symbols Browser" , looks ok.
so i closed CB and run it again, re-enable  "Symbols Browser"
and it didn't freeze for the moment.  :o

I'll will test more, and I'll get back to you.

thanks for your attention

ccdric

So ... I was wrong
working with CB make it freezes with or without "Symbols Browser" enabled
sorry my to speed answer.

the procedure to make it freezes is not so systematic
bug still present on  svn13368

ccdric

Quote from: ccdric on October 05, 2023, 05:00:07 PM
bug still present on  svn13368

probably corrected on nightly 13473 see ticket #1458
thank you very much @pecan