Martin Sommer
- 活动总数 67
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 22
-
创建于 Invalid editor created by provider
已回答Hi, recently I am getting bug reports that state: com.intellij.diagnostic.PluginException: Invalid editor created by provider net.seesharpsoft.intellij.plugins.csv.editor.table.CsvTableEditorProvid... -
创建于 Gradle plugin build fails: Received status code 403 from server: Forbidden
已回答Hi, I am getting the following error lately on my build-pipeline (https://github.com/SeeSharpSoft/intellij-csv-validator/actions) stating: --- > Could not resolve org.jetbrains.intellij.deps.jfle... -
创建于 How to add an action group (com.intellij.openapi.actionSystem.ActionGroup) to a custom JBPopupMenu?
已回答In the context of the CSV plugin, the scenario is as follow: I have an com.intellij.openapi.actionSystem.ActionGroup defined and registered for the context menu in the text-editor. Everything shows... -
创建于 fileType extension point - not considered in tests?
已回答After increasing the minimum IDE version to 2019.2 for the CSV plugin and switching from `fileTypeFactory` extension point to `fileType` extension point (https://github.com/SeeSharpSoft/intellij-cs... -
已编辑于 Custom editor font issues (Thai/Korean language)
已回答The CSV plugin provides an additional table editor (good old Swing component) next to the text editor. While the text editor can show all kind of characters for Thai/Korean, the table editor doesn'... -
创建于 How to hook into click/select event of the project view?
已回答Hi, in a plugin I want to react to a file selection in the project view to check the file content and -type whether its eligible for a certain interaction. Please note that this should intentionall... -
创建于 Failing plugin tests with latest EAP (2019.2.*) -> NoClassDefFoundError
已回答Hi, I am having a Gradle setup for my CSV Plugin (https://github.com/SeeSharpSoft/intellij-csv-validator), making use of Travis CI for testing against several IntelliJ versions (https://travis-ci.o... -
创建于 How to register a supported format in plugin description XML
Hi, I wrote a plugin to support editing CSV files. Since the last version also TSV file types are supported. Unfortunately the plugin is not proposed when working with or opening a .TSV file (only ... -
创建于 com.intellij.psi.PsiElementFactory not available in PhpStorm SDK (EAP)
Hi, can somebody tell me, why com.intellij.psi.PsiElementFactory is not available in PhpStorm JDK (maybe also in others, but I just got an issue for PhpStorm)? Thanks, Martin -
创建于 'Edit as Table' visibility check for EditorPopup is too restrictive
Hi, IntelliJ provides the nice feature to edit (text) files in a table like view (https://www.jetbrains.com/help/idea/editing-csv-and-similar-files-in-table-format.html). However, when using a plug...