c
top.scaleda.verilog.editor.codeStyle
VerilogCodeStyleSettings
Companion object VerilogCodeStyleSettings
class VerilogCodeStyleSettings extends CustomCodeStyleSettings
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VerilogCodeStyleSettings
- CustomCodeStyleSettings
- Cloneable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VerilogCodeStyleSettings(container: CodeStyleSettings)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- var ASSIGNMENT_STATEMENT_ALIGNMENT: VerilogCodeStyleSettings.Value
- var CASE_ITEMS_ALIGNMENT: VerilogCodeStyleSettings.Value
- var CLASS_MEMBER_VARIABLE_ALIGNMENT: VerilogCodeStyleSettings.Value
- var COMPACT_INDEXING_AND_SELECTION: Boolean
- var DISTRIBUTION_ITEMS_ALIGNMENT: VerilogCodeStyleSettings.Value
- var ENUM_ASSIGNMENT_STATEMENT_ALIGNMENT: VerilogCodeStyleSettings.Value
- var EXPAND_COVERPOINTS: Boolean
- var FORMAL_PARAMETERS_ALIGNMENT: VerilogCodeStyleSettings.Value
- var FORMAL_PARAMETERS_INDENTATION: Boolean
- var LINE_BREAK_PENALTY: Int
- var MODULE_NET_VARIABLE_ALIGNMENT: VerilogCodeStyleSettings.Value
- var NAMED_PARAMETER_ALIGNMENT: VerilogCodeStyleSettings.Value
- var NAMED_PARAMETER_INDENTATION: Boolean
- var NAMED_PORT_ALIGNMENT: VerilogCodeStyleSettings.Value
- var NAMED_PORT_INDENTATION: Boolean
- var OVER_COLUMN_LIMIT_PENALTY: Int
- var PORT_DECLARATIONS_ALIGNMENT: VerilogCodeStyleSettings.Value
- var PORT_DECLARATIONS_INDENTATION: Boolean
- var PORT_DRAPD: Boolean
- var PORT_DRAUD: Boolean
- var STRUCT_UNION_MEMBERS_ALIGNMENT: VerilogCodeStyleSettings.Value
- var TRY_WRAP_LONG_LINES: Boolean
- var WRAP_SPACES: Int
- def afterLoaded(): Unit
- Attributes
- protected[com.intellij.psi.codeStyle]
- Definition Classes
- CustomCodeStyleSettings
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def beforeLoading(): Unit
- Attributes
- protected[com.intellij.psi.codeStyle]
- Definition Classes
- CustomCodeStyleSettings
- def clone(): AnyRef
- Definition Classes
- CustomCodeStyleSettings → AnyRef
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- CustomCodeStyleSettings → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def getContainer(): CodeStyleSettings
- Definition Classes
- CustomCodeStyleSettings
- def getKnownTagNames(): List[String]
- Definition Classes
- CustomCodeStyleSettings
- final def getTagName(): String
- Definition Classes
- CustomCodeStyleSettings
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def importLegacySettings(arg0: CodeStyleSettings): Unit
- Attributes
- protected[com.intellij.psi.codeStyle]
- Definition Classes
- CustomCodeStyleSettings
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def readExternal(arg0: Element): Unit
- Definition Classes
- CustomCodeStyleSettings
- Annotations
- @throws(classOf[com.intellij.openapi.util.InvalidDataException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def writeExternal(arg0: Element, arg1: CustomCodeStyleSettings): Unit
- Definition Classes
- CustomCodeStyleSettings
- Annotations
- @throws(classOf[com.intellij.openapi.util.WriteExternalException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)