IntelliJ 12.0.2 makes automatically a code-reformat when I'm adding an import-line for new classes via the auto-import shortcut (alt+enter). I tried to disable this but found nothing... does anybody know how to
import com.intellij.openapi.project.DumbAwareAction import org.jetbrains.annotations.NonNls class DevInRunFileAction : DumbAwareAction() { class DevInsRunFileAction : DumbAwareAction() { override fun getActionUpdateThread(): ActionUpdateThread = ActionUpdateThread.BGT override fun update(e: AnActionEvent...
import com.intellij.openapi.options.ShowSettingsUtil class EditSettingsAction : AnAction() { init{ val presentation = getTemplatePresentation() presentation.text = AutoDevBundle.message("settings.autodev.others.editSettings") } override fun actionPerformed(event: AnActionEvent) { val project = event....
change default shortcut of inlay complete code (0de56fe) chat: improve refactoring support by adding post-action support and code completion #129 (2369148) chat: improve refactoring support by adding post-action support and code completion #129 (e6ec4de) commit-message: improve commit message ge...
The big feature from IntelliJ Platform that has landed in this update is the new high-contrast theme. It is part of our long-term commitment to make the IDE more accessible to everyone, and we plan to keep adding to this effort.
import com.intellij.openapi.project.Project /** * 编辑器文件切换组件,将 “编辑器文件切换事件监听” 注册到应用中 * * @author zhengkuan.yzk@alibaba-inc.com * @date 2018/6/20 */ class FileChangedComponent(private var project: Project) : ProjectComponent { override fun initComponent() { pro...
<keyboard-shortcut keymap="$default" first-keystroke="alt k"/> </action> </actions> </idea-plugin> 26 changes: 26 additions & 0 deletions 26 src/inject/EditorInject.kt Original file line numberDiff line numberDiff line change @@ -0,0 +1,26 @@ package inject import com....
Start your app by running npm start, then press ^D on macOS or F9 on Windows and Linux or click the green debug icon to start debugging in WebStorm. The same way you can debug your application in IntelliJ IDEA Ultimate, PhpStorm, PyCharm Pro, and RubyMine. Formatting Code Automatically ...
PoC in GitHub 2024 CVE-2024-0015 (2024-02-16) In convertToComponentName of DreamService.java, there is a possible way to launch arbitrary protected activities due to intent redirection. This could lead to local escalation of privilege with User execution privileges needed. User interaction is not...
PoC in GitHub 2024 CVE-2024-0015 (2024-02-16) In convertToComponentName of DreamService.java, there is a possible way to launch arbitrary protected activities due to intent redirection. This could lead to local escalation of privilege with User execution privileges needed. User interaction is not...