(adsbygoogle = window.adsbygoogle || []).push({});
as most of you may or may not know qt creator is a popular c++ gui ide.
it's very popular amongst linux users. as they don't have visual studio.
but here is the source code for it.
one question i would like to know if anyone that's good at coding and using stuff like this. could you teach me how to implement their syntax highlighting.
as it's got a cool type of syntax highlighting mainly not like super cool just when you put open and close brackets and you put your cursor on one of the opening/closing brackets it pops out. and looks neat.
i would like to use this for my notepad that i'm making.
You must login or register to view this content. there's the source code.
i'm sure you can find a video of the syntax highlighting i'm talking about.