Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Help / Re: clangd code completion
« Last post by stahta01 on Today at 03:03:16 pm »
These directions? https://wiki.codeblocks.org/index.php/CB_Clangd_Client

Which compiler toolchain did you install/use?
Which clangd did you install/use?

Tim S.
2
Help / clangd code completion
« Last post by juxin5 on Today at 07:38:40 am »
hello, first time here.
I followed the wiki page to enable the Clangd plugin, but the code completion is not working.
Is there something I am missing?
I'm using build 13539 on windows.
3
Development / Re: build bot in the github, I see one nice project
« Last post by stahta01 on Yesterday at 05:41:48 am »
aye just built it  8) so far all seems in order.

Which method did you use?

The configure/make or cb2make.

He likely talking about this https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-codeblocks-fortranproject

And, he likely built it the standard MSys2 Mingw package way.

Tim S.
4
Development / Re: build bot in the github, I see one nice project
« Last post by ollydbg on Yesterday at 12:45:31 am »
aye just built it  8) so far all seems in order.

Which method did you use?

The configure/make or cb2make.
5
Development / Re: build bot in the github, I see one nice project
« Last post by reckless on Yesterday at 12:02:09 am »
aye just built it  8) so far all seems in order.
6
Help / Re: Builds fine, runs in terminal but not from CB
« Last post by lhm100 on October 09, 2024, 06:34:03 pm »
Update 1.
Still not working.
I did try adding the -contrib package, and that didn't make any difference.  (Didn't really expect it to - but it didn't cost much to try it).

I also was able to use the cb_console_runner program (from another terminal) to run my program.
Code
gnome-terminal -- cb_console_runner '/home/user/full-path-to-my-executable'
and that opened a terminal and ran my program fine.
I don't think CB needs to use that "helper" on linux - but if it does use it - we now know that the hang-up is NOT with cb_console_runner.

I was also able (from a terminal) to successfully run:
Code
xterm -e cb_console_runner  '/home/user/full-path-to-my-executable'
and an xterm window opened and ran my code.
So I put
Code
 xterm -e cb_console_runner 
into the Terminal to launch console programs: box, and the result is the same - nothing, just hangs CB.
So I think I am certain the issue is not in gnome-terminal, cb_console_runner, or xterm. 

Still stumped - 
Keep the ideas coming, please.
7
Development / Re: build bot in the github, I see one nice project
« Last post by stahta01 on October 09, 2024, 04:19:50 pm »
latest one seems to build no problem in msys2  :D even the 32 bit version works.

msys2 added the FORTRAN plugin [as a separate package], also.

Tim S.
8
Development / Re: build bot in the github, I see one nice project
« Last post by reckless on October 09, 2024, 12:24:46 pm »
latest one seems to build no problem in msys2  :D even the 32 bit version works.
9
Help / Re: Can split windows be disabled.
« Last post by Pecan on October 08, 2024, 07:33:56 pm »
Here's a .jpg of the situation I'm trying to describe. It's a split notebook each with multiple windows. I did not know this could happen.
And I can find no way to unsplit the notebooks.

The windows on the left belong to CodeBlocks project.
the windows on the right belong to the debugger DAP workspace.

I load the debugger DAP workspace.
Then from File/Recent projects I loaded Codeblocks.cbp project.
I activate the CodeBlocks project and opened watches.cpp and CB split the notebook into one for CB and another for debuggerDAP with no option to unsplit them.

Is this a legit feature?
How can I just load a file from CB without the notebook splitting?

And how can I unsplit the notebooks without closing the workspace?

BTW: I'm running the latest commit.

10
Help / Re: Builds fine, runs in terminal but not from CB
« Last post by stahta01 on October 08, 2024, 03:07:47 pm »
The most common search results on CB was "gnome-terminal -t $TITLE -x".

Code
gnome-terminal -t $TITLE -x

Link to a another possible value https://forums.codeblocks.org/index.php/topic,16485.msg111897.html#msg111897

Tim S.
Pages: [1] 2 3 4 5 6 ... 10