I was thinking if there's a way to tag a folder on eclipse with a color, kinda like if you were using a highlighter pen. I have many folders on a project but i use 3 of them more constantly then i use the others, so if they were marked with different colors i'd speed up my productivity, because i wouldn't waste too much time looking for the folders. Thanks in advance. :)

EDIT I just found out about the working sets. Even though that's not what i was originally thinking about, it does the trick. Feel free to answer though.

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

The best solution is probably to add those folders to a separate working set, and in the package explorer view use working sets as top level elements (configure that via the little triangle at the top of the package explorer).

link|improve this answer
The working sets as top level elements are nice. Now i want to highlight it with colors. For example: images folder is blue, css folder is red, etc. – Jorge Jan 3 '11 at 14:48
feedback

Another approach is to use Mylyn, which is set of plugins designed to help you narrow your focus around a specific task. Mylyn will track what resources you've accessed during the course of working on a task and de-emphasize all others visually. You control when a task starts and stops. You can have multiple tasks going in parallel and switch between them. The visual context will switch accordingly. Mylyn also has integration with many bug tracking systems, so if your system is supported, Mylyn can use bugs as tasks.

link|improve this answer
I've seen Mylyn standing there, all quiet, but never messed with it. I'll try. :) – Jorge Jan 3 '11 at 14:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.