FaqSubversionColoring
(Difference between revisions)
(→How Do I Customize the Status Coloring for Subversion) |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
===How Do I Customize the Status Coloring for Subversion=== | ===How Do I Customize the Status Coloring for Subversion=== | ||
+ | |||
+ | ====NetBeans 7.x==== | ||
+ | Colors can be customized in the Options panel in Tools > Options > Fonts & Colors in the tab Versioning | ||
+ | |||
+ | ====NetBeans 6.x==== | ||
Different svn status values are represented with different annotation colors in the Projects, Files, Favorites, and Subversion windows. | Different svn status values are represented with different annotation colors in the Projects, Files, Favorites, and Subversion windows. |
Current revision as of 09:41, 13 December 2011
How Do I Customize the Status Coloring for Subversion
NetBeans 7.x
Colors can be customized in the Options panel in Tools > Options > Fonts & Colors in the tab Versioning
NetBeans 6.x
Different svn status values are represented with different annotation colors in the Projects, Files, Favorites, and Subversion windows.
You can change the default values by setting any of the following switches:
-J-Dsvn.color.newLocally -J-Dsvn.color.addedLocally -J-Dsvn.color.modifiedLocally -J-Dsvn.color.removedLocally -J-Dsvn.color.deletedLocally -J-Dsvn.color.newInRepository -J-Dsvn.color.modifiedInRepository -J-Dsvn.color.removedInRepository -J-Dsvn.color.conflict -J-Dsvn.color.mergeable -J-Dsvn.color.excluded e.g.: -J-Dsvn.color.newLocally=4455AA
(The format for the color value is RGB hexadecimal.)