From: Wang Mingyu <[email protected]> Changelog: ========= - right accepts a single character from suggestion - ctrl+right accepts a semantic token (macos default shortcuts take precedence and need to be disabled to make this work - backspace deletes a character and resumes hinting autosuggestions - ctrl-left accepts suggestion and moves cursor left one character. - backspace deletes a character and resumes hinting autosuggestions - down moves to suggestion to later in history when no lines are present below the cursors. - up moves to suggestion from earlier in history when no lines are present above the cursor.
Signed-off-by: Wang Mingyu <[email protected]> --- .../{python3-ipython_8.8.0.bb => python3-ipython_8.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ipython_8.8.0.bb => python3-ipython_8.9.0.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.8.0.bb b/meta-python/recipes-devtools/python/python3-ipython_8.9.0.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-ipython_8.8.0.bb rename to meta-python/recipes-devtools/python/python3-ipython_8.9.0.bb index 5b3d85db0..fc5075bbf 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_8.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_8.9.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" PYPI_PACKAGE = "ipython" -SRC_URI[sha256sum] = "f3bf2c08505ad2c3f4ed5c46ae0331a8547d36bf4b21a451e8ae80c0791db95b" +SRC_URI[sha256sum] = "71618e82e6d59487bea059626e7c79fb4a5b760d1510d02fab1160db6fdfa1f7" RDEPENDS:${PN} = "\ ${PYTHON_PN}-setuptools \ -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#100983): https://lists.openembedded.org/g/openembedded-devel/message/100983 Mute This Topic: https://lists.openembedded.org/mt/96826376/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
