Stefan Gehrig

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Stefan Gehrig commented, -
Stefan Gehrig created a post, AnsweredPlugin context menu not visible when starting from run config with IJ Build #IU-212.4746.92
Hi Since version Build #IU-212.4746.92 the plugin context menu entry is not shown any more when starting from run config in IDE. plugin.xml: <idea-plugin> <id>com.your.company.unique.plugin.id</id... -
Stefan Gehrig created a post, AnsweredDisable code formatting for certain file types in save actions
Hi We got code formatters for some file type (eg. java, sql...) Is it possible to disable some of them just in save actions, but keep the formatting when pressing ctrl-alt-L? Regrads Stefan -
Stefan Gehrig created a post, AnsweredClass file from PsiJavaFile with IntelliJ 2019.1
Hi Before IntelliJ 2019.1, I used to fetch Java class files like this: public static FileInfos getClassFileForJavaFile(PsiJavaFile javaFile, String packageName) throws PatchPluginException { PsiCl... -
Stefan Gehrig created a post, AnsweredSynchronize global settings to already existing projects
Hi Is it possible to synchronize global IntelliJ settings to already existing projects automatically? I noticed, that the global settings are synchronized to the .idea project settings, when I crea... -
Stefan Gehrig commented, -
-
-
Stefan Gehrig created a post, AnsweredClearing Cache before running plugin
Hi all I stick on a problem, clearing the IntelliJ cache before running my plugin. When I run my plugin, an own IntelliJ instance is launched, where I can open different projects and modules. When... -