Quote:
Originally Posted by pkbo
CR stores reading position and highlights in the .cr3hist file.
|
What are those .bmk files for, then?
Quote:
Originally Posted by pkbo
It is ok when there is only one instance of CR (its intended use).
|
So it would be nice if CR could prevent additional instances from starting.
Quote:
Originally Posted by pkbo
Every instance saves reading position and highlits at exit and overwrites what was saved by another instance i.e. only last one's data will be preserved. To fix this someone will have to implement another storage mechanism allowing record level access to the data like db or some interprocess communication so that only one instance would write the data.
|
Database? I haven't done that for a while but I believe that basic file locking would be sufficient in that case.