![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
| NShaderSource (LanguageService service, IVsTextLines textLines, Colorizer colorizer) | |
| override void | ReformatSpan (EditArray mgr, TextSpan span) |
| override TextSpan | CommentSpan (TextSpan span) |
| override TextSpan | CommentLines (TextSpan span, string lineComment) |
| override TextSpan | CommentBlock (TextSpan span, string blockStart, string blockEnd) |
| override TextSpan | UncommentSpan (TextSpan span) |
| override TextSpan | UncommentLines (TextSpan span, string lineComment) |
| override TextSpan | UncommentBlock (TextSpan span, string blockStart, string blockEnd) |
Definition at line 9 of file NShaderSource.cs.
| NShader.NShaderSource.NShaderSource | ( | LanguageService | service, |
| IVsTextLines | textLines, | ||
| Colorizer | colorizer | ||
| ) |
Definition at line 11 of file NShaderSource.cs.
| override TextSpan NShader.NShaderSource.CommentBlock | ( | TextSpan | span, |
| string | blockStart, | ||
| string | blockEnd | ||
| ) |
Definition at line 123 of file NShaderSource.cs.
Referenced by NShader.NShaderSource.CommentSpan().
| override TextSpan NShader.NShaderSource.CommentLines | ( | TextSpan | span, |
| string | lineComment | ||
| ) |
Definition at line 95 of file NShaderSource.cs.
Referenced by NShader.NShaderSource.CommentSpan().
| override TextSpan NShader.NShaderSource.CommentSpan | ( | TextSpan | span | ) |
Definition at line 49 of file NShaderSource.cs.
References NShader.NShaderSource.CommentBlock(), and NShader.NShaderSource.CommentLines().
| override void NShader.NShaderSource.ReformatSpan | ( | EditArray | mgr, |
| TextSpan | span | ||
| ) |
Definition at line 36 of file NShaderSource.cs.
| override TextSpan NShader.NShaderSource.UncommentBlock | ( | TextSpan | span, |
| string | blockStart, | ||
| string | blockEnd | ||
| ) |
Definition at line 200 of file NShaderSource.cs.
Referenced by NShader.NShaderSource.UncommentSpan().
| override TextSpan NShader.NShaderSource.UncommentLines | ( | TextSpan | span, |
| string | lineComment | ||
| ) |
Definition at line 178 of file NShaderSource.cs.
Referenced by NShader.NShaderSource.UncommentSpan().
| override TextSpan NShader.NShaderSource.UncommentSpan | ( | TextSpan | span | ) |
Definition at line 145 of file NShaderSource.cs.
References NShader.NShaderSource.UncommentBlock(), and NShader.NShaderSource.UncommentLines().