Dixon Ryan (ETAS/ERS-ENG1)
2017-07-20 18:28:54 UTC
Hello Alan,
Emacs -Q 25.2 ( ~~15th May cc 5.33)
Please open:
someVar is not correctly highlighted.
#include <iostream>
int main()
{
for ( const std::map<SomeKey, SomeValue>::value_type& someVar : InSomeMap )
{
;
}
return 0;
}
Is it possible to request that all Template types are consistently coloured? I know you have discussed this before, but I think the best thing to is to just not perform any highlighting on template parameters since, at least, they will then be the same colour. Unless.. I am missing an obvious use case where such a thing is not possible.
Cheers.
Emacs -Q 25.2 ( ~~15th May cc 5.33)
Please open:
someVar is not correctly highlighted.
#include <iostream>
int main()
{
for ( const std::map<SomeKey, SomeValue>::value_type& someVar : InSomeMap )
{
;
}
return 0;
}
Is it possible to request that all Template types are consistently coloured? I know you have discussed this before, but I think the best thing to is to just not perform any highlighting on template parameters since, at least, they will then be the same colour. Unless.. I am missing an obvious use case where such a thing is not possible.
Cheers.