On 11 Jan 2000, Lars Gullik Bjønnes wrote:
> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
>
> | I thought I had added some code that would check for this? Probably
> | not, the problem is that we then have to run rcs and lock the file in
> | question.
>
> I have added the code that checks for this a _long_ time ago, when I
> first wrote the RCS support. Just look at BufferList::loadLyXFile
> l.538, what's missing is the question and the actual checkout (locking.)
Okay, but the file browser doesn't show anything with a *.lyx filter.
It'd be nice to have extra entries (in a different font or colour) that
show those files that exist in some hidden VC file. This would mean the
VC support would get called to identify probable lyx files (*.lyx,v) in
the current directory. Actually the VC would only need to return a mask
for filtering. So the default filter would be say: "*.lyx", "*.lyx,v"
or even:
*.lyx *.lyx,v RCS/*.lyx,v
Allan. (ARRae)