Skip to content

Bug: Fixed Text Becoming Unhidden#125

Open
esophagoose wants to merge 1 commit intomvnmgrx:masterfrom
esophagoose:master
Open

Bug: Fixed Text Becoming Unhidden#125
esophagoose wants to merge 1 commit intomvnmgrx:masterfrom
esophagoose:master

Conversation

@esophagoose
Copy link

Properties can be hidden in two ways:

  1. (effects hide)
  2. (effects (hide yes))

Currently only the first one is supported. This PR add supports for the second one. This will resolve this issue: #120

@esophagoose
Copy link
Author

I didn't add any unit tests because there's no mechanism to switch between the two ways to hide a property so there can't be test file for both ways and expect matching output. @mvnmgrx let me know if this is good enough or if there should be a flag like EESCHEMA_VERSION and if it's greater than X, use method 2 else 1.

@Steffen-W
Copy link

@esophagoose Unfortunately, your change does not solve the problem.

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

Successfully merging this pull request may close these issues.

2 participants