Roland Guem

Results 18 comments of Roland Guem

Hi, thanks for that, yes I am interested in it, I moved to Kaminari in my other projects already, only had no time for that and forgot to do it....

Sorry, this project and code is no longer maintained. Check the Readme for Details. Please use the Netbeans Plugin (which offers all the functionality you search.)

Sorry, this project and code is no longer maintained. Check the Readme for Details. Please use the Netbeans Plugin (which offers all the functionality you search.)

Hi, yes this is currently true, as the PrettyFormatter of Gherkin just takes the whole text as input argument and then returns the formatted source (after lexing and parsing inside...

Hi again, I've looked into that issue and currently I do not know how to get access to the caret position to store it and restore it after the formatting....

yes that was what I tried, when I looked for a solution, but there is no such access.

hi, first I thought: "doooh" ... but then I remembered why I did not used that solution adding your fix produces the following: java.lang.NullPointerException at org.netbeans.modules.editor.indent.TaskHandler.caretOffset(TaskHandler.java:123) at org.netbeans.modules.editor.indent.spi.Context.caretOffset(Context.java:227) at qubit.cucumber.editor.format.GherkinFormatTask.reformat(GherkinFormatTask.java:40)...

Hi, I have tested it and created a new snippet (new abbreviation and body) and that worked as supposed. I have also tested to change one of the predefined rules...

I thought, that I found a solution, but this solution did not work. I have tried to change the snippets.xml file (change the xml:space attribute from preserve to default) but...

Hi, I've copy and pasted this code to a feature file in NetBeans 6.8 and 6.9RC1 and there is NO unexpected error or anything else ... So please check it...