zion

- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 1
-
创建于 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
已回答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? -
已编辑于 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... -
创建于 bindText 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... -