Håkon
Håkon
## Context * Operating System: `Linux 5.13.19-2-MANJARO x86_64` * Please paste `odin version` output: `dev-2021-10:7aac8df2` Code: ``` package main main :: proc() { a, b := foo() } foo ::...
I was unable to disable the keybinding for toggling the console through the settings. Had a look at your code and came up with this quick fix. This once again...
Any chance you'll release this with a more permissive license like LGPL or MIT? This library is great and I would like to use it in an MIT-licensed project, but...
This makes microui textboxes a bit nicer to use, adding selection manipulation and cut/copy/paste using the text_edit helpers. I've left out undo/redo since it would introduce allocation, but let me...
## Context ``` Odin: dev-2024-05:d698d4cda OS: Windows 11 Enterprise (version: 23H2), build 22631.3296 CPU: AMD Ryzen 7 5800X 8-Core Processor RAM: 16310 MiB Backend: LLVM 17.0.1 ``` ``` package main...