multiline
multiline copied to clipboard
An implementation of multiline string literals in Java, using Javadoc comments. This project is originated from the blog post of Adrian Walker ( http://www.adrianwalker.org/2011/12/java-multiline-stri...
example: ``` /**hello */ ``` will be changed to ``` /** * hello */ ```
It would be nice if the text could be trimmed of surplus whitespace and beginning and end and whitespace after \n that corresponds with starting indentation is removed. so ```...
Hello, I appreciate that you would make newer, v0.1.3?, multiline-string.jar.
Would it be possible to provide a license for this project? Without one it makes it very hard to use in a commercial setting.
안녕하세요? 황지환입니다. eclipse neon version 에서 compile시 동작 안하는 현상이 발생합니다. compile시 아래와 같은 에러 로그가 발생합니다. --- java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/compiler/ast/Expression at org.adrianwalker.multilinestring.MultilineProcessor.init(MultilineProcessor.java:25) at org.eclipse.jdt.internal.apt.pluggable.core.dispatch.IdeAnnotationProcessorManager.discoverNextProcessor(IdeAnnotationProcessorManager.java:94) at org.eclipse.jdt.internal.compiler.apt.dispatch.RoundDispatcher.round(RoundDispatcher.java:116) at org.eclipse.jdt.internal.compiler.apt.dispatch.BaseAnnotationProcessorManager.processAnnotations(BaseAnnotationProcessorManager.java:159) at org.eclipse.jdt.internal.apt.pluggable.core.dispatch.IdeAnnotationProcessorManager.processAnnotations(IdeAnnotationProcessorManager.java:135)...
When I use the multiline library in conjunction with meanbean for unit testing beans, I get an error. The error goes away when I remove the @Multiline annotation: ``` Cannot...
Update the link in https://github.com/benelog/multiline/wiki/Non-Maven-Java-project-with-Eclipse from https://github.com/benelog/multiline/raw/master/maven-repository/org/adrianwalker/multiline-string/0.1.1/multiline-string-0.1.1.jar to https://github.com/benelog/multiline/raw/master/maven-repository/org/adrianwalker/multiline-string/0.1.1/multiline-string-0.1.2.jar The latter one works perfectly in eclipse mars with java 1.8
I try to use `@Multiline` on Java 8 building with gradle and 'net.sf.gapt' plugin, but see in logs following: ``` warning: No SupportedSourceVersion annotation found on org.adrianwalker.multilinestring.MultilineProcessor, returning RELEASE_6. warning:...