zion
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
-
zion created a post, AnsweredHow 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
I want to develop a plugin. Implement bolding of del in the delete sql statement in the code editor. How should I implement it? SyntaxHighlighterBase? -
zion created a post, 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... -
-
-
-
zion commented, -
-
zion created a post, AnsweredbindText of textField in Kotlin UI DSL Version 2 not working
@ApiStatus.Internalinternal data class DomainGeneratorModel(var sql: String,var domainName: String,var targetFolder: String)internal class DomainGeneratorDialogWrapper constructor(project: Project... -
zion commented,