Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
I have been looking at this commit (the exact location of the changes was not specified).

PPToken looks to me just a way to pack token information, so I assume the real benefit is using the deque afterwards.

I just suggest changing
Code
if (m_PPTokenStream.size() > 0)
to this
Code
if (!m_PPTokenStream.empty())
and removing this part
Code
    else
        ;// peekToken.Clear();
2
CodeCompletion redesign / use PPToken for preprocessor in native CC
« Last post by ollydbg on Today at 04:51:01 pm »
I have some code improvement about the preprocessor in our legacy Code completion plugin, see

https://github.com/asmwarrior/codeblocks_sfmirror/tree/master

What I want is that I would like to use "id compare" instead of "string compare" for the high level parser.

Comments are welcome, thanks.
3
Nightly builds / Re: The 14 September 2024 build (13570) is out.
« Last post by ThierryD on Yesterday at 01:56:15 pm »
Today, update of CB on Linux Mint 22 is possible ...

Thank's Xav'.

Sincerly.
4
Using Code::Blocks / Re: Update of documentation CB on Windows
« Last post by ThierryD on Yesterday at 01:53:17 pm »
OK, sorry newbie with MD format.

Thank's for the link. I read contents and apply on documentations.
 
Bye.
5
Using Code::Blocks / Re: Update of documentation CB on Windows
« Last post by ollydbg on Yesterday at 05:14:28 am »
Hi

Finalization of reformat MD and PDF files about documentation of CB.
You can see changes at : https://github.com/tdechaize/tools_tde

Regards.

Thierry D.

The document is still a bit hard to read for me.

My suggestion:

You need to use some format of markdown to quote the code section.

See here:

https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax

6
Using Code::Blocks / Re: Update of documentation CB on Windows
« Last post by ThierryD on September 15, 2024, 06:11:29 pm »
Hi

Finalization of reformat MD and PDF files about documentation of CB.
You can see changes at : https://github.com/tdechaize/tools_tde

Regards.

Thierry D.
7
Nightly builds / Re: The 14 September 2024 build (13570) is out.
« Last post by Xaviou on September 15, 2024, 05:41:12 pm »
Hi
Hello Xav', sorry, but on my config Linux Mint 22 (same as Ubuntu 24.04), nothing update about CodeBlocks ...
I define good PPA, and then I explore this PPA, only version nigthly V13533 (version already installed) appears, not V13570.

On my config Linux Mint 21 (same as Ubuntu 22.04), all rigth.
Sincerly.
I've made some tests on a virtual machine, and obtained the same result.
It seems the auto-build on launchpad failed but I really don't know why, sorry  :-[
I just tried to re-launch it, to see...

Regards
Xav'
8
Nightly builds / Re: The 14 September 2024 build (13570) is out.
« Last post by Khram on September 15, 2024, 05:27:55 pm »
In the new version of CB-13570, it was not possible to immediately trigger a mouse error. Maybe everything has already been fixed? Then, thank you sincerely!
9
Nightly builds / Re: The 14 September 2024 build (13570) is out.
« Last post by Khram on September 15, 2024, 05:19:45 pm »
Step 1. Without saving the new editing of the original text, switch to another program, for example, to Farmanager.
Step 2. Do something there, and switch from one directory to another several times.
Step 3. Return to editing the original text. There will be either a warning that someone from outside edited your text, or the above-shown error message from the mouse.
10
Nightly builds / Re: The 14 September 2024 build (13570) is out.
« Last post by ollydbg on September 15, 2024, 10:19:44 am »
This is from version 13542. I'm starting to work with 13570.

Hi, I see this message from time to time, but it happens randomly. How to re-produce this issue? Can you show me some steps? Thanks.
Pages: [1] 2 3 4 5 6 ... 10