Ashar
Ashar
@neko-para was asking what changes should done to fix #925?
> a PR waiting for another PR/issue It means PR A should be merged before PR B can be merged. Since PR B requires some changes that are in PR...
Does #858 fixes #925? Or another PR to fix #925 will be created after #858 is merged?
> > Does #858 fixes #925? > > Yes. @neko-para you should link that issue to the PR.
> It's seems like QCodeEditor is deprecated and there is a PR rewriting it. Should I modify QCodeEditor or wait for the rewriting to complete? Its better if you can...
In addition to this we also need to fix the parentheses highlighting in comments. A parentheses inside a comment should not be highlighted/matched with its opening/closing braces.
> Note: The coloring is correct, but you would get a highlight telling you that it maps with the next `}`. If you want you can contribute to fix this...
Now quoted parenthesis will not be highlighted. See https://github.com/cpeditor/QCodeEditor/compare/cf9a2179775996a1f7b50764d8c4ca514ec0717a...dad1203cd228378f8e2a8510b5926503813fe0be Note: Two parenthesis under same quotes or under different quotes will be highlighted. Suppose `|` is cursor. Nothing is highlighted here...
Most of modern editor like VSCODE or VS have extension that can generate such comments based on functions signature.
**HELP WANTED** IF YOU UNDERSTAND THE CODE PLEASE PROPOSE PR WITH CODE DOCUMENTATION AND WE WILL HAPPILY MERGE IT.