"Colourised in XXms" what this new feature means?
-
Since today morning, I noticed a right aligned line of texts in the code block (wrapped with pre tag pairs) which says "Colourised in 58ms". Can any one guide what it actually means? Is this something similar to Visual Studio feature which indicates like "12345ms elapsed"? Can anyone educate me? Thanks in advance ! :) Note: I am not sure if this is the right category of forum to ask the question. Suggestion on this would be helpful too.
___@sHubHa
-
Since today morning, I noticed a right aligned line of texts in the code block (wrapped with pre tag pairs) which says "Colourised in 58ms". Can any one guide what it actually means? Is this something similar to Visual Studio feature which indicates like "12345ms elapsed"? Can anyone educate me? Thanks in advance ! :) Note: I am not sure if this is the right category of forum to ask the question. Suggestion on this would be helpful too.
___@sHubHa
It might be useful to know what application you noticed this in - presumably VS
Never underestimate the power of human stupidity RAH
-
Since today morning, I noticed a right aligned line of texts in the code block (wrapped with pre tag pairs) which says "Colourised in 58ms". Can any one guide what it actually means? Is this something similar to Visual Studio feature which indicates like "12345ms elapsed"? Can anyone educate me? Thanks in advance ! :) Note: I am not sure if this is the right category of forum to ask the question. Suggestion on this would be helpful too.
___@sHubHa
I suspect it's an artefact of the formatter that CP is using. This type of question would normally be asked in the Lounge but is also suitable for the Site Bugs and Suggestions forum because you are asking about site behaviour and, as that's where the CP team hang out, that's where they should see the question.
This space for rent
-
It might be useful to know what application you noticed this in - presumably VS
Never underestimate the power of human stupidity RAH
-
Since today morning, I noticed a right aligned line of texts in the code block (wrapped with pre tag pairs) which says "Colourised in 58ms". Can any one guide what it actually means? Is this something similar to Visual Studio feature which indicates like "12345ms elapsed"? Can anyone educate me? Thanks in advance ! :) Note: I am not sure if this is the right category of forum to ask the question. Suggestion on this would be helpful too.
___@sHubHa
-
It might be useful to know what application you noticed this in - presumably VS
Never underestimate the power of human stupidity RAH
It's a site feature. If you surround a block in pre tags in the editor, it tells you how long it took to colour the block.
For instance, this section of
formatting told me that it
took approximately 3 ms
to format successfully.This space for rent
-
No it is here on CodeProject in forum messages:
int i = 0;
while (true)
{
++i;
if (i > 1000)
break;
}Yes.. True. I noticed this in codeproject.
___@sHubHa
-
It's a site feature. If you surround a block in pre tags in the editor, it tells you how long it took to colour the block.
For instance, this section of
formatting told me that it
took approximately 3 ms
to format successfully.This space for rent
Exactly !!!
___@sHubHa
-
I think it's Bob only. The smartest guy. ;)
___@sHubHa
-
I suspect it's an artefact of the formatter that CP is using. This type of question would normally be asked in the Lounge but is also suitable for the Site Bugs and Suggestions forum because you are asking about site behaviour and, as that's where the CP team hang out, that's where they should see the question.
This space for rent
Thanks for the guidance :)
___@sHubHa