Ashar

Results 160 comments of Ashar

I have a fork of this being maintained here. https://github.com/coder3101/tree-sitter-proto/tree/main It has basically all good things from all forks of this repository + some extras such as edition support etc.

Yeah sure. I will surely work on implementing this ASAP.

Work in Progress : On branch scintilla. There are some features that may not work with scintilla like themes, so for now scintilla will only have Default white theme

Yeah, first let me make it fully functional then we will work on UI aspect of it

QScintilla will be an addition and QCodeEditor will not go anywhere. User will have choice to use one of the two editors, however change of editor will require the restart...

This needs to become optional, I will still work on this and add as optional feature.

**We are continuing to use this editor but since language server will offer auto-complete and other stuff, it is better that our editor gets these features now**

Error highlighting is done! newly added API to handle error highting are: ```cpp /** * @brief squiggle Puts a underline squiggle under text ranges in Editor * @param level defines...

> You can work on FakeVim of CP Editor first. There are too many bugs/problems now, sometimes I can't tell whether it's a problem of the text cursor or a...

> > It will be helpful if you could list them (maybe here, or by opening a PR from fakevim and in that thread). > > There are too many....