Yan Zhulanow
Yan Zhulanow
Panel actions were initially supported in etty for several actions like tab switching. But I realize it really causes problems, so probably we should allow only hotkeys with the Cmd...
@drewauff, have you tried to turn it off in Preferences? ``` behavior { layout { showActionBar false } } ```
> but not with "bahavior" does not like it. What do you mean? > just have to hide the status bar..any ideas? The status bar is an essential part of...
Can you please attach a screenshot and your conf.marco?
Hm, with your `conf.marco`, the Action bar isn't shown. Yet, you don't have to copy the whole default config. You can add only properties you care about: ``` behavior {...
Kotlin developer here. What are you willing to do with just an ANTLR grammar? IMO any sensible static analysis will be impossible without the type/reference resolution support. And trying to...
@passy What kind of bugs do you experience with kapt? If you can reproduce something going bad, please submit the issue to kotl.in/issue, and we will fix it shortly.
@passy Please check if you use the new version of kapt (aka kapt3, you can find the setup instructions here https://kotlinlang.org/docs/reference/kapt.html). The original kapt definitely had architectural problems that led...
@pasqualeanatriello Kotlin incremental compilation does not support changes in Java files yet. So whenever the annotation processor generates the different `.java` source, Kotlin recompiles much more files that it is...
The issue is closed as Anko is [deprecated](https://github.com/Kotlin/anko/blob/16ff09b952f8fb3ce2c6107caf6e788ef50ec19f/GOODBYE.md).