ikt

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
ikt created a post, CompletedCLIon, C++, Wasm, WebGL
Short Question: Is there a tutorial somewhere for setting up CLion + C++ Wasm, WebGL ? Long Version: I am testing C++ vs Rust for Wasm+WebGL. I have a working Rust example (via IntelliJ IDEA + ... -
-
ikt created a post, IDE Scripting Console / Kotlin -> NullPointerException
import com.intellij.openapi.project.ProjectManagerimport com.intellij.openapi.ui.Messagesval x = ProjectManager.getInstance()Messages.showInfoMessage("Hi", "Hi") When running the above code in To... -
-
ikt created a post, AnsweredIntelliJ IDEA: Kotlin, Dark, High Contrast, Color Theme
Hi, 1. I am using IntelliJ community edition (but willing to switch to Ultimate) to program Kotlin. 2. I knowa bout the "dracula" style, which is a dark but "low contrast dark" theme. 3. I am... -
ikt created a post, AnsweredHydra-style keybindings for IntelliJ
Hi, I am switching from Emacs to IntelliJ. One of my favorite features of Emacs is Hydra: https://github.com/abo-abo/hydra -- a way method for defining nested keymaps. From my limited underst... -
-
ikt created a post, AnsweredIntelliJ -> Tools -> IDE Scripting Console -> Kotlin
One of my favorite features of Emacs is the ability to: 1. write some elisp code 2. hit C-x C-e, and 3. extend the editor itself I believe two possible approaches to this "dynamic reprogrammability...