Yevgen Bushuyev
- 活动总数 135
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 37
-
已编辑于 Can't run idea-IU-201.6668.121
已回答Hiafter updating it today the Idea didn't start. downloaded whole gzip, removed .IntelliJIdea2019.3, still doesn't start. Splash screen appears and then nothing happens. The console like$ /opt/idea... -
已编辑于 please, give back search dialog!!!
已回答The new one after todays update really sucks! Search results are not visible + it has two 'k' binding - one for 'mask' and another for 'skip' and the first doesn't work. And regexp key schanged a... -
创建于 Intellij Karma-jasmine
Haven't somebody managed to setup proper Karma/Jasmine debugging under IntelliJ? Working breakpoints, executing single tets? So far I can only start Karma, run all tests, but breakpoint trigger on... -
已编辑于 javascript debug in https
hi is it somehow possible to setup js debugging when page is loaded through https? The breakpoints trigger but following is shown insteaed of code: -
创建于 Karma plugin stopped working after upgrade to 2016.2
Karma server starts as usually and the "JetBrains IDE Support debugs this browser" message appears in the browser but then Waiting for connection from JetBrains IDE Support extension for Chrom... -
创建于 Debugging DAO with hibernate entities
已回答Hi, When a breakpoint is triggered and there are hibernate entities on stack Intellij Idea seems to be trying to load them completely which result in loading huge amounts of data which effectivly ... -
创建于 Ubuntu's global menu
已回答Hi, do I understand correctly that after https://youtrack.jetbrains.com/issue/IDEA-69424 has been fixed Idea should have it's menu shown in ubuntu's global menu just out of box without weaking jaya... -
创建于 Javascript formatting inside html
已回答Hi, I'm trying to develop a polymer app with es6 as described here: https://www.polymer-project.org/1.0/articles/es6.html The major problem is that Intellij Idea completely screws up es6 code, esp... -
创建于 Artifact my-webapp:war exploded: Server is not connected. Deploy is not available.
Hi,I'm trying to deploy my app on IBM Liberty as described in https://developer.ibm.com/wasdev/docs/developing-apps-with-intellij-idea-and-liberty-profile/. The result so far is/opt/was/liberty-8.5... -
创建于 css3's calc
Hi, I'm getting "Mismatched property value (<length>|<percentage>...)" for style="width: calc( 1/2 *100%);" in a html file, Is there any way to teach Intellij to recognize the calc? The error mess...