Could we have the Web IDE support color highligting C++ functions and types such as:
new
delete
nullptr
-
unint8_t
,uint16_t
etc.
Just to name a few. I’m sure there are many other types besides the ones listed above.
Could we have the Web IDE support color highligting C++ functions and types such as:
new
delete
nullptr
unint8_t
, uint16_t
etc.Currently, that’s not (yet) possible, but Dev does offer that possibility (be it through a plug-in I suppose)
@Moors7, thanks for the reply.