NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
A simple structure to define a syntax block for folding, etc. More...
#include <syntax.hpp>
Public Attributes | |
std::string | startWord |
std::string | endWord |
std::string | middleWord1 |
std::string | middleWord2 |
A simple structure to define a syntax block for folding, etc.
Definition at line 34 of file syntax.hpp.
std::string SyntaxBlockDefinition::endWord |
Definition at line 37 of file syntax.hpp.
Referenced by NumeReEditor::OnMouseDwell(), and NumeReSyntax::splitDefs().
std::string SyntaxBlockDefinition::middleWord1 |
Definition at line 38 of file syntax.hpp.
Referenced by NumeReEditor::OnMouseDwell(), and NumeReSyntax::splitDefs().
std::string SyntaxBlockDefinition::middleWord2 |
Definition at line 39 of file syntax.hpp.
Referenced by NumeReEditor::OnMouseDwell(), and NumeReSyntax::splitDefs().
std::string SyntaxBlockDefinition::startWord |
Definition at line 36 of file syntax.hpp.
Referenced by NumeReEditor::OnMouseDwell(), and NumeReSyntax::splitDefs().