[ide-console] Highlight repl process output
Add icons on gutter Send messages to process in xml
This commit is contained in:
committed by
Pavel V. Talanov
parent
cb1756f5fa
commit
cb5ff094bf
@@ -48,7 +48,7 @@ fun PsiElement.getModuleInfo(): IdeaModuleInfo {
|
||||
)
|
||||
}
|
||||
|
||||
val explicitModuleInfo = containingJetFile?.moduleInfo
|
||||
val explicitModuleInfo = containingJetFile?.moduleInfo ?: (containingJetFile?.originalFile as? JetFile)?.moduleInfo
|
||||
if (explicitModuleInfo is IdeaModuleInfo) return explicitModuleInfo
|
||||
|
||||
if (containingJetFile is JetCodeFragment) {
|
||||
|
||||
Reference in New Issue
Block a user