Dmytro Maluka
Dmytro Maluka
FYI: https://github.com/zyedidia/micro/issues/2373#issuecomment-1837300855
But where will we display the cursor at the end of this line? > which isn't what modern GUI editors tend to do That's because they are GUI editors, so...
Looks good to me. > But this didn't work, since [`BufPane.FindNext()`](https://github.com/zyedidia/micro/blob/9eb8782ff2ce4b2bab358317bcaeb6ea11efb56c/internal/action/actions.go#L1076) and [`BufPane.FindPrevious()`](https://github.com/zyedidia/micro/blob/9eb8782ff2ce4b2bab358317bcaeb6ea11efb56c/internal/action/actions.go#L1102) always return `true`, which prevents all subsequent actions from being executed. > I'm not sure if this...
> How about now and here? Otherwise it will be a good idea/intention, but not more and we forget about it again. Absolutely.
I didn't mean that it must be @masmu who has to implement it. :)
> How about now and here? Otherwise it will be a good idea/intention, but not more and we forget about it again. FYI I'm gonna push a PR soon.
1. This is not the only issue here. The `reload` command or setting `filetype` indeed changes the `autosave` value, but as I can see, this value change has no effect:...
> 1. This issue is orthogonal to the issue of whether the setting is a volatile setting and should not be changed by `reload` in the first place. BTW maybe...
> I saw something different Are you sure? I've checked again that with `autosave` and other options that are specially handled by `SetGlobalOptionNative()` and `buffer.SetOptionNative()` (e.g. `hlsearch`, `mouse`), if I...