Bug 237388

Summary: [syntax coloring] Separate coloring for primitive type keywords
Product: [Eclipse Project] JDT Reporter: Rafael de F. Ferreira <public>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P5 CC: daniel_megert
Version: 3.4Keywords: helpwanted
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Rafael de F. Ferreira CLA 2008-06-16 18:21:04 EDT
Java primitive types (int, boolean, etc.) assume the attributes of the Keyword element in the Syntax Coloring preference pane. It would be useful if they could have specific typographic attributes.
Comment 1 Dani Megert CLA 2008-06-17 03:53:15 EDT
You are talking about the type definition when declaring or casting such an element, right?

This would be a nice (and not so hard) exercise for a contribution.