QuBiT / cucumber-netbeans-plugin

Plugin / Module which allow Syntax Highlighting and many more in NetBeans with .feature Files
MIT License
50 stars 19 forks source link

"Save as" action not enabled for .feature files (nb6.7) #9

Closed hedgehog closed 14 years ago

hedgehog commented 15 years ago

Perhaps this is an error in my configuration, but out-of-the-box, the File>Save As... action is not active for '*.feature' files

QuBiT commented 15 years ago

hi,

thanks for the info.

this is not an error of your configuration, also in my installation this is not active.

I'll try to solve this and inform you when it is done.

Cheers

QuBiT commented 15 years ago

hi again,

I tried to find a easy solution, but it seems to be a netbeans specific problem. I tried the same with a .haml file (other module) and also there it is not active.

A quick and dirty way around the problem is to "copy" a file and "paste" it in the same folder and "rename" it from your_1.feature to your designated filename.

If you know another module, which is doing the same like this module, but for a different language and have a working "save as" functionality, then please let me know.