Incorrect prevent editing read-only file
Status: Beta
Brought to you by:
davoli
I have a property file under sourcecontrol,
i open it with propFileEditor.
I try to change a property and get the message
"This file is marked as read-only".
So i Checkout my file, and then try to change it,
but still i am prevented to make any changes.
I have to close and reopen the file as a
work-around.
I think the plugin should be listening to
eclipse to know when the attributes have
changed.
Logged In: YES
user_id=629480
Are you sure that this file is not marked as read only?
Rightclick on the file in the Navigator and
select 'Properties...'. See whther 'Read Only' is checked.
Logged In: YES
user_id=491419
I've added 2 screen grabs to show the incorrect behvior.
To repeat the steps.
Open a read-only (checked in) file with property editor.
Make the file writable (checkout)
Try to edit a property -> READ-ONLY
The plugin should respond to changes in status of file!