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

Buttons at the top of the main view display d,g,e,f,b instead of symbols #9

Open
joshbtn opened this issue Mar 8, 2016 · 8 comments

Comments

@joshbtn
Copy link
Contributor

joshbtn commented Mar 8, 2016

Buttons at the top of the main view display d,g,e,f,b instead of symbols.

Looks like there are built in symbols that will work from the atom styleguide. (Inside an atom workspase press ctrl + shift + g on windows or search for 'styleguide')

@johanlunds
Copy link
Owner

They are working for me, though the margins are not correct.

_users_johan_lunds_documents_kod_atom-ruby-debugger_-_atom_and_1__johan_lunds_johan-l-fishbrain-macbook-pro____documents_kod_atom-ruby-debugger__zsh_

@johanlunds
Copy link
Owner

Because I like the Chrome debugger I had taken the debugger-symbols from that project and packaged them up as a Webfont in https://github.com/johanlunds/atom-ruby-debugger/tree/master/resources.

I generated the webfont using http://fontastic.me/ using the resources here: https://github.com/johanlunds/atom-ruby-debugger/tree/master/docs/icons

@johanlunds
Copy link
Owner

Are you using Windows? I am using Mac.

@joshbtn
Copy link
Contributor Author

joshbtn commented Mar 8, 2016

I am using windows, and I can see an error when it tries to load in the fonts. I'll dive in a little further and test on my mac later.

@joshbtn
Copy link
Contributor Author

joshbtn commented Mar 8, 2016

I see this on my mac as well. It may be since I just checked the repo out into my .atom/packages folder...

screen shot 2016-03-08 at 6 45 27 pm
screen shot 2016-03-08 at 6 46 04 pm

@johanlunds
Copy link
Owner

Try this; this is what I did:

cd ~/Code # or wherever
git clone [email protected]:johanlunds/atom-ruby-debugger.git
cd atom-ruby-debugger
apm link --dev . # exclude --dev if you want it to load in normal mode
npm install # might not be needed
apm install
atom --dev . # start atom. once again, optionally skip --dev

@joshbtn
Copy link
Contributor Author

joshbtn commented Mar 9, 2016

Thanks for the help! apm link --dev Worked like a charm. Cautionary tail for anyone else who tries the same thing, don't clone the repo right into the ~/.atom/packages directory and simply run npm install. Although I feel silly now, I think these steps are a good candidate for the README under a development section of some sort.

@johanlunds
Copy link
Owner

Absolutely! It can be put under a header "Development Setup" or something like it.

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

2 participants