kierenj / 0x10c-DevKit

0x10c DevKit
http://0x10c-devkit.com/
39 stars 4 forks source link

Additional color coding for identifiers, right-click + goto option #126

Open ghost opened 12 years ago

ghost commented 12 years ago

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.

kierenj commented 12 years ago

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?

ghost commented 12 years ago

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.

kierenj commented 12 years ago

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.

ghost commented 12 years ago

Might want to think about adding something similar to definitions, macros, and any other user defined stuff.

kierenj commented 12 years ago

Have merged another one into this