Ghedeon

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 6
-
Edited [Android] How to get XML file behind the corresponding resource ID?
How would you get the XML resource file linked to something like R.layout.activity_main in your kotlin/java code? I believe I can search for "activity_main" using the FilenameIndex.getFilesByName b... -
Created Using GUI designer with Kotlin
AnsweredIs it possible to bind IntelliJ Form to a kotlin class? I created a simple dialog in GUI Designer and converted the generated java file to kotlin. Fields are not being initialized anymore. -
Created GeneralCommandLine: Quotes
Hi, For some reason, behavior of this class confuses me all the time. Let say I'd like to get host mashine's IP on WiFi interface. The following command is used (with quotes escaped): cmd /c "for /... -
Created GeneralCommandLine piping?
AnsweredIs it possible to pipe commands by using GeneralCommandLine class? Right now, when I'm trying new GeneralCommandLine("cmd1", "|", "cmd2") it results into 'cmd "|" cmd2', meaning that pipe sign is ... -
Created Any kind of NetworkUtils?
AnsweredIs there by any chance a network utility in Open API that allows me to check which network interface is being used, machine's IP address on that interface, etc? The plugin is going to run a websock... -
Created How do I execute the aapt command?
Hi there, straight to business:Preconditions: One action plugin with org.jetbrains.android dependency in plugin.xml.Requirment: to be able to run the appt command from the actionPerformed method's ...