You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: