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 180638 - cannot edit readonly files
Summary: cannot edit readonly files
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-11 16:39 UTC by neilw
Modified: 2010-02-16 09:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description neilw 2010-02-11 16:39:17 UTC
Hello,
There are many blocking SCC applications (e.g. Borland StarTeam) and simply many files that are readonly.

NetBeans disables writing to a file that is readonly. This is madness. All you have to do is disable the save option and allow people to edit the file and then use save as.

Other editors have a menu option to enable updating documents that are readonly, i.e. the user can choose to ignore the readonly state and can then save as later.

Not having this means you have to use a file explorer (or start up the SCC) to find the file then make it writable just to edit the file.

Indeed it might just be that you want to create a new file based on the readonly file and simply edit the file and use save as rather than copy and rename the file first.

thanks.