Oleg Lemesenko
Yii2 Framework Support plugin developer
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Oleg Lemesenko created a post, PlannedReplacement from DataSourceUiUtil.performAutoSyncTask
Now performAutoSyncTask in DataSourceUiUtil and DataSourceUtil deprecated and marked for removal. Any other suggestions on how to initiate a data source update from the plugin code? -
Oleg Lemesenko commented, -
Oleg Lemesenko created a post, 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 Lemesenko created a post, 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 Lemesenko created a post, AnsweredProject 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 Lemesenko created a post, 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 Lemesenko created a post, 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 ... -
Oleg Lemesenko commented, -