]> git.lyx.org Git - features.git/commitdiff
Update release notes for bookmark shortcuts
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 14 Feb 2021 16:46:27 +0000 (11:46 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 14 Feb 2021 16:46:27 +0000 (11:46 -0500)
lib/RELEASE-NOTES
src/frontends/qt/GuiSearch.cpp
src/frontends/qt/ui/SearchUi.ui

index bae3297182341a2f0ab099c5e49c683e4550a956..b98059e805b86285ab2894d691e24383ab2723c2 100644 (file)
 
 * 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
 
index 28c8ae61245109b4a36b002ac6b4fb1409d3278a..89de21e7b43290b3aee4b0c4b2928ebd03648952 100644 (file)
@@ -126,8 +126,6 @@ void GuiSearchWidget::minimizeClicked(bool const toggle)
        replacePB->setHidden(minimized_);
        replacePrevPB->setHidden(minimized_);
        replaceallPB->setHidden(minimized_);
-       wordsCB->setHidden(minimized_);
-       caseCB->setHidden(minimized_);
        CBGroupBox->setHidden(minimized_);
        if (minimized_) {
                minimizePB->setText(qt_("Ex&pand"));
index 5fea415ad58c5485822f994a3e982a18df563adf..8637da8f21626efa3d9f83640fa7f72ffadb17f8 100644 (file)
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>706</width>
-    <height>121</height>
+    <height>127</height>
    </rect>
   </property>
   <property name="sizePolicy">
      </item>
     </layout>
    </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">
     <widget class="QGroupBox" name="CBGroupBox">
      <layout class="QHBoxLayout" name="CBLayout">
       <item>
-       <widget class="QCheckBox" name="caseCB">
-        <property name="text">
-         <string>&amp;Case sensitive[[search]]</string>
-        </property>
-       </widget>
-      </item>
-      <item>
-       <widget class="QCheckBox" name="wordsCB">
-        <property name="text">
-         <string>Match &amp;whole words only</string>
-        </property>
-       </widget>
-      </item>
-      <item>
-       <spacer name="horizontalSpacer">
-        <property name="orientation">
-         <enum>Qt::Horizontal</enum>
-        </property>
-        <property name="sizeHint" stdset="0">
-         <size>
-          <width>40</width>
-          <height>20</height>
-         </size>
-        </property>
-       </spacer>
+       <layout class="QHBoxLayout" name="horizontalLayout_2">
+        <item>
+         <widget class="QCheckBox" name="caseCB">
+          <property name="text">
+           <string>&amp;Case sensitive[[search]]</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QCheckBox" name="wordsCB">
+          <property name="text">
+           <string>Match &amp;whole words only</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <spacer name="horizontalSpacer">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" stdset="0">
+           <size>
+            <width>40</width>
+            <height>20</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+       </layout>
       </item>
      </layout>
     </widget>
    </item>
+   <item row="2" column="0">
+    <layout class="QVBoxLayout" name="verticalLayout"/>
+   </item>
   </layout>
  </widget>
  <includes>