A better fix for IDEA-79095

This commit is contained in:
Rustam.Vishnyakov
2012-02-10 12:20:35 +04:00
parent 6228e2cc2d
commit 03efeb322b
@@ -270,6 +270,7 @@ class InitialInfoBuilder {
final int index,
Block parentBlock)
{
myCurrentWhiteSpace.setForceSkipTabulationsUsage(!myCurrentWhiteSpace.containsLineFeeds());
final LeafBlockWrapper info =
new LeafBlockWrapper(rootBlock, parent, myCurrentWhiteSpace, myModel, myOptions, myPreviousBlock, readOnly);
info.setDebugInfo("target block's class: " + rootBlock.getClass());