brewcode icon indicating copy to clipboard operation
brewcode copied to clipboard

Brew(ster) code editor

Results 6 brewcode issues
Sort by recently updated
recently updated
newest added

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.