Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: spark on August 16, 2020, 05:08:40 am

Title: Do you like a colorful codeblocks editor?
Post by: spark on August 16, 2020, 05:08:40 am
Years ago, i make a colorful codeblocks editor, like below.
And you can jump to implement with CTRL+MOUSE Left, like source insight

>>>> source code is on the 5'th floor :)
Title: Re: Do you like a colorful codeblocks editor?
Post by: oBFusCATed on August 16, 2020, 04:51:12 pm
Is this something like semantic highlight? How is this implemented?
Title: Re: Do you like a colorful codeblocks editor?
Post by: spark on August 17, 2020, 04:04:34 pm
Yes, modify codecompletion plugin and lexers, this is all based on wxscintilla's feature.
Title: Re: Do you like a colorful codeblocks editor?
Post by: oBFusCATed on October 24, 2020, 10:31:25 am
What wxscintilla feature?
Title: Re: Do you like a colorful codeblocks editor?
Post by: christo on October 02, 2023, 12:30:14 pm
Hi @spark, I'm very much interested in the features. Could you please share the code changes?

Thanks, Christo
Title: Re: Do you like a colorful codeblocks editor?
Post by: spark on October 07, 2023, 02:33:56 pm
Years ago, i make a colorful codeblocks editor, like below.
And you can jump to implement with CTRL+MOUSE Left, like source insight

Here is the source code, base on codeblocks SVN 12198.
Title: Re: Do you like a colorful codeblocks editor?
Post by: ollydbg on October 08, 2023, 09:53:28 am
Years ago, i make a colorful codeblocks editor, like below.
And you can jump to implement with CTRL+MOUSE Left, like source insight

Here is the source code, base on codeblocks SVN 12198.
Hi, thanks for the sharing.

I just download the source code, I have extracted the source code, and pasted to the latest svn code, I see there are too many changes. What is the exact change of your contribution, can you give us patch files against the latest svn code?

Thanks.
Title: Re: Do you like a colorful codeblocks editor?
Post by: stahta01 on October 08, 2023, 06:08:14 pm
Years ago, i make a colorful codeblocks editor, like below.
And you can jump to implement with CTRL+MOUSE Left, like source insight

Here is the source code, base on codeblocks SVN 12198.
Hi, thanks for the sharing.

I just download the source code, I have extracted the source code, and pasted to the latest svn code, I see there are too many changes. What is the exact change of your contribution, can you give us patch files against the latest svn code?

Thanks.

I could not find any changes done to SVN 12198; the poster either uploaded no changes or I did something wrong on using the zip.

Tim S