Martin Sommer
- Total activity 67
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 22
-
Created Invalid editor created by provider
AnsweredHi, 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... -
Created Gradle plugin build fails: Received status code 403 from server: Forbidden
AnsweredHi, 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... -
Created How to add an action group (com.intellij.openapi.actionSystem.ActionGroup) to a custom JBPopupMenu?
AnsweredIn 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... -
Created fileType extension point - not considered in tests?
AnsweredAfter 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... -
Edited Custom editor font issues (Thai/Korean language)
AnsweredThe 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'... -
Created How to hook into click/select event of the project view?
AnsweredHi, 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... -
Created Failing plugin tests with latest EAP (2019.2.*) -> NoClassDefFoundError
AnsweredHi, 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... -
Created 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 ... -
Created 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 -
Created '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...