Neko Box Coder
Neko Box Coder
@progmem I know this is quite a while ago but I still want this feature. I think maybe we don't need to modify the save behavior but just change directory...
Yeah, right now I have 2 versions of keybindings (1 with Shift 1 without) that binds to the same action as a workaround so that I can use the same...
@JoeKar This is actually kinda similar to #3304 and the fix I am working on at the moment is to try both "Alt-E" and "Alt-Shift-E" if it is a capital...
Does `tab` work when your caret is on `..`? And which OS are you using? https://github.com/micro-editor/updated-plugins/tree/master/filemanager-plugin
So this happens when whatever is trying to bind/unbind a key, whether it is from the user or a plugin. The same goes for settings. I guess it's alright it...
@dmaluka Yeah, I agree we should change `ctrl-x` default to match what people would expect, cutting a line. > BTW the current behavior has an "advantage" over nano: it allows...
@niten94 Yeah thanks, I forgot to change the commit message when amending the commit.
@taconi I think you were maintaining it? Do you have any insight into this? I am happy to mirror/clone it to github under my account if you still have the...
Updated the links to point to the ones in stable.
It might be a bit late but you can set `CMAKE_POLICY_VERSION_MINIMUM=3.5 ` on Linux or on Powershell I believe. Though the best solution is for the maintainer to fix this.