Quote:
Originally Posted by BetterRed
I betcha it's the XML file I created (myMarkRules). There's no apparent way to create a new Mark Rules list, and I couldn't find a sample - so I conjured up this as a starting point, it appears to work except for saving the list sorted
|
There is an example in the documentation of course. I put it there the moment the procedure went live.
It wasn't the list you have. Sorting of a datatable (which is used internally) is not really supported. It is deemed unnecessary and sorting should be done in the views instead. However, sorting of the view does not reflect the original datatable. So, I created an alternative method. I checked it with different lists and it does get sorted now.
Quote:
Originally Posted by elibrarian
Hotkeys are very much allright (spares the stiff old mousefinger), but they have to be the good old ALT + hotkey variant I guess, to separate them from ordinary input.
|
Nope! I solved it differently. If the text box for the manual input has focus, the hotkeys will not work. The same applies to the filter box. I also fixed the list of words. If that had focus and you pressed one of the hotkeys, it would also go to the words that had that letter as first letter. That is disabled now.
The fixes are in version 1.20.3 that is available as of now.