Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the red strips and the "*" signs mean in Aptana 3?

what does these signs mean?

Aptana printscreen

like image 584
Alon Avatar asked Dec 06 '11 11:12

Alon


4 Answers

Evidently Aptana "helps" you by assuming that you're working with a team and so marks any files you've changed as requiring check in.

The way I cleared this was: right-click the Aptana project folder, choose Team, then choose Disconnect.

Cheers & hope this helps, Riley SFO

like image 70
Riley Avatar answered Oct 27 '22 12:10

Riley


It really depends from your configuration, as these kind of settings are theme-specific, however I would guess they signal the file on disk has changed relative to either:

  1. The beginning of the working session
  2. The last committed version (if you are using a versioning system)

HTH!

like image 21
mac Avatar answered Oct 27 '22 11:10

mac


Its basically suggesting that the current version has changed from last time. However this can be switched off from the following location -
Window/Preferences, General/Appearance/Label Decorations.
Depending on what source repository you use, unchecking "Git Decorator" for example would turn this feature off.

like image 21
Shikhar Avatar answered Oct 27 '22 11:10

Shikhar


Is your project under source / version control? If so, those types of indications usually indicate modified files that have not yet been committed back to the repository.

like image 39
ziesemer Avatar answered Oct 27 '22 13:10

ziesemer