Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nattable-dev] Find dialog improvements

[Moving this from the forum.]

 

Hi All,

 

I'm working on extending SearchDialog.java to include the following items (using the platform FindReplaceDialog.java as reference):

 

1. Scope 'All'

2. Scope 'Selection’

3. Option 'Whole word'

4. Option 'Incremental'

5. Option 'Regular expressions'

6. Option ‘Column first’, allowing for a choice of RowSearchStrategy and ColumnSearchStrategy

7. Option ‘Include hidden’, enabled for NatTable stacks with hidable content

8. Dialog settings persistence

9. Non-modal

 

Comments and suggestions are welcome. I’ve got a working implementation for most of this, but  I couldn’t find a way to add 7. Option ‘Include hidden’ and 9. Non-modal behavior without some API changes.

                                                                                                                                                                           

Tom

 

cid:image001.png@01CD9A3F.2A38E000


Back to the top