Recent Posts

Pages: 1 2 3 4 [5] 6 7 8 9 10
41
Using Code::Blocks / Github Copilot
« Last post by pater on June 02, 2023, 11:50:53 am »
Is there a way to add copilot in Codeblocks?

if so how do i do it?

thanks in advance!
42
General (but related to Code::Blocks) / Re: Welcome Newcomers - PLEASE READ!!!
« Last post by pater on June 02, 2023, 11:43:36 am »
i am a human learning c++
43
Development / Restart 'CB' from 'CB' ?
« Last post by LETARTARE on June 01, 2023, 04:19:42 pm »
Can 'CB' be restarted by clicking on any menu item (e.g. changing the language) ?
Which function(s) should be used ?
44
General (but related to Code::Blocks) / Exercise files
« Last post by dide-rocky on May 31, 2023, 06:24:07 pm »
There is a tutorial of about 3 hours long on programming in C.

The IDE used is CODE BLOCKS. However, there are exercise files mentioned
in this tutorial that are nowhere to be found.

Does anyone know by chance where one can download these files related to the
following tutorial?

I have provided the YouTube link to the tutorial below:

https://www.youtube.com/watch?v=yY9onY4BhZc
45
Nightly builds / Re: The 06 May 2023 build (13268) is out.
« Last post by AshleyGordon on May 31, 2023, 03:27:24 pm »
yay, I am glad it was fixed. I appreciate you for sharing it.
46
Plugins development / Re: Plugin 'compilergcc'
« Last post by LETARTARE on May 30, 2023, 03:10:27 pm »
Fixed in 'r13278'.
47
Using Code::Blocks / Using a template and coping with project file paths
« Last post by Pth1 on May 30, 2023, 12:08:05 pm »
I need help in how to use relative file-paths, or maybe with properly organising CB Projects

A simple, local (user) directory structure for using CB is created.
The general format /<home_path>/Documents/CB/<platform>/[project_0..project_n]

A "template" project was produced and saved, for setting general/standard configuration.
This was saved again as a template.

When using the template, a new project name is given and a saved to a new project sub-directory in the above described general CB directory structure.

However, a sub-directory structure under that new project directory is created repeating the full (absolute) file-paths.

No command/option is found in CB to set/specify absolute/relative file-path definitions.

What/where went wrong?

Many thanks in advance!

Peter
48
Hi, the author of wxMathPlot library has built C::B himself, and he modify the wxSmith code, and it can have the features he needed.

See here:
https://github.com/GitHubLionel/wxSmith/tree/main/src

And you can see the generated code here:
Change Items array for wxChoice

I guess we can incorporate his contribution?

See the discussion here: code with new wxSmith Issue #14 GitHubLionel/wxMathPlot
49
Development / Re: UI for project globs aka automatic source directories
« Last post by BlueHazzard on May 29, 2023, 08:35:17 pm »
Instead of the first one...

Quote
One thing I have noticed, that after a compile, or other actions, CB crashed a a lot since I applied the first patch.
yea, this are my worries.... The problem is i can not test this as elaborate as you, because i can not reproduce... If you could attach a debugger or a trace it would be nice. I suspect the code completion plugin? Can you try to disable it and see if the crashes repeat?
50
Development / Re: UI for project globs aka automatic source directories
« Last post by killerbot on May 29, 2023, 06:21:35 pm »
this patch replace the previous one, or is top of the previous one.

One thing I have noticed, that after a compile, or other actions, CB crashed a a lot since I applied the first patch.
Will inspect next time the crash xml.
Pages: 1 2 3 4 [5] 6 7 8 9 10