- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Enhanced Syntax Highlighting
- Priority Very Low
- Reported Version 1.0.0.2890 Beta
- Due in Version Undecided
- Votes
- Private
Attached to Project: Codinion
Opened by wmj - 16.01.2016
Last edited by Martin Topfstedt - 31.01.2016
Opened by wmj - 16.01.2016
Last edited by Martin Topfstedt - 31.01.2016
FS#34 - Const rules not applied in method body
In the following code, const variables "C" and "D", defined in a constructor, were not using the any rule of systax highlighting.
class A {
const string B = "_b";
static A () {
const string C = "e";
const string D = "f";
}
}
Closed by Martin Topfstedt
31.01.2016 15:38
Reason for closing: Fixed
Additional comments about closing: in 1.0.0.3166 beta
31.01.2016 15:38
Reason for closing: Fixed
Additional comments about closing: in 1.0.0.3166 beta
thanks for reporting this. it will be fixed in the next beta verison.