Neko Box Coder
Neko Box Coder
Nice, the cursor up and down is now working between paragraphs (1.) The [second point](https://github.com/zyedidia/micro/pull/3107#pullrequestreview-2117250062) is still not working This is my test case: ```text Just a Very Long Line...
I am not sure if this is the same issue or not or a similar one. So both `operator[]` and `find_child()` have `noexcept` which is fine, and we can decide...
@biojppm I think technically all the ones that can call the error callback should not be `noexcept`, like you said maybe a conditional `noexcept` would be good. There are a...
Not sure if this is related but is it possible to bundle `xdg-desktop-portal` or `xdg-desktop-portal-gtk` because file dialogue would not work without one of them.
@brandlymarc I tried to get it working by just installing the xdg desktop portal package but couldn't get it to work. At the end, I think I just disable desktop...
Which branch are you building from?
Did you use CMake to generate the ninja make files? If so when you were doing cmake (`cmake ..`), it should give a warning with something like `Embed2C not found,...
Alternatively, you can use the `v0.94.00.a_release` branch if you want (A bit outdated compare to master) which has all the embedded resources already populated
Cool, it did show the warning. Yeah just do `cmake --build . --target Embed2C` in your build directory and rerun `cmake ..` again ``` CMake Warning at External/Embed2C/embedFile.cmake:20 (message): Embed2C...
I can create a PR later this month that solves both this and #3305 by trying different key representations when handling a key press.