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 214748 - .htaccess coloring
Summary: .htaccess coloring
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Apache Config Files (show other bugs)
Version: 7.2
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-26 04:27 UTC by w2pc
Modified: 2012-06-26 09:02 UTC (History)
1 user (show)

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 w2pc 2012-06-26 04:27:16 UTC
Do not find a way to change the coloring for the .htaccess If you have a black canvas parts of the htaccess blends to the black. Namely regex. 

RewriteRule ^([\w\d]{4})$ index.php?code=$1 [L]

everything starting at ^ up to the [l] all blend.
Comment 1 Jiri Prox 2012-06-26 08:42:00 UTC
I'm not sure, which module maintains .htaccess files but I guess it's php
Feel free to reassign to proper module
Comment 2 Ondrej Brejla 2012-06-26 08:52:45 UTC
Sorry, but I really don't understand what you mean. Can you provide more info? Screenshots, your settings, and such. Then simply reopen, thanks.
Comment 3 Vladimir Riha 2012-06-26 09:02:45 UTC
Reporter: You can change the coloring in Tools|Options|Fonts&Colors|Syntax and select "Apache Conf file" for Language. To adjust color of the mentioned regexp, choose "Directive Param" from the Category list.

Color settings works for me.