cakecatz / flex-toolbar

Easily Customizable Toolbar for Atom
https://atom.io/packages/flex-tool-bar
MIT License
74 stars 11 forks source link

[solved] Stopped working after updating Atom #112

Open surdu opened 7 years ago

surdu commented 7 years ago

The toolbar is not showing anymore and I also can't access any flex-toolbar commands in the commands pallet.

Versions: Atom: 1.19.0-beta0 tool-bar: 1.1.0 flex-tool-bar: 0.12.0

fliebe92 commented 7 years ago

Same here.

surdu commented 7 years ago

Hmmm... I noticed a red insect in the status bar and upon clicking it I was greeted with this message:

Some installed packages could not be loaded because they contain native modules that 
were compiled for an earlier version of Atom.

The message referred to this package. After clicking Rebuild button, it works again.

I'll leave this open for visibility to other users having the issue and/or in order to help @cakecatz do something to prevent this in the future.

opgobee commented 5 years ago

I have the same issue. Toolbar seems to be just a 1-2 pixel high line. I have no red insect icon. Searched for the 'rebuild' button but couldn't find it. Atom vs 1.38.2. Any suggestion how to get toolbar visible?

UziTech commented 5 years ago

@opgobee It could be that your toolbar config file is blank. Open the command palette (Ctrl/Cmd + Shift + P) and select "Flex Tool Bar: Edit Config File" and add buttons as shown in the docs.

opgobee commented 5 years ago

Dear cakecatz,

thanks a lot for the help! I tried that before I posted, didn’t work on my computer at home, also tried disabling other modules with no result. But this does do the trick at my work computer! So I will try again at home computer. both Win10 64 bit

Thanks again for helping!

Paul

From: Tony Brix notifications@github.com Sent: maandag 15 juli 2019 5:39 To: cakecatz/flex-toolbar flex-toolbar@noreply.github.com Cc: Gobée, O.P. (ANA) O.P.Gobee@lumc.nl; Mention mention@noreply.github.com Subject: Re: [cakecatz/flex-toolbar] [solved] Stopped working after updating Atom (#112)

@opgobeehttps://github.com/opgobee It could be that your toolbar config file is blank. Open the command palette (Ctrl/Cmd + Shift + P) and select "Flex Tool Bar: Edit Config File" and add buttons as shown in the docshttps://github.com/cakecatz/flex-toolbar/blob/master/README.md#flex-tool-bar.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/cakecatz/flex-toolbar/issues/112?email_source=notifications&email_token=AB54UK767OA3AFCL5SXCIHTP7PWLPA5CNFSM4DPQXW5KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZ4UW5Y#issuecomment-511265655, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AB54UKZMVHYMNGSOA4KESFTP7PWLPANCNFSM4DPQXW5A.

opgobee commented 5 years ago

Got home. I had indeed set the config file. So why did it work at work and not at home?? Without real expectations, I corrected some untidy indenting in the config file. To my amazement, this made the toolbar appear. See shots below. Maybe it is caused by different line ending types that I replaced without being aware of?

Toolbar not showing when cson file is formatted untidy: image

Toolbar appears after cson file format is tidied up (!??!): image

Thanks @uziTech, your help gave me confidence it should work, making me try again, and then finding this weird (for me) solution. This might help someone else too.