0x10c-DevKit
0x10c-DevKit copied to clipboard
Additional color coding for identifiers, right-click + goto option
It would be wonderful if labels had a color, and even more wonderful if when coding the editor would color what you type if it notices it matches an existing label.
Interesting, and a good idea. Do you mean for all labels to be the same colour, or a different one for each, or selected by the user for each?
Well you could let them pick the color with that fancy new right click menu your planning on adding. That could get over-complicated though. So instead maybe color labels within the same file one way, and color labels referenced from other files a different way.
Ah great I see. It ties in with a few other open issues. The file would be compiled on a background thread, with the symbols list (currently blank) updated, and then we could highlight those same symbols.
Might want to think about adding something similar to definitions, macros, and any other user defined stuff.
Have merged another one into this