Resera
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Resera created a post, Answeredwhere are trusted directories stored?
When I open a newly cloned repo with intellij idea, I get a dialog asking whether I trust the project, and if I select to trust it then future accesses are automatically granted without asking. ... -
Resera created a post, Answeredinspection results disappear from problems tab, can I get it back?
I generated a listing of deprecated API calls in my problems tab (using Code->Inspect Code) but after clicking around in my IDE, the report was no longer available under "Project Errors" . I know ... -
Resera created a post, AnsweredJPA autocompletion for findby methods not working
Does the autocompletion for JPA repository findby methods require Ultimate Edition, or is there a plugin to get it working with Community Edition? (It doesnt work with my CE but does in the Ultima... -
Resera created a post, AnsweredVertical file listing available in Idea like in Eclipse?
In Eclipse, when the are so many files open that full filenames can't be displayed in the tabs, you see a ">>" indicator on the right of the tabs, and if you click it you see a vertical dropdown li... -
-
Resera created a post, AnsweredDoes IDEA provide any way to reformat build errors?
When I attempt to start my java project from a build configuration in IDEA, in the console there appears a very very long build error message: ERROR 75333 ---[main] - o.s.b.w.e.tomcat.TomcatStarter... -
Resera created a post, AnsweredWhere to define template variables?
In IDEA, our build.gradle file contains template variables like, for example in the repository section there is ${artifactory_password} Where in IDEA do I go to define those template variables for... -
-
Resera created a post, Running Jest in watch mode not working
I'm trying to get Jest tests to rerun upon file change rather than restarting the tests all over I added --watch to the Jest option in the run/debug configuration, however after making changes, how...