Abdelrazak Younes wrote:
rgheck wrote:
The attached patch does as advertised, replacing the shared pointer
with a global cache of sorts of the TextClass's used by Buffers---or,
more strictly, constructed by BufferParams::makeTextClass(). The
action is in TextClass.{h,cpp}.
I've left the ty
Abdelrazak Younes wrote:
I need to check whether the textClass_ member of InsetCollapsable is
needed now. I think not.
Now that the Buffer is accessible following Andre' recent change, I
think not indeed.
This actually had to do with something else. It got added, I think, by
Bo to fix a c
rgheck wrote:
The attached patch does as advertised, replacing the shared pointer with
a global cache of sorts of the TextClass's used by Buffers---or, more
strictly, constructed by BufferParams::makeTextClass(). The action is in
TextClass.{h,cpp}.
I've left the typedef in TextClassPtr.h. A
The attached patch does as advertised, replacing the shared pointer with
a global cache of sorts of the TextClass's used by Buffers---or, more
strictly, constructed by BufferParams::makeTextClass(). The action is in
TextClass.{h,cpp}.
I've left the typedef in TextClassPtr.h. At the moment, i