TK Soh
TK Soh
> As for the font messages, that just means that something is trying to use the font Monospace, but that doesn't exist on your system so it's using a substitute...
> If you invoke it again with Cmd-F it does come up, but with an empty search field IMO, this is probably not the best behavior. Perhaps we should detect...
@eteran No problem. I am not too upset if we don't change this, since this is how nedit has operated for so many years (thanks for reminding me ;-) Admittedly...
@marilmanen I wonder what kind of confusion the scrolling has caused. The behavior on classic nedit was more like a shortcoming, rather than a feature. I originally wanted something like...
@eteran just a quick though, is it possible to config how many tabs to appear on the tabbar at one time? Maybe that will provide more flexibility and still give...
I just ran into this issue with plugin v2.0.0. However, in my case, the problem happens on Code 128 format. Not issue with Code 93 format. Unfortunately, we have committed...
@theiskaa Thanks for the invitation. Unfortunately right now I'm able to join the discussion due to other commitments. Looking forward to that in the future.
@theiskaa I took a different approach in implementing the hiding support for my project, and so far it seems to work for what I needed. Perhaps I can spend some...
At this point, my implementation is still very much just cater for what I need, and from what I learned so far, I suspect it won't be fit for general...
@theiskaa Just FYI, I found a temp workaround for this using OverscrollIndicatorNotification in this commit (https://github.com/tksoh/flutter_hidable_demo/commit/20449526d79fb127ee78971f1ca165a765e101b1). Let me know if you see any issue. Otherwise, perhaps you can see how...