05-19-2016, 06:53 AM
ok, last piece of the puzzle.
The framework of the project is to mimic this:
on tab change, QM changes a toolbar linked to chrome button name (as the first question of the thread).
What is the best implemetation for the storage of the datas?
Should a couple like
URL CUSTOMTEXT
Do I use a CVS, a stringmap or something else? The goal is the speed in this case
TAB Change -> Read data -> matching text for given URL
The procedure must be able to change text associated to URL on the fly, and be loaded/saved when chrome starts/ends (to preserve the informations)
The framework of the project is to mimic this:
on tab change, QM changes a toolbar linked to chrome button name (as the first question of the thread).
What is the best implemetation for the storage of the datas?
Should a couple like
URL CUSTOMTEXT
Do I use a CVS, a stringmap or something else? The goal is the speed in this case
TAB Change -> Read data -> matching text for given URL
The procedure must be able to change text associated to URL on the fly, and be loaded/saved when chrome starts/ends (to preserve the informations)
