Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| private:
| ///
| string lang_;
| + typedef std::map CacheType;
| + /// Internal cache for gettext translated strings.
| + /// This is needed for performance reason within \c updateLabels()
| +
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| private:
| ///
| string lang_;
| + typedef std::map CacheType;
| + /// Internal cache for gettext translated strings.
| + /// This is needed for performance reason within \c updateLabels()
| + /// under Windows.
| +
Edwin Leuven wrote:
i've noticed that breaking a paragraph is much quicker than "unbreaking"
it (cursor at beginning of par and then backspace)
i think that this has always been the case, but i was wondering whether
there is something that can be done about it? (i guess i am looking at
you ab
Edwin Leuven wrote:
i've noticed that breaking a paragraph is much quicker than "unbreaking"
it (cursor at beginning of par and then backspace)
i think that this has always been the case,
Actually, breaking a paragraph has been optimized when within a
non-numbered layout (look at the updateL
i've noticed that breaking a paragraph is much quicker than "unbreaking"
it (cursor at beginning of par and then backspace)
i think that this has always been the case, but i was wondering whether
there is something that can be done about it? (i guess i am looking at
you abdel ;-)
and of cour