tulipcc icon indicating copy to clipboard operation
tulipcc copied to clipboard

Search in edit() does not seem to work - crashes

Open gmeader opened this issue 1 year ago • 0 comments

Using Tulip Desktop on Mac. version from 2024-11-13 Tulip4 When editing a file using edit() the CTRL-W key causes a prompt for a search string. Entering a string appears at the bottom of the screen after the prompt. Now I'm guessing you press Enter to start the search. The cursor moves to the string if it is visible on the screen. If the target string is somewhere further down the page, the editor appears to hang. To replicate: edit('tworld_grids') and then immediately do CTRL-W and type midi

Also all the CTRL keys that have functions in the editor should be documented. Only some of them are mentioned in the doc and in help(edit) or help('edit') - which currently do nothing.

I will see if I can figure out how the help() system works and maybe submit a pull request

gmeader avatar Dec 23 '24 19:12 gmeader