You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
This issue only relates to a single bug. I will open new issues for any other problems.
Describe the bug
I'm trying to work with TextGrid to craft an editor. But I sometimes getting this error at the start of the app. I just need to restart the app for it to disappear. It seems to only appear if I close the app abruptly with the stop button from Goland.
Any idea what's going on ? I'm running Linux.
How to reproduce
Having a widget using a TextGrid.
Close the app abruptly (Ctrl+C in term or Stop in Goland)
I just want to say that's it's a lot of effort to use those TextGrid. I looked in detail of what you guys did for the Fyne terminal, which is amazing by the way.
Maybe at looking at this little piece of code, you could give me some advice and even giving some insight on the why TextGrid are capable to resize the window size when growing in size ? It's blowing my mind.
Actually, just try to manually resize the window in this simple demo. It's slow as hell. I don't understand why I must say.
That’s very interesting. How would I manage syntax highlighting?Any exemple ? Thanks a lot in advance.Le 5 janv. 2025 à 16:11, Andy Williams ***@***.***> a écrit :
For an editor I would recommend using the Entry widget (probably with monospaced style set).
Any widget will cause the window to expand if their min size is larger than the window allows.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
Checklist
Describe the bug
I'm trying to work with TextGrid to craft an editor. But I sometimes getting this error at the start of the app. I just need to restart the app for it to disappear. It seems to only appear if I close the app abruptly with the stop button from Goland.
Any idea what's going on ? I'm running Linux.
How to reproduce
Screenshots
No response
Example code
Fyne version
2.5.3
Go compiler version
1.23.1
Operating system and version
Linux 6.11.11-1-MANJARO (Wayland)
Additional Information
More docs around TextGrid would be greatly appreciated ;)
The text was updated successfully, but these errors were encountered: