Details
Diff Detail
- Repository
- R216 Syntax Highlighting
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
I copied all the keywords in the css.xml file and it's a shame. I think that Keyword could refer to those of other files with ## as for IncludeRules.
Hi,
the idea "I copied all the keywords in the css.xml file and it's a shame. I think that Keyword could refer to those of other files with ## as for IncludeRules."
sounds reasonable.
Do you want to give it a try to implement that? Volker, what do you think about that?
The unit tests fail du to errors like:
-<dsNormal></dsNormal><br/>
-<dsNormal></dsNormal><br/>
+<Normal Text></Normal Text><br/>
+<Normal Text></Normal Text><br/>
Could it be your local version wasn't up to date?
I will regen the references, I see only empty lines change their attributes.
Yes, my compilation folder was pointing to my fork on github from which I make the patches (as I do not have the right version for ECM, I have a script that does among other things a new CMakeLists.txt in another folder and adds symbolic links for project files). If there was no more error it was because I saw them in the conflicts.
Currently I put find_package (ECM 5.31.0 ... (instead of 5.49.0) and delete include (ECMAddQch) which I think should be in if (BUILD_QCH).