Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Nightly builds / Re: The 06 May 2023 build (13268) is out.
« Last post by Miguel Gimenez on Today at 04:05:30 pm »
Which encoding does the file use?. Try converting it to other encoding with Notepad++

Do you have Code Completion enabled?
2
Nightly builds / Re: The 06 May 2023 build (13268) is out.
« Last post by myztmy on Today at 03:58:30 pm »
I use codeblocks to open a certain text file which is 95k size , the codeblock become no response.  This nightlybuild  version and 20.03  release always be so. That text file is normally opened in notepad and editplus and notepad++ (my os is win7). Because the text file contain my personal informaion so I can't  upload it as Attachments (if anyone want  the text file to verify . I will modify some content  and upload it).

I think the code::blocks should rename to "code::freeze". :P
3
Using Code::Blocks / Github Copilot
« Last post by pater on Today at 11:50:53 am »
Is there a way to add copilot in Codeblocks?

if so how do i do it?

thanks in advance!
4
i am a human learning c++
5
Development / Restart 'CB' from 'CB' ?
« Last post by LETARTARE on Yesterday at 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 ?
6
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
7
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.
8
Plugins development / Re: Plugin 'compilergcc'
« Last post by LETARTARE on May 30, 2023, 03:10:27 pm »
Fixed in 'r13278'.
9
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
10
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
Pages: [1] 2 3 4 5 6 ... 10