Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Daniel Kec
Total activity
17
Last activity
September 02, 2022 12:38
Member since
May 29, 2013 19:53
Following
0 users
Followed by
0 users
Votes
6
Subscriptions
4
Activity overview
Posts (1)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
February 16, 2019 11:20
Great idea, would be nice to have completion for json based on json schema same way XML has
Community
WebStorm
JSON Schema property completion
1 vote
Created
May 30, 2013 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.
Community
IntelliJ IDEA Open API and Plugin Development
Can I access and use the IDEA Data Sources?
0 votes
Created
May 30, 2013 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
Community
IntelliJ IDEA Open API and Plugin Development
Can I access and use the IDEA Data Sources?
0 votes
Created
June 11, 2013 13:41
So I have found this:CompilerModuleExtension extension = CompilerModuleExtension.getInstance(module);String[] outputRootUrls = extension.getOutputRootUrls(false);Then i can get all compiled classes...
Community
IntelliJ IDEA Open API and Plugin Development
Find compiled project classes
0 votes
Created
May 29, 2013 19:53
Hi i did it this way but it's awfull: DataSourceManager dataSourceManager = DataSourceManager.getInstance(e.getProject()); DataSource dataSource = dataSourceManager.getDataSourceByName("BB21_TST");...
Community
IntelliJ IDEA Open API and Plugin Development
Can I access and use the IDEA Data Sources?
0 votes
Created
June 24, 2013 13:59
Try this:com.intellij.ide.BrowserUtil.launchBrowser("http://www.reddit.com");
Community
IntelliJ IDEA Open API and Plugin Development
Opening a browser window via OpenAPI
0 votes