diff --git a/data/resources/StringResources.resx b/data/resources/StringResources.resx index ea69c9c074..5d33f95b8a 100644 --- a/data/resources/StringResources.resx +++ b/data/resources/StringResources.resx @@ -2397,6 +2397,12 @@ system. I don't think that it needs translation. M&ouse wheel zooming + + Hide cursor while typing + + + Allow overstrike mode + Show &Quick ClassBrowser Panel @@ -2425,9 +2431,12 @@ system. I don't think that it needs translation. Highlight symbols - + Highlight &matching bracket + + Highlight current line + Show &horizontal ruler @@ -6434,6 +6443,15 @@ Removed the end part of the original message ", reason '${Message}'" since this Classes deriving from ${Name} Title for search results for derived classes + + Clipboard ring + + + Clipboard ring is empty + + + From clipboard ring + Convert to automatic property @@ -6929,6 +6947,12 @@ The resources files have been renamed/moved accordingly. ln ${Line} col ${Column} ch ${Character} + + len ${Lenght} + + + len ${Rows} * ${Cols} (${Total}) + Misc diff --git a/src/AddIns/DisplayBindings/AvalonEdit.AddIn/AvalonEdit.AddIn.addin b/src/AddIns/DisplayBindings/AvalonEdit.AddIn/AvalonEdit.AddIn.addin index 948128e530..6b5ad0be4a 100755 --- a/src/AddIns/DisplayBindings/AvalonEdit.AddIn/AvalonEdit.AddIn.addin +++ b/src/AddIns/DisplayBindings/AvalonEdit.AddIn/AvalonEdit.AddIn.addin @@ -42,6 +42,14 @@ class = "ICSharpCode.AvalonEdit.AddIn.TextMarkerToolTipProvider"/> + + + + + + -