mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Update release notes for bookmark shortcuts
This commit is contained in:
parent
98f3ef0924
commit
fe38f02cde
@ -18,6 +18,10 @@
|
|||||||
|
|
||||||
* Ctrl-click on a cross-reference will now take you to its label.
|
* Ctrl-click on a cross-reference will now take you to its label.
|
||||||
|
|
||||||
|
* Default shortcuts for saving bookmarks have been changed to Alt-NUM, where
|
||||||
|
NUM is the number of the bookmark. (They were previously Shift-F1, etc.) This
|
||||||
|
allows Shift-F3 to be used for word-find-backwards (i.e., find previous).
|
||||||
|
|
||||||
|
|
||||||
!!Documents compilation process and images conversion
|
!!Documents compilation process and images conversion
|
||||||
|
|
||||||
|
@ -126,8 +126,6 @@ void GuiSearchWidget::minimizeClicked(bool const toggle)
|
|||||||
replacePB->setHidden(minimized_);
|
replacePB->setHidden(minimized_);
|
||||||
replacePrevPB->setHidden(minimized_);
|
replacePrevPB->setHidden(minimized_);
|
||||||
replaceallPB->setHidden(minimized_);
|
replaceallPB->setHidden(minimized_);
|
||||||
wordsCB->setHidden(minimized_);
|
|
||||||
caseCB->setHidden(minimized_);
|
|
||||||
CBGroupBox->setHidden(minimized_);
|
CBGroupBox->setHidden(minimized_);
|
||||||
if (minimized_) {
|
if (minimized_) {
|
||||||
minimizePB->setText(qt_("Ex&pand"));
|
minimizePB->setText(qt_("Ex&pand"));
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>706</width>
|
<width>706</width>
|
||||||
<height>121</height>
|
<height>127</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@ -194,55 +194,46 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0">
|
|
||||||
<spacer name="verticalSpacer">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Vertical</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeType">
|
|
||||||
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>89</width>
|
|
||||||
<height>0</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
<widget class="QGroupBox" name="CBGroupBox">
|
<widget class="QGroupBox" name="CBGroupBox">
|
||||||
<layout class="QHBoxLayout" name="CBLayout">
|
<layout class="QHBoxLayout" name="CBLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="caseCB">
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||||
<property name="text">
|
<item>
|
||||||
<string>&Case sensitive[[search]]</string>
|
<widget class="QCheckBox" name="caseCB">
|
||||||
</property>
|
<property name="text">
|
||||||
</widget>
|
<string>&Case sensitive[[search]]</string>
|
||||||
</item>
|
</property>
|
||||||
<item>
|
</widget>
|
||||||
<widget class="QCheckBox" name="wordsCB">
|
</item>
|
||||||
<property name="text">
|
<item>
|
||||||
<string>Match &whole words only</string>
|
<widget class="QCheckBox" name="wordsCB">
|
||||||
</property>
|
<property name="text">
|
||||||
</widget>
|
<string>Match &whole words only</string>
|
||||||
</item>
|
</property>
|
||||||
<item>
|
</widget>
|
||||||
<spacer name="horizontalSpacer">
|
</item>
|
||||||
<property name="orientation">
|
<item>
|
||||||
<enum>Qt::Horizontal</enum>
|
<spacer name="horizontalSpacer">
|
||||||
</property>
|
<property name="orientation">
|
||||||
<property name="sizeHint" stdset="0">
|
<enum>Qt::Horizontal</enum>
|
||||||
<size>
|
</property>
|
||||||
<width>40</width>
|
<property name="sizeHint" stdset="0">
|
||||||
<height>20</height>
|
<size>
|
||||||
</size>
|
<width>40</width>
|
||||||
</property>
|
<height>20</height>
|
||||||
</spacer>
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="2" column="0">
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout"/>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<includes>
|
<includes>
|
||||||
|
Loading…
Reference in New Issue
Block a user