Ashar
Ashar
And when you are testing the release script. I will test Mac bundle, just let me know the Mac Bundle assets URL.
> The size of the AppImage and the dmg are bigger, but the windows releases are still of the same size as before. That's because setup doesn't includes KSyntaxHighligting.dll and...
For some reason CMake is building both Release and Debug variants for KSH. But with `cmake install` it only installs Debug variant. It CMake were to build only Release, it...
Ksyntax highlighting has its own themes. These themes are complete, they define color for code syntax, background color, error highlighting color etc. We should get rid of Editor Theme or...
> It seems that we need to link KSyntaxHighlighting in QCodeEditor, too. :thinking: Maybe we can move QCodeEditor codes into CP Editor itself and get rid of the submodule? That...
> But why are we putting the KSyntaxHighlighting in CP Editor? If we want to keep QCodeEditor separated, I think it's better to put everything of KSyntaxHighlighting in QCodeEditor. We...
> > > > We should add to its CMake an option to skip building and install ECM and KSH from the source because on Arch or Debian KSH is...
> It seems that this is the real reason that the line number area of QCodeEditor is slow: > > https://github.com/cpeditor/QCodeEditor/blob/f57ca8a93f8f6c0f655779c58688d20e33907d8f/src/internal/QLineNumberArea.cpp#L29-L36 > > And it's written by me :sweat: It...
@ouuan Wait, I'll finalize in a moment with new push and then you can work
It will solve #17 too