[ion/clipboard] Rework clipboard handling

Change the way the clipboard is fetched, so as to preserve the
Poincare/Python translation feature, and remove the cap on the length of
text being imported into the simulator.

Change-Id: I0f3e83c0c8aa4b64eb08d882aa6891b31f191e22
This commit is contained in:
Gabriel Ozouf
2020-10-26 18:06:16 +01:00
committed by Émilie Feral
parent 010b474f77
commit f66bde6d31
15 changed files with 88 additions and 44 deletions

View File

@@ -105,7 +105,12 @@ _mp_hal_input \
_mp_import_name \
_mp_parse_compile_execute \
_get_clipboard_text \
_set_clipboard_text \
__ZN3Ion9Clipboard24fetchFromSystemClipboardEPcm \
__ZN3Ion9Clipboard21sendToSystemClipboardEPKc \
__ZN3Ion9Clipboard4readEPcm \
__ZN3Ion9Clipboard5writeEPKc \
__ZN9Clipboard5storeEPKci \
__ZN9Clipboard10storedTextEv \
__ZN11LayoutField18privateHandleEventEN3Ion6Events5EventE \
__ZN11LayoutField11handleEventEN3Ion6Events5EventE \