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

Doesn't support multi-line expansion #3

Closed
joelclimbsthings opened this issue Sep 25, 2023 · 6 comments
Closed

Doesn't support multi-line expansion #3

joelclimbsthings opened this issue Sep 25, 2023 · 6 comments
Labels
feature New feature or request

Comments

@joelclimbsthings
Copy link

Thanks for the software! I just installed, and noticed that the multi-line expansion that I have doesn't display in the field. I'm fairly new to expanso, so it may be that I'm doing something wrong as well--although it works via the usual espanso functionality.

@rickykresslein
Copy link
Member

Yes, that's correct. Unfortunately, Iced (the framework espansoGUI uses) doesn't support multi-line text input yet, I believe it is planned in the next few months. As soon as it is available upstream I will add support to espansoGUI.

@rickykresslein rickykresslein added the feature New feature or request label Sep 28, 2023
@RokeJulianLockhart
Copy link

#3 (comment)

@rickykresslein, have you a link to the issue tracking that?

@rickykresslein
Copy link
Member

@RokeJulianLockhart Yes, and it looks like it was just implemented about a month ago! I'll get working on adding this ability to espansoGUI asap. iced-rs/iced#320

@WinnerWind
Copy link

Hi there! Is multiline support on the way? I'm looking to simplify coding by using Espanso to quickly input huge functions.

@rickykresslein
Copy link
Member

Hi @WinnerWind, yes I am working on it. Unfortunately, the way Iced implemented this is to introduce a completely new widget that is a text editor box rather than just adding multi-line support to the already existing text input espansoGUI uses. The way text is processed through the text editor is different than the current input box, so I'm working on changing the system to work with this new text editor box.

Hopefully I can get it figured out, and as soon as I do I will update this thread. Thanks for sticking with me!

@rickykresslein
Copy link
Member

Never mind, I spoke too soon. I figured it out and just pushed a commit. I will put out a release as soon as I get some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants