forked from rime/squirrel
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
afda944
commit 0512cce
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0512cce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pardon for asking: does translucency require ≥ Monterey?
0512cce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I set system target to be >= 11.0, but I believe you can still compile it for lower versions
0512cce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Later I have successfully get the translucency effect (
back_color
must have a low ABGR alpha value, my try is33
), and then openstyle/translucency: true
inside the scheme preset (I haven't get success setting directly insquirrel.custom.yaml
)0512cce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May I ask question about
inline_candidate
here? Or should I raise a issue in rime/squirrel? (Has this feature been merged into the mainstream?)0512cce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is merged, but feel free to state your question
0512cce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LEOYoon-Tsaw Thank you for your kindness.
My problem is that, enabling
style/inline_candidate: true
, will make my Squirrel crash when I try to invoke Rime menu with⌃`
/⌃⇧`
.Redeploying fixes Rime, but this means I won't be able to use Rime menu with this feature.
Wondering if this is reproducible or has been reported?
Best regards
0512cce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That’s wired… I never encounter this behavior, are you using my version or the official squirrel?
0512cce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recall encountering this first with your 0.15.1 fork. Later, when official Squirrel 0.16 is released, I installed the official build, but found this issue still happening.