News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Do you like a colorful codeblocks editor?

Started by spark, August 16, 2020, 05:08:40 AM

Previous topic - Next topic

spark

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 :)

oBFusCATed

Is this something like semantic highlight? How is this implemented?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

spark

Yes, modify codecompletion plugin and lexers, this is all based on wxscintilla's feature.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

christo

Hi @spark, I'm very much interested in the features. Could you please share the code changes?

Thanks, Christo

spark

Quote from: 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

Here is the source code, base on codeblocks SVN 12198.

ollydbg

Quote from: spark on October 07, 2023, 02:33:56 PM
Quote from: 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

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.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

stahta01

Quote from: ollydbg on October 08, 2023, 09:53:28 AM
Quote from: spark on October 07, 2023, 02:33:56 PM
Quote from: 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

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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]