-
Notifications
You must be signed in to change notification settings - Fork 25
Issues with New Multi-Wrap Guide #83
Description
Prerequisites
- [X ] Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: http://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
I'm having some issues with this new version of wrap guide.
I haven't been able to have multiple wrap guides show up successfully yet. If I edit the wrap guide columns array in the config file, as per the instructions, I never see multiple guides (even after reloading Atom to ensure the settings "took"):
This issue occurs whether I'm in safe mode or not.
I have my master (editor) preferred line length set to 100, as thats how I like to code, but I have the PLL in certain language packages set to 80. Packages such as Markdown lang and txt lang are set to 80, as thats how I like to write my documentation. Could this be causing some of the issues? If I delete the values in the wrap guide columns array, I would expect that wrap guide would go back to the way it was and would default to the editor's PLL, unless a language package is loaded that overrides that value, but none of this is working now.
So I can't see to get the new functionality to work (multiple wrap guides) and I can't see to set it up so that it works like it used to (a default PLL that can be overridden by a package's PLL). Is there a way to fix this? Maybe I'm doing something incorrectly? If not, what's the best way to roll back to the last stable version?
Versions
macOS: 10.14.3
Atom : 1.36.0
Electron: 2.0.18
apm 2.1.3
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.

