On 01/04/2017 07:53 AM, Guillaume Munch wrote: > Le 03/01/2017 à 04:40, Richard Heck a écrit : >> commit 73f59e87bd62e00bbfbceee59b8876aa59e75f58 >> Author: Richard Heck <rgh...@lyx.org> >> Date: Sat Jun 18 19:29:15 2016 -0400 >> >> Add ability to use refstyle's plural and capitalization features. >> --- >> lib/lyx2lyx/lyx_2_3.py | 67 +++++++++++++++++++------ >> lib/lyx2lyx/parser_tools.py | 7 ++- >> src/frontends/qt4/GuiRef.cpp | 27 ++++++++++- >> src/frontends/qt4/GuiRef.h | 2 + >> src/frontends/qt4/ui/RefUi.ui | 112 >> ++++++++++++++++++++++++----------------- >> src/insets/InsetRef.cpp | 34 +++++++++++-- >> src/insets/InsetRef.h | 2 +- >> src/version.h | 2 +- >> 8 files changed, 181 insertions(+), 72 deletions(-) >> > > Thank you for this. I suggest adding tooltips explaining the role of the > two new checkboxes and how to have them enabled.
Good idea. rh