You are browsing as a guest. Sign up (or log in) to start making projects!

41h 27m 13s logged

Improved code editor

I’ve implemented error highlighting in the code editor. I also added a list of errors at the bottom of the code editor, and I can jump to the position of the error by clicking the error.

TextEdit in egui does not support highlighting character by character and instead it only highlighting by each sections, so red underlined part may be bigger than the actual error range, but I guess it still looks nice.

0
6

Comments 0

No comments yet. Be the first!