> updated patch attached
Your patch doesn't compile:
D:\LyXSVN\lyx-devel\src\insets\InsetTabular.cpp(2011) : error C2143: syntax error : missing ','
before ')'
D:\LyXSVN\lyx-devel\src\insets\InsetTabular.cpp(2081) : error C2143: syntax error : missing ','
before ')'
This is only a typo (: needed instead of ?).
But your patch causes more problems:
- Add a table
- open the table settings, add there a character to the LaTeX argument and
press OK
-> Crash
- Add a table
- set the cursor into a table cell and press in the table toolbar the new button "align on decimal"
twice
-> Crash
In general, I don't fully understand how your new feature works. What is the LaTeX mechanism that
you are using? In the EmbeddedObjects manual, sec. 2.12.2 I described the possible solutions I know.
Do you have another one?
What can I enter in the align on decimal field? What does the "align on decimal" button in the
toolbar? I see that it toggles the "align on decimal" but such a button only makes sense when a
character is specified that is the base of the alignment.
regards Uwe