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 :)
Is this something like semantic highlight? How is this implemented?
Yes, modify codecompletion plugin and lexers, this is all based on wxscintilla's feature.
What wxscintilla feature?
Hi @spark, I'm very much interested in the features. Could you please share the code changes?
Thanks, Christo
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.
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.
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