Hello, I'd like to know what is the purpose of these two LyXAction values:
LyXAction { NoUpdate <cid:part1.03070604.07060105@sssup.it> = 8, //< Does not (usually) require update SingleParUpdate <cid:part2.08020706.07090501@sssup.it> = 16 //< Usually only requires this par updated }; and, if they are used to trigger automatically Update::Force and Update::SinglePar, where is the point in the code that is supposed to do such triggering action ? Should be in the neighbour of processUpdateFlags(), but I'm not figuring that out. Thanks, T.