Dmytro Maluka
Dmytro Maluka
This was also discussed for example in https://github.com/zyedidia/micro/issues/2686#issuecomment-1405888710
Can we close this?
> Data in standard input is not read to an empty buffer if there are files specified in command-line arguments like `env | sort | micro .profile`. With this pull...
> I realized that CLI programs like `cat` and less read standard input in the conditions below, which are different with what this pull request implements: > > * No...
I'm not sure I understand what you are talking about. https://github.com/zyedidia/micro/issues/3417 doesn't address problems, it reports problems, and AFAICS all the problems it reports are already addressed by your PR...
> For the same reason as dragging. [#3795 (comment)](https://github.com/zyedidia/micro/pull/3795#discussion_r2188439914) I can't see why. Adding/removing a tab is triggered by a mouse click (even if it's a double click), not by...
> mouse3 -> mouse middle/scroll click Ok, so, closing tab when clicking the middle button on this tab, and opening a new tab when clicking the middle button on the...
> But what should happen if the tab contains modified buffers? [...] Interesting dilemma... From a pure usability standpoint, I'm really not sure which option is the best one. From...
> Seems a great addition but looks odd on a non read-only buffers, I wonder if we could make it a `common option` strictly for read-only buffers. So the user...
> And shift this idea more into a "viewer mode" i.e. hidecursor but handle those odd behaviours, not sure if worth to make it on go side. I thought about...