aplteam / Fire

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

Search for: textbox does not support right-click or Ctrl+A #10

Closed norberturkiewicz closed 5 years ago

norberturkiewicz commented 5 years ago

There is so easy way to do a standard Select All vis keyboard or mouse. This is a problem with really long expressions that I'd like to copy.

Edit->Select All doesn't seem to do anything.

Fire version 6.6.3.5

aplteam commented 5 years ago

Originally Ctrl+A had an effect only when there was a hit list: in that case all rows got selected.

It seems you want it to work on the "Search for" field as well.

The menu command "Select all" cannot work out you intention. I have therefore removed the menu command from the "Edit" menu and instead support now Ctrl+A in both the hit list and and the Search for" edit control. That should give you what you want, right?

norberturkiewicz commented 5 years ago

I’d expect text and edit boxes to have the standard or close to, Windows behavior and context menus.

aplteam commented 5 years ago

Implemented