主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Daniel Kec
活动总数
17
最后的活动
2022年09月02日 12:38
成员加入日期
2013年05月29日 19:53
关注
0 名用户
关注者数
0 名用户
投票数
6
订阅数
4
活动概览
帖子(1)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2019年02月16日 11:20
Great idea, would be nice to have completion for json based on json schema same way XML has
社区
WebStorm
JSON Schema property completion
1 票
创建于
2013年05月30日 10:57
Because I'm using third party library which need's connection, i would make my own connection but I can't find LocalDataSource class any more, for obtaining driver and url.
社区
IntelliJ IDEA Open API and Plugin Development
Can I access and use the IDEA Data Sources?
0 票
创建于
2013年05月30日 13:06
That's it, i was missing database-impl.jar in my sdk, didn't noticed its not in database-openapi.jar.Thank you
社区
IntelliJ IDEA Open API and Plugin Development
Can I access and use the IDEA Data Sources?
0 票
创建于
2013年06月11日 13:41
So I have found this:CompilerModuleExtension extension = CompilerModuleExtension.getInstance(module);String[] outputRootUrls = extension.getOutputRootUrls(false);Then i can get all compiled classes...
社区
IntelliJ IDEA Open API and Plugin Development
Find compiled project classes
0 票
创建于
2013年05月29日 19:53
Hi i did it this way but it's awfull: DataSourceManager dataSourceManager = DataSourceManager.getInstance(e.getProject()); DataSource dataSource = dataSourceManager.getDataSourceByName("BB21_TST");...
社区
IntelliJ IDEA Open API and Plugin Development
Can I access and use the IDEA Data Sources?
0 票
创建于
2013年06月24日 13:59
Try this:com.intellij.ide.BrowserUtil.launchBrowser("http://www.reddit.com");
社区
IntelliJ IDEA Open API and Plugin Development
Opening a browser window via OpenAPI
0 票