|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Wrap | |
|---|---|
| com.intellij.formatting | Provides interfaces which allow to implement code formatters for custom languages. |
| Uses of Wrap in com.intellij.formatting |
|---|
| Methods in com.intellij.formatting that return Wrap | |
|---|---|
static Wrap |
Wrap.createChildWrap(Wrap parentWrap,
WrapType wrapType,
boolean wrapFirstElement)
Creates a low priority wrap setting of the specified type. |
static Wrap |
Wrap.createWrap(WrapType type,
boolean wrapFirstElement)
Creates a block wrap setting of the specified type. |
Wrap |
Block.getWrap()
Returns a wrap object indicating the conditions under which a line break is inserted before this block when formatting, if the block extends beyond the right margin. |
| Methods in com.intellij.formatting with parameters of type Wrap | |
|---|---|
static Wrap |
Wrap.createChildWrap(Wrap parentWrap,
WrapType wrapType,
boolean wrapFirstElement)
Creates a low priority wrap setting of the specified type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||