Change state of Read-Write-Access - plugin detailChanges the Read-Only/Write status of a file
[ You have to be logged in to be able to comment. ] User CommentsIncompatible with 6.9.1
It's not compatible with NetBeans IDE 6.9.1.
Posted by kAlvaro on Nov 10, 2010
does not work
Tried it for 6.0.1 and it did not work for me. I get a message on the status bar saying:
"Granting write access seems not to work. Check your permissions." The files exists on the network which is mounted on my system. chmod +w on the file from the prompt seems to work but clicking the lock, on the right hand bottom of the screen fails.
Posted by manojthadani on Jan 22, 2009
write-protected versus locked
1) I know that "write-protected" is not the same thing as "locked", but the workflow is a bit annoying as it is: I start typing in a read-only file, I get the warning dialog ("Do you want to change the status?"), I click no, and the first character I typed appears in the buffer. The buffer now has unsaveable changes, and I have to delete the stray character, which triggers the warning dialog *again*. Not a bug, rather a usability question.
2) What about making the "ask for approval for writing access when typing" warning dialog true by default? (Otherwise this plugin just seems to blindly grant write permission and the user doesn't even notice it's there.) 3) Nice use of the Netbeans APIs to make the options appear in the Options dialog, by the way. :) PS: I tried it in a 6.5 dev build and it worked (despite that it says above it failed verificaton for 6.1).
Posted by rkusterer on Sep 01, 2008
@nsegura
Thanks for the idea .
Adapted the module accordingly. Now a dialog could appear (needs to be configured via options)
Posted by recjake on Apr 17, 2008
pretty good ... but
I like this plugin, however, it will be nice if the write-only files were not automatically made writable when you start typing. There might be reason why those files are protected. Making them writable should be a conscious action
Posted by nsegura on Apr 16, 2008
|