Ashar

Results 160 comments of Ashar

Adding to this list `'a'` in `char ch='a'` is also not being highlighted. It should be easy to add a regex to match them and it is critical highlighting issue...

See more incorrect highlighting in #641

This will be resolved by #516

This is being resolved by adding an option to disable the highlight colour of the current line by #581 A new issue to change the colour of the highlight will...

![image](https://user-images.githubusercontent.com/22212259/84146328-2bc02980-aa79-11ea-8fd6-629d1fb6aa38.png) Some of the prominent CPU consuming tasks in our Editor. Seems that 5% of our launch time is consumed by `SingleApplication`. You can see the complete perf using `hotspot`...

`Ctrl+G` can you explain how it works in Sublime? I am not familiar with it.

> Are you sure `getSyntaxHighlightingRepository`/all singletons should be in Util? `Core` could be better place for Singletons.

Have a look at this repository which sets up and builds with ECM and KSH. https://github.com/ChungZH/notepanda/runs/860593920?check_suite_focus=true

I was able to build it locally with same `-DKF5...="C:\Progra...."` flag.

In new KSH, we need to add a DLL present inside of `{KSH_Build}/Release/bin/KSyntaxHighlighting.dll` First check if, `windeployqt` is able to put that DLL automatically or we need to copy it...