Yevgen Bushuyev
- Total activity 135
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 37
-
Edited Can't run idea-IU-201.6668.121
AnsweredHiafter 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... -
Edited please, give back search dialog!!!
AnsweredThe 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... -
Created 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... -
Edited 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: -
Created 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... -
Created Debugging DAO with hibernate entities
AnsweredHi, 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 ... -
Created Ubuntu's global menu
AnsweredHi, 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... -
Created Javascript formatting inside html
AnsweredHi, 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... -
Created 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... -
Created 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...