StarChart-Labs / corona-ide

A exploratory project to build a lighter, simpler Java IDE - or learn trying!
Eclipse Public License 1.0
3 stars 1 forks source link

Ability to color or mark tabs #6

Open ZPak opened 8 years ago

ZPak commented 8 years ago

I would like to be able to quickly identify which open files are related to each other. For example, I might color a service, facade, and DAO the same color to quickly identify it from another group that deals with different data. Additionally, if I am working on files with the same name (such as pages.xml) I know which ones are grouped together.

The easiest way I can think of doing this is coloring or adding some symbol to the tab used to select the open file.