Oleg
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
Oleg 进行了评论, -
Oleg 创建了一个帖子, How to get icon of column or table in new Database plugin implementation?
In current EAP version Database plugin had changed a lot.Now, this code does not work: if (field instanceof DasColumn) { if (column instanceof DbColumnImpl) builder = builder.withIcon(... -
-
Oleg 创建了一个帖子, Is there is any way to emulate database in Db Connections in UnitTests?
Part of the functionality of my plugin uses database structure obtained from a database connection.To do Unit tests I create a fake database using code.But in last versions of Database plugin DataS... -
Oleg 创建了一个帖子, 已回答Project wise settings with PersistentStateComponent
Hi, I need to save settings separately for every project. I tried various combinations of annotations, but all the time settings are visible to all projects.How to save settings for every project s... -
Oleg 创建了一个帖子, Does this code access index (PHPStorm) ?
Does this code access PhpStorm Index ? ((VariableImpl) variable).resolve(); In general I need to find declaration of a variable to read some properties of it without using PhpStorm Index. -
Oleg 创建了一个帖子, How to get Parents of ClassReference without using index (PHPStorm)?
*PhpStorm relatedI am trying to implement PhpTypeProvider3.getType() method, where I evalute such expression // PHP languageAddress::find()->where('cond')->one() //returns ActiveRecord class, but ... -
-
-