QtCreator: Export or save bookmarks?
Solved
Qt Creator and other tools
-
Bookmarks have become quite important to me as a way to track my own TODOs directly in code.
Sometimes, a QtCreator crash or updates deletes some or all of them.Is there a way to export/save/backup bookmarks?
-
@Asperamanca The bookmarks are stored in the session. So if you don't have a specific session open, it's
~/.config/QtProject/qtcreator/default.qws
on Linux. You should find your bookmarks below the XML node<variable>value-Bookmarks</variable>
Regards
-
Not a beauty to handle, but at least a way to make backups. Thanks!
-