INNER CODE UNIT · C#

spanText

ArcadeMakerSources/ArcadeMaker · src/ArcadeMaker.IDE/CodeChecker.cs:226

                            spanText = spanText.Substring(0, spanText.Length - 1);
                            i--;
                        }
                        span.text = spanText;
                        spanText = "";
                        spans.Add(span);
                        bool nextSpanFormattedStringContinue = span.insideFormattedString && !nextSpanInsideFormattedString;
                        span = new CodeSpan { insideFormattedString = nextSpanInsideFormattedString };
                        if (nextSpanFormattedStringContinue)
                            span.type = SpanType.FormattedString;
                    }
                }
                if (ignore == 1)
                    ignore = 2;
                else if (ignore == 2)
                    ignore = 0;
            }

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…