mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
A better fix for IDEA-79095
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user