Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing file icons in sidebar. #19

Closed
dampe opened this issue Oct 31, 2014 · 9 comments
Closed

Missing file icons in sidebar. #19

dampe opened this issue Oct 31, 2014 · 9 comments

Comments

@dampe
Copy link

dampe commented Oct 31, 2014

Hi, I can't find any info on how to enable the file icons. I guess they are on by default. However I don't see any. Tried re-installing the package. Other packages installed: Emmet, Origami. Using ST3 b3065

@wesbos
Copy link
Owner

wesbos commented Oct 31, 2014

Hey - you need to enable both the theme and the colour scheme.

Try this in your settings file:

"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"theme": "Cobalt2.sublime-theme",

@dampe
Copy link
Author

dampe commented Oct 31, 2014

Unfortunately, I already had that set up (did read your readme :)

{
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"font_face": "Consolas",
"font_size": 13,
"ignored_packages":
[
    "Vintage"
],
"theme": "Cobalt2.sublime-theme"
}

I have also uninstalled the Origami package as I thought it might confuse the sidebar a bit, but that didn't help.

@wesbos
Copy link
Owner

wesbos commented Oct 31, 2014

Might be a silly question, but did you restart sublime text? Are you seeing a blue sidebar?

@dampe
Copy link
Author

dampe commented Oct 31, 2014

Np, I have restarted ST several times already. Everything but the icons seems to be working.

image

@wesbos
Copy link
Owner

wesbos commented Oct 31, 2014

I see - those are just misc open files. Try open an acutal folder in the sidebar

@dampe
Copy link
Author

dampe commented Oct 31, 2014

Oh, now it works. Is it possible to extend the icons to misc files too?

@wesbos
Copy link
Owner

wesbos commented Oct 31, 2014

As far as I know, the Sublime sidebar API doesn't allow for that. It's a better workflow to have your folders open anyways so you can use GOTO anything

@dampe
Copy link
Author

dampe commented Oct 31, 2014

Ok then. Thanks for dealing with this and keep up the good work :)

@dampe dampe closed this as completed Oct 31, 2014
@williamromero
Copy link

Thank you for all your work! :D This is amazing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants