Chris Ainsley

Results 11 issues of Chris Ainsley

Hello, I'd really like to add support for Rainbow to Iro ( https://medium.com/@model_train/creating-universal-syntax-highlighters-with-iro-549501698fd2 ), which I think would be beneficial for both projects, but don't see that rainbow as demarcated...

I see that extensions (Such as [PlantUmlService.java](https://github.com/asciidocfx/AsciidocFX/blob/master/src/main/java/com/kodcu/service/extension/PlantUmlService.java)) seem to be registered via "[ApplicationController.java](https://github.com/asciidocfx/AsciidocFX/blob/master/src/main/java/com/kodcu/controller/ApplicationController.java)". i.e. extensions need to be registered at compile-time (as I understand it). I wonder if it might...

Hello, I'm back to bother you with the second part of my validation request. I really like what you did with the validation work in 1.5.9.9, via issue #333 ....

enhancement

Hello, I love Trizbort. I have a feature request. I'd like to be able to add a rectangle (or other shapes) to a map (a rectangle, not a room) and...

Hello, I'm wondering if it's possible to build Domino so that it doesn't require to access any CSS or HTML accessed externally? That is, everything is baked into the compiled...

Currently, "autocomplete" allows templates to be used for autocompletes. The problem is that only one cursor tabstop can be used ( to signify the cursor resting place after completion), and...

enhancement

I would like a configuration option to disable the drawing of rectangles via OutlineHighlightPainter.java. I have managed to achieve this by commenting out the g.drawRect(...) statements, and would be happy...

enhancement

As "diorcety" recently pointed out, we have entered into a slightly ambigious licensing state for the project. Whilst the project has always been MIT license, some contributors have been able...

Fix for issue : https://github.com/RvonMassow/xDoc/issues/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...

This issue is related to an issue where line feeds and indent levels are lost when certain code is used in a code block. I enclose a sample .xdoc file...