Martynas Šateika
- 活动总数 25
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 6
-
已编辑于 Custom JDBC driver without database introspection
已回答Hello, I am trying to write a simple JDBC driver that, instead of interacting with a database directly, sends queries to another system over HTTPS. The end goal is to be able to set up a Driver + D... -
已编辑于 Supporting older versions of an IDE
已回答I would like to make my plugin compatible with a wide range of PhpStorm versions. Initially there were some issues with source code - for instance my plugin was making use of a VoidDataExternalizer... -
创建于 Supporting both Kotlin and Java
I wrote a plugin that currently works with Kotlin files. However the PSI elements that the plugin looks at (specific annotations, etc) can all be met in Java files as well. If I want to have the sa... -
创建于 InspectionSuppressor only receives elements of type KtFile
I am developing a plugin that ignores suppressions for a particular kind of Kotlin constructor. I added a dependency `on org.jetbrains.kotlin` in the plugin.xml file, and have a class that implemen... -
创建于 Referencing a DbDataSource
I am writing a plugin for a PHP framework that simplifies work with the database. When the user is viewing the database configuration file, I'd like them to be able to Ctrl+Click on a database name...