bartekplus / FluentTyper

FluentTyper auto completes while you typing. FluentTyper attempts to improve the ease and speed of textual input by predicting words.
Other
32 stars 7 forks source link

Fluent Typer does not work if there is a word directly after it. #79

Closed Jorc0 closed 8 months ago

Jorc0 commented 8 months ago

I use it for work, but it has small, improvable flaws https://github.com/bartekplus/FluentTyper/assets/48130077/4a42b6ea-354d-4f1a-8316-922e36abecf5

Jorc0 commented 8 months ago

I also noted it wont load sometimes as you can see at the beginning of the video

bartekplus commented 8 months ago

@Jorc0 Please provide full example to reproduce the issue. It work as expected on most site e.g.: Screencast from 04.01.2024 10:39:08.webm

It must be something specific to your page/setup/env. It won't be fixed without your input.

Jorc0 commented 8 months ago

https://github.com/bartekplus/FluentTyper/assets/48130077/3cd56335-927d-4eb3-a42a-1ebfc9008468

Jorc0 commented 8 months ago

This is my setup so you can further understand image

bartekplus commented 8 months ago

I'm not sure what do you mean. Text expander is designed to work only if whole world match. The editing in middle of word do not match whole word(letters after carret also matters/This is done by design and it won't be changed. This is done to allow editing and fixing typos in middle of words.

Jorc0 commented 8 months ago

But its not middle word, i want to add a word using expander in front of the current word, its not possible? In that case i want to add the expander op -> operadora: in front of "says something" so i put the cursor in front of the word "says" so it can automatically add the expander option "op -> operadora: "

bartekplus commented 8 months ago

Yes it's middle of the word. It's not possible by design.

Adding letter without space before any word makes it middle of a word.

bartekplus commented 8 months ago

The feature works as intended, and I do not plan to change it.

@Jorc0 If you have the knowledge and are willing to do it, feel free to work on it and open a pull request.