aplteam / Fire

GUI for Find and Replace operations in Dyalog APL
MIT License
3 stars 0 forks source link

"Start looking here" changes automatically restart the search #6

Closed norberturkiewicz closed 6 years ago

norberturkiewicz commented 6 years ago

I don't think this is a good behavior. Changing the start path should not reevaluate the search without an explicit button click.

aplteam commented 6 years ago

Not so sure. When you enter

]a

in the Dyalog session it's executed straight away as well. Same in Fire, it's just that triggers the default button.

If you want to actually select a line from the autocomplete form then you have to press <cursor+right> in both Fire and the Dyalog session, and that works fine.

And BTW, it has been this way since day one.

Any other opinions?

aplteam commented 6 years ago

Fixed