Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto complete blocks cell editing #2891

Open
JFoederer opened this issue Sep 28, 2024 · 0 comments
Open

Auto complete blocks cell editing #2891

JFoederer opened this issue Sep 28, 2024 · 0 comments
Assignees
Labels
enhancement Request for improvement: either for an existing feature or a new one

Comments

@JFoederer
Copy link
Collaborator

When writing test cases it is a common scenario to start typing and use auto completion feature to fill the cell. If the selected keyword has embedded argument, the first thing you want to do after that is reenter the cell and fill in the actual arguments. I usually do this is using only keyboard actions:

  • Press Left arrow key to select the just auto completed cell
  • Press F2 to start editing
  • Use the arrow keys or home/end to navigate to the argument
  • Overwrite the ${argument}

Step three is now blocked by the auto complete that keeps moving the cursor to the end of the cell, making it impossible to reach the argument.

When embedded arguments are present I feel step 1 shouldn't even be needed. I would prefer that the cell stays open for editing in this case. But that is a different issue.

Work around: Grab the mouse, double click the argument and start typing. Once something was changed the auto complete gets out of the way and the cell can be edited as you would expect.

RIDE v2.1b1, Python 3.11

@HelioGuilherme66 HelioGuilherme66 added the enhancement Request for improvement: either for an existing feature or a new one label Sep 29, 2024
@HelioGuilherme66 HelioGuilherme66 self-assigned this Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for improvement: either for an existing feature or a new one
Projects
None yet
Development

No branches or pull requests

2 participants