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

4

11

what does these signs mean?

Aptana printscreen

Sidwel answered 6/12, 2011 at 11:39 Comment(0)
P
6

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!

Portland answered 6/12, 2011 at 11:44 Comment(0)
E
16

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

Edelman answered 1/5, 2013 at 21:18 Comment(2)
the files still don't seem to appear in file systemPutandtake
@Edelman Perfect answer indeed , but there is no reason why aptana studio to think that everyone is working as a theme.. LOLDisapproval
P
6

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!

Portland answered 6/12, 2011 at 11:44 Comment(0)
E
6

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.

Endearment answered 13/9, 2014 at 18:54 Comment(1)
Voted for yours as the problem has to do with Git for me, it's useful but annoying when it's on all the time. Thanks ShikharRote
V
2

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.

Venule answered 6/12, 2011 at 11:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.