Javaparser: Make TAB character size used by JavaCC configurable

Created on 14 Dec 2016  路  3Comments  路  Source: javaparser/javaparser

It is set to 8, and all positions are calculated using this number. This may very well be wrong for some cases. I think it is mostly 4 nowadays, but should be configurable.

Improvement

All 3 comments

This was found after reading @larsac07's thesis: http://bora.uib.no/bitstream/handle/1956/12756/144804725.pdf

@larsac07 - if you have more suggestions, please add :)

Yay! Someone read my thesis!

@larsac07 turns out you weren't the only one bothered by the TAB thing, by the way - in the new version it was changed to 1 already :)

Was this page helpful?
0 / 5 - 0 ratings