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

Ideolog always disables soft wrap regardless of the global user setting. #115

Open
vctls opened this issue Jun 3, 2021 · 1 comment
Open
Labels

Comments

@vctls
Copy link

vctls commented Jun 3, 2021

Products: PhpStorm 2021.1.3, IDEA CE 2021.1.2
Plugin version: 203.0.27.0

As soon as a log file is handled by Ideolog, soft wrap is disabled each time I close and reopen the file, whatever the global soft wrap setting is in File | Settings | Editor | General.

This doesn't happen when the file type is not handled by Ideolog.

Steps to reproduce:

  1. Make sure the extension is associated with log files in File | Settings | Editor | File Types
  2. Open log file, right click editor gutter and enable soft-wrap
  3. Close and reopen the file: soft-wrap is now disabled.
  4. Remove file type association in File | Settings | Editor | File Types.
  5. Open log file and re-enable soft-wrap.
  6. Close and reopen the file: soft-wrap stays on.
@vctls vctls changed the title Ideolog seems to always disable soft wrap regardless of the global user setting. Ideolog always disables soft wrap regardless of the global user setting. Jun 3, 2021
@vctls
Copy link
Author

vctls commented Jun 8, 2021

Actually, this doesn't always happen. I'm not sure why.
My dev.log is always soft-wrapped whereas my test.log never is. 🤨

@smirok smirok added the bug label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants