Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ainslec
Copy link

@ainslec ainslec commented Jul 21, 2013

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