Hi,
I am currently developing some external tools to work with SVN using Tortoise directly from PL/SQL Developer (I know that there are some plug-ins but we don't want to use it). One of the tools will simply get the lock on SVN on the file opened in editor (and by this operation, removing the read-only on the file). My concern is that the file is currently being opened in read-only and when I click on the lock tool, the file remains opened as read only in PL/SQL Developer.
Is there any way I can use to automatically refresh the state of the file in PL/SQL Developer so that the developer can edit the file without having to close it and open it again ?
Thanks in advance
I am currently developing some external tools to work with SVN using Tortoise directly from PL/SQL Developer (I know that there are some plug-ins but we don't want to use it). One of the tools will simply get the lock on SVN on the file opened in editor (and by this operation, removing the read-only on the file). My concern is that the file is currently being opened in read-only and when I click on the lock tool, the file remains opened as read only in PL/SQL Developer.
Is there any way I can use to automatically refresh the state of the file in PL/SQL Developer so that the developer can edit the file without having to close it and open it again ?
Thanks in advance