I mean there is no reason to edit the list of quick urls. I just want to see a grouped list of already used anchors for selected page(at the trade setup form). I hope it is not too hard to code and not too heavy for load, something like: 'select anchor from mytrades where page=url group by anchor'
Also it will be great if I will see count of active links for each anchor(like it shown at QuickURLs edit page). So the query will be like: 'select anchor, count(*) from mytrades where page=url group by anchor'
It is very helpful to see such info while selecting anchor for a page:
anchor1(3), anchor2(5),...anchorN(x), etc
So we able to select anchor with minimal counts, adding new(just typing new one without(!) visiting the QuickURLs page) and it will appear next time in the list automatically.
Currently the QuickURLs features is not too usable for me