Skip to content

Added ability to specify code blocks with raw formatting.#95

Open
ainslec wants to merge 1 commit into
RvonMassow:masterfrom
ainslec:master
Open

Added ability to specify code blocks with raw formatting.#95
ainslec wants to merge 1 commit into
RvonMassow:masterfrom
ainslec:master

Conversation

@ainslec

@ainslec ainslec commented Jul 21, 2013

Copy link
Copy Markdown

Fix for issue : #94

This check-in excludes a lot of boilerplate classes generated when
running the MWE2 file for ease of review. The only model element
modified is CodeBlock (adding a boolean field called 'raw'), and the
only three changes are in StatefulEclipseHelpGenerator.xtend,
Xdoc.xtext, XdocFormatter.java and in various auto-generated
lexing/parsing files.

The default behaviour is maintained for code[....] blocks, but now
code-raw[...] is supported, with the user having fine-grained control
over the idents/white-space handling (1 to 1).

Fix for issue : #94

This check-in excludes a lot of boilerplate classes generated when
running the MWE2 file for ease of review. The only model element 
modified is CodeBlock (adding a boolean field called 'raw'), and the
only three changes are in StatefulEclipseHelpGenerator.xtend,
Xdoc.xtext, XdocFormatter.java and in various auto-generated
lexing/parsing files.

The default behaviour is maintained for code[....] blocks, but now
code-raw[...] is supported, with the user having fine-grained control
over the idents/white-space handling (1 to 1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant