This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 120563

Summary: Dark Pastels doesn't work well for RHTML anymore
Product: ruby Reporter: Torbjorn Norbye <tor>
Component: CodeAssignee: Torbjorn Norbye <tor>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Torbjorn Norbye 2007-10-30 23:13:32 UTC
The ruby sections now have the light green color show up over the embedded regions. It didn't use to - the theme hasn't
changed so I'm not sure how this happened.
Comment 1 Torbjorn Norbye 2007-10-30 23:14:09 UTC
Marking NO60 since this module isn't part of 6.0
Comment 2 Torbjorn Norbye 2007-10-30 23:41:45 UTC
Turned out BlueTheme had the same problem. I used to just have an empty fonts-colors XML document registered for the
RHTML mime type, which would inherit colors properly. This no longer works so now I'm explicitly inheriting colors for
the 4 token types in RHTML documents (HTML, Ruby, ERB comments, ERB delimiters).

IDE:-------------------------------------------------
IDE: [10/30/07 10:40 PM] Committing started
cvs server: scheduling file `DarkPastels-RHTML-fontsColors.xml' for addition
cvs server: use 'cvs commit' to add this file permanently
Checking in layer.xml;
/cvs/ruby/themes/src/org/netbeans/modules/ruby/themes/layer.xml,v  <--  layer.xml
new revision: 1.2; previous revision: 1.1
done
RCS file: /cvs/ruby/themes/src/org/netbeans/modules/ruby/themes/DarkPastels-RHTML-fontsColors.xml,v
done
Checking in DarkPastels-RHTML-fontsColors.xml;
/cvs/ruby/themes/src/org/netbeans/modules/ruby/themes/DarkPastels-RHTML-fontsColors.xml,v  <-- 
DarkPastels-RHTML-fontsColors.xml
initial revision: 1.1
done
Checking in BlueTheme-fontsColors.xml;
/cvs/ruby/rhtml/src/org/netbeans/modules/ruby/rhtml/resources/BlueTheme-fontsColors.xml,v  <--  BlueTheme-fontsColors.xml
new revision: 1.2; previous revision: 1.1
done
IDE: [10/30/07 10:41 PM] Committing finished
Comment 3 Jiri Skrivanek 2007-10-31 19:43:16 UTC
Verified.
Comment 4 Torbjorn Norbye 2007-10-31 21:08:07 UTC
The checkin for 105013 seems to have broken this again (in the trunk)