mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
Increase a possible right margin when aligning to CodeStyleSettings.MAX_RIGHT_MARGIN
This commit is contained in:
@@ -732,7 +732,7 @@ public class FormatProcessor {
|
||||
|
||||
BlockAlignmentProcessor.Context context = new BlockAlignmentProcessor.Context(
|
||||
myDocument, alignment, myCurrentBlock, myAlignmentMappings, myBackwardShiftedAlignedBlocks,
|
||||
getIndentOptionsToUse(myCurrentBlock, myDefaultIndentOption), myRightMargin
|
||||
getIndentOptionsToUse(myCurrentBlock, myDefaultIndentOption), CodeStyleSettings.MAX_RIGHT_MARGIN
|
||||
);
|
||||
BlockAlignmentProcessor.Result result = alignmentProcessor.applyAlignment(context);
|
||||
final LeafBlockWrapper offsetResponsibleBlock = alignment.getOffsetRespBlockBefore(myCurrentBlock);
|
||||
|
||||
Reference in New Issue
Block a user