Re: Branches and InsetLayout

2023-11-18 Thread Jean-Marc Lasgouttes
Le 18/11/2023 à 11:01, Yuriy Skalko a écrit : Sorry, should be fixed. Riki Thanks for the quick fix! Seems your original patch also works good if we remove default labelstring_ value (from_ascii("UNDEFINED")) in InsetLayout.h. And Customization.lyx also says that default LabelString is "",

Re: Branches and InsetLayout

2023-11-18 Thread Yuriy Skalko
Sorry, should be fixed. Riki Thanks for the quick fix! Seems your original patch also works good if we remove default labelstring_ value (from_ascii("UNDEFINED")) in InsetLayout.h. And Customization.lyx also says that default LabelString is "", not "UNDEFINED". Yuriy -- lyx-devel mailing

Re: Branches and InsetLayout

2023-11-17 Thread Richard Kimberly Heck
On 11/17/23 13:48, Yuriy Skalko wrote: I can easily see someone using "_" in a branch name and then wondering why the InsetLayout doesn't work. Like I did. Pushed. Also fixed the label string issue. Riki Hi Riki, After this update the insets for normal branches (without custom InsetLayout)

Re: Branches and InsetLayout

2023-11-17 Thread Yuriy Skalko
I can easily see someone using "_" in a branch name and then wondering why the InsetLayout doesn't work. Like I did. Pushed. Also fixed the label string issue. Riki Hi Riki, After this update the insets for normal branches (without custom InsetLayout) are shown with label "UNDEFINED". Yuri

Re: Branches and InsetLayout

2023-11-16 Thread Richard Kimberly Heck
On 11/16/23 16:12, Pavel Sanda wrote: On Thu, Nov 16, 2023 at 02:17:57PM -0500, Richard Kimberly Heck wrote: Found the problem: The use of right_note, with the underscore, seems not to work. My bad :) I replaced in the email the branch names so they have some meaning in english and did not know

Re: Branches and InsetLayout

2023-11-16 Thread Pavel Sanda
On Thu, Nov 16, 2023 at 02:17:57PM -0500, Richard Kimberly Heck wrote: > Found the problem: The use of right_note, with the underscore, seems not to > work. My bad :) I replaced in the email the branch names so they have some meaning in english and did not know that "_" will break it... > We se