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

Summary: .htaccess coloring
Product: php Reporter: w2pc
Component: Apache Config FilesAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED INCOMPLETE    
Severity: normal CC: vriha
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:

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.