microsoft / azure-tools-for-java

Azure tools for Java, including Azure Toolkits for Eclipse, IntelliJ and related projects.
Other
239 stars 165 forks source link

[IntelliJ][2019.3 EAP][console]Layout issue with the results of the interactive console. #3686

Closed v-lanjli closed 4 years ago

v-lanjli commented 5 years ago

IntelliJ build version: 2019.3 EAP IC-193.4778.7 OS: Mac/Win/Linux JDK: JetBrains s.r.o 11.0.4 Plugin version: 3.28.0-LATEST-EAP-SNAPSHOT

Repro Steps:

  1. Open IntelliJ and install the EAP plugin
  2. Link a cluster or sign in to Azure
  3. Create config, and select a linked cluster for Spark Cluster
  4. Tools -> Spark Console -> Run Spark Livy Interactive Session Console(Scala)
  5. Enter 'sc.appName' or 'spark.sessionState'
  6. Check the result

Actual:

  1. Run interactive console with link a cluster: The command is displayed after the result image
  2. Run interactive console by sign in to Azure and select a cluster: Run command is not highlighted. image

Expectation: The layout of the results should be consistent with below: image

v-lanjli commented 4 years ago

@wezhang The layout issue has been fixed, but there are still some issues:

  1. In 192, the wording is spark, but in 193, the wording is scala. image
  2. The scala is not highlight.
v-lanjli commented 4 years ago

Verified and fixed, closed this issue.