c-smile / sciter-js-sdk

Sciter.JS - Sciter but with QuickJS on board instead of my TIScript
BSD 3-Clause "New" or "Revised" License
1.64k stars 97 forks source link

Added inspector eval history #299

Closed AlecHaring closed 2 years ago

AlecHaring commented 2 years ago

Added the ability to use the up and down arrow keys when focused in the eval textarea to traverse the eval history, like seen in typical browser dev tools.

Demo:

https://user-images.githubusercontent.com/19616756/160053161-df952b86-1e7d-4e2b-adf5-ca52fe7a4e5e.mp4