read-only lock for read-only pac files.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

read-only lock for read-only pac files.

Howard Oh
Hi, all


It's anonying to have a unwanted modification of methods of others
while just looking around the implementation.

As Ian does for his packages, some packages its pac file is read-only.
Can Dolphin block modification of methods for those packages?

To get rid of the red triangle on a package icon(indicating that one is
modified) is to reinstall the package, which forces other packages to
be reinstalled, too.


Have a nice day everyone.


Reply | Threaded
Open this post in threaded view
|

Re: read-only lock for read-only pac files.

Blair McGlashan-3
"Howard Oh" <[hidden email]> wrote in message
news:[hidden email]...

> Hi, all
>
>
> It's anonying to have a unwanted modification of methods of others
> while just looking around the implementation.
>
> As Ian does for his packages, some packages its pac file is read-only.
> Can Dolphin block modification of methods for those packages?
>
> To get rid of the red triangle on a package icon(indicating that one is
> modified) is to reinstall the package, which forces other packages to
> be reinstalled, too.
>

Well you could probably make use of immutability support in Dolphin 6 to
achieve that, although there would be many subtle cases to think of to truly
achieve it I suspect.

Alternatively you could just use the 'Clear Change Markers' command on the
Source Control menu in the Package Browser.

Regards

Blair