farhan5248 / lean-sheep-dog-tools

Eclipse and Maven plug-ins to help manual testers support developers adopting bdd and tdd using lean principles
GNU General Public License v3.0
0 stars 0 forks source link

Xtext Doc Strings leading and trailing spaces are dropped #77

Closed farhan5248 closed 6 months ago

farhan5248 commented 6 months ago

Fix this first It looks like there's one more leading space and one more trailing space added by default, probably the result of the formatting rules for hidden regions being absent so set those as no space by default.

Because the xtext file defines Line as not having whitespace, it's not included in the getter. Try including the whitespace in the definition If that fails, then access the hidden regions when parsing the file.

farhan5248 commented 6 months ago

Trying to solve this problem by updating the lexer