Add copy button to history menu item context menu (#628)

Adds a Copy button to the context menu for history menu items located above the delete button in the menu. Copy only copies the result and not the entire content of the history item (equation and result).

Fixes #429
This commit is contained in:
Zach Herman
2019-09-19 16:41:50 -07:00
committed by Howard Wolosky
parent d6d5591148
commit d68e505b04
4 changed files with 19 additions and 0 deletions

View File

@@ -1109,6 +1109,10 @@
<value>Delete</value>
<comment>Text string for the Calculator Delete swipe button in the History list</comment>
</data>
<data name="CopyHistoryMenuItem.Text" xml:space="preserve">
<value>Copy</value>
<comment>Text string for the Calculator Copy option in the History list context menu</comment>
</data>
<data name="DeleteHistoryMenuItem.Text" xml:space="preserve">
<value>Delete</value>
<comment>Text string for the Calculator Delete option in the History list context menu</comment>