https://kotlinlang.org logo
Title
t

tschuchort

07/12/2017, 7:00 PM
in the context menu I can only mark it as plain text 😕
j

joelpedraza

07/12/2017, 7:08 PM
@tschuchort: The matching rule should be something like compilationUnitContainsExactlyOneDeclarationOf(Class|Interface|Enum|Object). Could be a bug. File one if you can reproduce it
t

tschuchort

07/12/2017, 7:10 PM
the file just seems to retain the icon I first created it with. I'm also running the very latest AS canary build
j

joelpedraza

07/12/2017, 7:14 PM
I'm also running AS Canary 5 with latest kotlin plugin. I forgot a second matching rule, the className == fileName
t

tschuchort

07/12/2017, 7:21 PM
oh that was the issue. My class name was slightly different. Thanks!