dusk125 / sublime-betterbookmarks

BetterBookmarks extends the built-in Sublime Text 3 bookmarking system to allow for persistent bookmarks and bookmark layers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Betterbookmarks icons display problem

onirix opened this issue · comments

Icons seems not loaded.

It look like like this :
https://i.imgur.com/d7jil7A.png

It’s all right !

After extract plugin with PackageResourceViewer, I change paths in the Settings - User of the package.

From :
"functions": {"icon": "Packages/BetterBookmarks/icons/function.png", "scope": "comment"},
"todos": {"icon": "Packages/BetterBookmarks/icons/todo.png", "scope": "comment"},

To :
"functions": {"icon": "Packages/Better Bookmarks/icons/function.png", "scope": "comment"},
"todos": {"icon": "Packages/Better Bookmarks/icons/todo.png", "scope": "comment"},

Hmm interesting I'll try to figure out why this happened

Thank you Kristinita for the PR, but this problem is now fixed in version 1.1