Prabin Timsina
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Prabin Timsina created a post, AnsweredException in thread "main" java.lang.NoClassDefFoundError: com/intellij/ui/dsl/builder/BuilderKt
Is it possible to open a dialog using Kotlin UI DSL like this? fun main() { com.intellij.ui.dsl.builder.panel { } } I get this error (runtime): Exception in thread "main" java.lang.NoClassDefFo... -
Prabin Timsina commented, -
Prabin Timsina created a post, File with different character language
Hello, I need help with file encoding for a file that has multiple language characters like arabic, chinese, english all in one. (Could not post an example due to 503 forbidden error.)The character... -
Prabin Timsina created a post, Add a space after line comment //
I would like to know how to add a space after line comment in javascript when auto-formatted.expected // acb not expected //acb