Attributes
Members list
Type members
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
display a cut piece of code as markdown depending on the existence of newlines in the original piece
display a cut piece of code as markdown depending on the existence of newlines in the original piece
Attributes
trim the expression from start and end accolades if it is a multiline expression
trim the expression from start and end accolades if it is a multiline expression
- in some case it is necessary to add a dummy expression so that the range position of the captured snippet is correct. //;1// is the smallest such expression
Attributes
RangePos snippets are built by using all the string at the macro application point (it used to be only the "inside" code but that got broken in 2.11.0-M8)
RangePos snippets are built by using all the string at the macro application point (it used to be only the "inside" code but that got broken in 2.11.0-M8)
3 things need to be trimmed:
-
the "snippet" method call
-
the expression from start and end accolades if it is a multiline expression
-
in some case it is necessary to add a dummy expression so that the range position of the captured snippet is correct. //;1// is the smallest such expression