Dmytro Maluka
Dmytro Maluka
> Thanks, is Ctrl-Tab not passed through by the terminal? I noticed that it just does the "Tab" action, so does the program only see the Tab key? It is...
@kovidgoyal Looks interesting, thanks. (I recall I might have seen this specification a few years ago, when it probably had far fewer implementations than it does now...) The thread discussing...
Yeah, makes sense.
You can use `textfilter cat filename.txt`. See `help commands` for the description of what the `textfilter` command does. There is a caveat though: `textfilter` passes the selected text through a...
> I just want to say that this appears as a regression in some existing popular color schemes, which were already loading via plugins, such as https://github.com/KiranWells/micro-nord-tc-colors. Hmm, this plugin...
> On the other hand, if a color scheme is failing to load or is not installed, it should be readily apparent to the user as soon as they see...
Objectively this is a regression, so it would be better to fix it (which is unfortunate). Back when we discovered it, I was thinking how to address it with some...
Ok, I've implemented https://github.com/zyedidia/micro/pull/3761 which fixes the regression (i.e. makes https://github.com/KiranWells/micro-nord-tc-col and other colorscheme plugins work again), plus it fixes the original issue (i.e. makes it possible for plugins to...
Initial obvious thoughts: 1. This `NewTabFromBuffer` interface is stupid. Why on earth does it need these x, y, width, height to be passed to it, if it can easily find...
> As it stands, all Lua stuff is just the internal editor API (except for some things, which is highly confusing tbh) Yes, it is confusing and unfortunate. I wrote...