-
Notifications
You must be signed in to change notification settings - Fork 450
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 settings #227
Comments
Sounds like the Atom API has changed and broke this package, once again. Thank you for letting me know. |
Anything I can do to help? |
Pull requests are very welcome! Thanks! — On Sat, Mar 7, 2015 at 11:21 AM, Filipe Silva notifications@github.com
|
I've verified the new options work out of the box on a .jsbeautifyrc file, and after the problem with Atom's API is sorted I'll add the new options to the settings by following the example of other options. I don't think I can help much with this specific bug though, I'm not really familiar with the Atom API. If you think it's something easy and can point me in the right direction, I'm happy to have a stab at it. |
I'm not quite sure what could have changed however here are the appropriate docs: https://atom.io/docs/api/v0.186.0/Config#defining-settings-for-your-package |
It seems like the a different config is being loaded, because there are configuration options (js break chained and js wrap line length). I can't find those options anywhere though, which is weird. |
I don't mind this spamminess, at all. This is great. Keep it coming. If anyone does not want to receive these messages they can simply unsubscribe to this thread. Thanks for the research! That's interesting that it does not fully populate when atom loads. Maybe it's because atom beautify uses two separate config files? strange. — On Sat, Mar 7, 2015 at 4:18 PM, Filipe Silva notifications@github.com
|
Apparently, if I remove the One of the changes in 0.184.0 had to do with |
Sounds like you're on the right track. Potentially none of the options are being loaded and those that you do see you had manually set and so Atom knows of it from your person settings but not from the package itself. — On Sat, Mar 7, 2015 at 4:32 PM, Filipe Silva notifications@github.com
|
Ah and here it is. That's the problem alright! |
So if I do something that activates the package, I can see the settings. I'll leave this as is for now and try to add in the new options for jsbeautify. |
Yup looks like an Atom issue. Good work diagnosing. Move onto new options support. Thanks! — On Sat, Mar 7, 2015 at 4:48 PM, Filipe Silva notifications@github.com
|
And done. #228 |
Closing this as it is an issue with Atom's Settings View and not Atom Beautify package. |
Hey, is it just me or have pretty much all settings disappeared? I remember there being loads of settings in the GUI but now I can only find two. (windows 8.1, atom 0.186.0)
The text was updated successfully, but these errors were encountered: