Ashar
Ashar
@ilammy Any update on this. Due to this random error, my CI is completely unresponsive and unreliable.
Nothing was broken rather what was is the behaviour of this extension if a msvc of a version is requested which is not installed? Say 14.25 on windows-2019 image is...
Same issue!
I have started the work on adding vim mode to QCodeEditor at [this branch](https://github.com/cpeditor/QCodeEditor/tree/fakevim) You can expect initial support for vim after next few releases, we will let you know...
Development for vim emulation is Code Editor independent. I am actively working on adding this support as I like vim binding and use it everywhere! You can track the progress...
Vim support is mostly complete. We are just left with adding some custom vim command supports so you can run/compile directly by issuing a vim command. We might need some...
> > Or we can try to find a different way to implement #733. > > Maybe a widget contains a HBoxLayout, with a QCheckBox and a clickable label? It...
@allcontributors please add @andreaemonti for ideas
I am @ouuan had some discussion about it in Telegram. > ouuan: > I'm not sure how to parse the output of g++, especially when it may be in the...
I have found the source code from geany that can be ported to us to underline the errors and warning after compilation. Please check this code segment. https://github.com/geany/geany/blob/master/src/msgwindow.c#L874-L1177 It only...