brewcode
brewcode copied to clipboard
Brew(ster) code editor
I needed to install this https://releases.llvm.org/download.html for clang.
I put in text highlighting really quickly for fun, but it is done in a very slow and hackish way. It is hardcoded to only do Rust syntax highlighting instead...
Right now some text metrics are hard-coded (especially those related to hit_testing), we should instead use actual text metrics from the font itself. To do this, we probably need to...
Right now text insertion does not take into account text selection. I am not entirely sure what I want the text editing API to look like yet, but here is...
Continued from #1 Right now fonts are accessed via hard-coded paths. This is not portable, we should look into using fontkit.