Re: LyXAction and updates ?

2007-11-11 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: 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

Re: LyXAction and updates ?

2007-11-11 Thread Tommaso Cucinotta
Abdelrazak Younes ha scritto: 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. I guess you

Re: LyXAction and updates ?

2007-11-11 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Abdelrazak Younes ha scritto: 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

Re: LyXAction and updates ?

2007-11-11 Thread Tommaso Cucinotta
Abdelrazak Younes ha scritto: or not. A bit like what we have now with the Row signatures. Anyone explaining what are row signatures ? Thx. T.

Re: LyXAction and updates ?

2007-11-11 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Abdelrazak Younes ha scritto: or not. A bit like what we have now with the Row signatures. Anyone explaining what are row signatures ? Thx. Look at ParagraphMetrics::computeRowSignature(). This is basically computing a signature of the Row based on its content and

Re: LyXAction and updates ?

2007-11-11 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Hello, I'd like to know what is the purpose of these two LyXAction values: LyXAction { NoUpdate = 8, //< Does not (usually) require update SingleParUpdate = 16 //< Usually only

Re: LyXAction and updates ?

2007-11-11 Thread Tommaso Cucinotta
Abdelrazak Younes ha scritto: 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. I guess you

Re: LyXAction and updates ?

2007-11-11 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Abdelrazak Younes ha scritto: 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

Re: LyXAction and updates ?

2007-11-11 Thread Tommaso Cucinotta
Abdelrazak Younes ha scritto: or not. A bit like what we have now with the Row signatures. Anyone explaining what are row signatures ? Thx. T.

Re: LyXAction and updates ?

2007-11-11 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Abdelrazak Younes ha scritto: or not. A bit like what we have now with the Row signatures. Anyone explaining what are row signatures ? Thx. Look at ParagraphMetrics::computeRowSignature(). This is basically computing a signature of the Row based on its content and