zion
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
Created How to make the first three letters of a certain keyword bold in the code in the editor? For example, make "del" in "delete from table_a" bold
AnsweredI want to develop a plugin. Implement bolding of del in the delete sql statement in the code editor. How should I implement it? SyntaxHighlighterBase? -
Edited java.lang.NoSuchMethodError: 'com.intellij.database.model.DatabaseSystem com.intellij.database.psi.DbDataSourceImpl.getDelegate()'
After the plug-in is packaged, the idea prompts when using it: java.lang.NoSuchMethodError: 'com.intellij.database.model.DatabaseSystem com.intellij.database.psi.DbDataSourceImpl.getDelegate()'at d... -
Created bindText of textField in Kotlin UI DSL Version 2 not working
Answered@ApiStatus.Internalinternal data class DomainGeneratorModel(var sql: String,var domainName: String,var targetFolder: String)internal class DomainGeneratorDialogWrapper constructor(project: Project... -