nathanfallet / ocaml

An OCaml editor, top level, and learning place for iOS, iPadOS and macOS
https://ocaml-learn-code.com
GNU General Public License v3.0
70 stars 8 forks source link

History in the toplevel #19

Closed nathanfallet closed 2 years ago

nathanfallet commented 3 years ago

Is your feature request related to a problem? Please describe. Allow to run previously executed commands using arrows in the textfield.

nathanfallet commented 3 years ago

Key detection seems to be a long process (see https://stackoverflow.com/questions/61153562/how-to-detect-keyboard-events-in-swiftui-on-macos), need to check if there is a better way to listen for arrow keys on a SwiftUI TextField.

nathanfallet commented 2 years ago

Duplicate of #30