Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
NShader.NShaderSource Class Reference
Inheritance diagram for NShader.NShaderSource:
Source

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)
 

Detailed Description

Definition at line 9 of file NShaderSource.cs.

Constructor & Destructor Documentation

NShader.NShaderSource.NShaderSource ( LanguageService  service,
IVsTextLines  textLines,
Colorizer  colorizer 
)

Definition at line 11 of file NShaderSource.cs.

Member Function Documentation

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)
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)

The documentation for this class was generated from the following file: