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 - Dark Pastels doesn't work well for RHTML anymore
Summary: Dark Pastels doesn't work well for RHTML anymore
Status: CLOSED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-30 23:13 UTC by Torbjorn Norbye
Modified: 2013-06-27 12:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)