Diazolin88
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 5
-
已编辑于 WriteCommandAction deleting values instead replacing
已回答Here is my code written in one on AnAction classes:@Override public void actionPerformed(@NotNull AnActionEvent e) { //get current file PsiFile currentFile = e.getData(LangDataKeys.PSI_FILE... -
创建于 Add icon to *.java files on editor view
Hello, I would like to add a link on red zone on the screen, just like we have browser icons for *.html/xml files. How can I do that ? Would be nice to have a list of Groups and a screenshot with r... -
已编辑于 Getting CreateProcess error=206 when trying to run groove script
已回答Here is full error: 12:36 PM Error running 'myname': Cannot run program "C:\Program Files\Java\jdk1.8.0_144\bin\java" (in directory "C:\ptc\My_project"): CreateProcess error=206, The filename or... -
创建于 ToolWindow listener
Hi, I'm developing plugin with using ToolWindowFactory and I would like to check if user was logged in or not by using settings, so depends on it if he is logged in show toolwindow with full conten...