Kislyak1000
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 2
-
创建于 DB conection bar for custom language
已回答Hi, I am developing a plugin for custom language. The plugin should take some data from the DB and annotate errors or warnings. You could do that for .sql files by selecting db source in the db con... -
创建于 Navigate to file in another module by clicking on java String
已回答Hello, I am working on simple navigation functionality. My code looks like this. public class TestClass extends BaseClass { public TestClass() { super("folder/File.txt"); }} I have thi...