Recent Posts

Pages: 1 ... 5 6 7 8 9 [10]
91
Development / Re: build bot in the github, I see one nice project
« Last post by Михаил Агарков on October 16, 2024, 11:27:22 pm »
Can this build bot work outside of GitHub (e.g. Gitea Runner, Woodpecker CI)?
92
Development / Re: build bot in the github, I see one nice project
« Last post by Grit Clef on October 16, 2024, 06:19:43 am »
Now it might work; my hope.
93
Development / Re: build bot in the github, I see one nice project
« Last post by ollydbg on October 16, 2024, 01:21:46 am »
Code
 cmd /c if not exist ..\..\..\devel32\share\codeblocks\plugins mkdir ..\..\..\devel32\share\codeblocks\plugins
cmd /c if exist ./clangd_client.zip del ./clangd_client.zip
zip -jq9 ./clangd_client.zip  src/resources/manifest.xml  src/resources/*.xrc src/resources/*.cbp
cmd /c "cd src/resources && zip -rq9 ../../clangd_client.zip images && cd ../.."
'esources' is not recognized as an internal or external command,
operable program or batch file.
mingw32-make[1]: *** [clangd_client_wx32.cbp.mak:62: after_default] Error 1
mingw32-make[1]: Leaving directory 'D:/a/winstyle-codeblocks-bins/winstyle-codeblocks-bins/codeblocks_sfmirror/src/plugins/contrib/clangd_client'
mingw32-make: *** [Makefile_plugins:56: plugins_contrib_clangd_client_clangd_client_wx32] Error 2
Error: Process completed with exit code 2.

I see this: main32 zxunge/winstyle-codeblocks-bins@e9dcd79

It looks like the batch command line error when building clangd_client plugin.
94
General (but related to Code::Blocks) / Re: Welcome Newcomers - PLEASE READ!!!
« Last post by jromero1611 on October 15, 2024, 10:52:57 pm »
Im new, Im here
95
Nightly builds / Re: The 12 October 2024 build (13584) is out.
« Last post by Miguel Gimenez on October 15, 2024, 05:00:06 pm »
It is not a crash, it is generated by wxWidgets because we are trying to capture an already captured mouse.

This is a known old problem, but to fix it we need a consistent way to reproduce. If you can reproduce it consistently, please post the steps.
96
Nightly builds / Re : The 12 October 2024 build (13584) is out.
« Last post by ThierryD on October 15, 2024, 04:15:53 pm »
Hi,

I don't known if cause  of crash is due to "newly" Nightly Build, or if I test CB with new configuration (I used two screens "today" on my laptop to work most quickly with multiple windows), but I constat crash after one click on main menu "Build" in second screen on Windows 11 64b.

Here my config CB  (and too in attachment)

Name                    : Code::Blocks
Version                 : svn-r13584
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 11 (build 22631), 64-bit edition
Scaling factor          : 1.000000
Detected scaling factor : 1.000000
Display PPI             : 96x96
Display count           : 2
Display 0 (\\.\DISPLAY1): XY=[0,0]; Size=[1920,1080]; Primary
Display 1 (\\.\DISPLAY4): XY=[1920,0]; Size=[1920,1080];

wxWidgets Library (wxMSW port)
Version 3.2.6 (Unicode: wchar_t, debug level: 1),
compiled at Sep 25 2024 20:12:19

Runtime version of toolkit used is 10.0.

NB : two display detected ...

Join RPT generated.

Thank's

TDE.


97
Announcements / Re: successor of 20.03 available?
« Last post by cdavalillo on October 15, 2024, 01:46:13 am »
I'm waiting this new version since last year, I hope the new release had solved the symbol browser problems...
98
Help / Re: clangd code completion
« Last post by juxin5 on October 14, 2024, 08:34:49 pm »

He said in the beginning that Clangd_client didn't work, now he says it worked fine all along.

have you really read what I said? It does not work when I open files without a project.

You really think it works fine when it literally works worse than the classic code completion in this scenario?
99
Contributions to C::B / Re: Code::Blocks' translation
« Last post by Miguel Gimenez on October 14, 2024, 07:31:50 pm »
Thank you
100
Contributions to C::B / Re: Code::Blocks' translation
« Last post by Михаил Агарков on October 14, 2024, 07:11:00 pm »
I did all the leftover translations to Russian.
Pages: 1 ... 5 6 7 8 9 [10]