Mateng
Mateng

Reputation: 3734

"Toggle Comment" for .htaccess files in Netbeans 7.x?

Is there any way to get the Toggle Comment command working for .htaccess files in Netbeans 7.2? I already got used to the according keyboard shortcuts in php, css, js and css files. As syntax highlighting is supported in 7.2, maybe it's possible to achieve that by changing the config?

enter image description here

EDIT: I am not limited to Netbeans 7.2

Upvotes: 5

Views: 293

Answers (1)

Ker Ruben Ramos
Ker Ruben Ramos

Reputation: 642

Are you strictly limited to Netbeans v7.2? If not, you can make use of the latest builds. It was announced earlier.

https://blogs.oracle.com/netbeansphp/entry/toggling_comments

Upvotes: 2

Related Questions