Krakonos / merkaartor-oldbugs

0 stars 0 forks source link

[PATCH] Relation role completion and improved keyboard navigation (redmine import 3149, Travers Carter, created 10/23/2010) #63

Open Krakonos opened 9 years ago

Krakonos commented 9 years ago

The attached patch (against current git) implements autocomplete for relation member roles along with improvements to the keyboard navigation in the member role table view of the relation properties dock, please consider applying it.

Changes:

Autocomplete/combobox is supported for relation member roles

When editing a relation member role Enter and Tab move to the next member's role field (instead of the current member's name field)

When editing a relation member role Shift+Tab moves to the previous member's role field (instead of the previous member's name field)

Autocomplete of tag names (keys) no longer offers tags that already exist in the current view (this feature was present already from my patch in Issue #2716 but didn't work correctly)

Autocomplete for the "name" tag is restored (see Issue #1675) since the data is already tracked in the document I'm not convinced that offering it for autocomplete really has a significant memory impact, but I can update the patch to exclude it again if necessary.

Krakonos commented 9 years ago

I have found a few bugs in the original patch, I'll attach an updated version in the next day or so.

Krakonos commented 9 years ago

Status changed from New to FeedbackTrav,

Do you still plan to update the patch?    
Krakonos commented 9 years ago

Target version set to 0.18.0