Thursday, September 12, 2013

Selenium :Eclipse Workspace Color Setting

Eclipse Workspace Color Setting

WorkSpace Editor 
Eclipse > Window > Preferences > General > Editors > Text Editors.

Color Theme Change
Eclipse > Window > Preferences >  Java > Editor  > Syntax Coloring

Font Size and Style
Eclipse>Window>Preferences> Appearence>Colors and Fonts >Java>Java Editor Text> Edit

Detach Window
You can right-click on the title of any "View" and choose "Detach", this way you won't need two mail windows

Change match highlight:
General->Editors->Text Editors->Annotations->Occurences.

Personal Color Setting
General Schema:
  1. selection: Green
  2. background: Grey
Java Editor :
Eclipse > Window > Preferences >  Java > Editor  > Syntax Coloring 
  1. method :  Color-black, italic
  2. method declaration:  Color-black ,italic ,Underline
  3. classes:  Dark Black, Bold
  4. static method invocations :  Color-(6th col from left,3rd row from bottom),Strike-through
  5. static Fields :   Strike-through,italic,Color-(6th col from left,3rd row from bottom)
  6. Comments - Italic ,color ( last row 5th col) 
  7. Strings:bold(3rd col from left,3 rd row from last row
  8. fields : default color (6th col from left,3rd row from bottom)+ italic (fields are variables declared inside a class).
  9. Window >> Preferences� >> Java >> Editor. Select Highlight matching brackets (yellow)
  10. Font  : Consoles , Size=9 

No comments:

Post a Comment