Today I learned that we have the feature to select the whole content of an inset via Ctrl+Meta+A. This is extremely useful in my opinion - if I only had known this before, this would have eased up the work with the documentation files work a lot.
I added now an info to the UserGuide, but also wants to have an entry in the 
Edit menu. OK for trunk?

regards Uwe
Index: stdmenus.inc
===================================================================
--- stdmenus.inc	(revision 39474)
+++ stdmenus.inc	(working copy)
@@ -105,6 +105,7 @@
 		Submenu "Paste Recent|e" "edit_pasterecent"
 		Submenu "Paste Special" "edit_paste"
 		Separator
+		Item "Select Content of Inset" "inset-select-all"
 		Item "Select All" "command-sequence buffer-begin ; buffer-end-select"
 		Separator
 		Item "Find & Replace (Quick)...|F" "dialog-show findreplace"

Reply via email to