Author Topic: Do you like a colorful codeblocks editor?  (Read 14239 times)

Offline spark

  • Single posting newcomer
  • *
  • Posts: 2
Do you like a colorful codeblocks editor?
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13438
    • Travis build status
Re: Do you like a colorful codeblocks editor?
« Reply #1 on: August 16, 2020, 04:51:12 pm »
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!]

Offline spark

  • Single posting newcomer
  • *
  • Posts: 2
Re: Do you like a colorful codeblocks editor?
« Reply #2 on: August 17, 2020, 04:04:34 pm »
Yes, modify codecompletion plugin and lexers, this is all based on wxscintilla's feature.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13438
    • Travis build status
Re: Do you like a colorful codeblocks editor?
« Reply #3 on: October 24, 2020, 10:31:25 am »
What wxscintilla feature?
(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!]