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 fo

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: 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: 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 figured

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 requires this par updated }; and, if they are used to trigger automatically U

LyXAction and updates ?

2007-11-10 Thread Tommaso Cucinotta
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 requires this par updated }; and, if they are used to trigger automatically Update::Force and Upd