Lutosław
- Total activity 88
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 10
- Subscriptions 22
-
Created Cannot upgrade kotlin plugin
I get an "update kotlin plugin" popup from time to time, like this: A new version 211-1.5.10-release-891-IJ7142.45 of the Kotlin plugin is available. but whenever I try to install it I get a mess... -
Edited [Solved] How to display Query results in a Query Console
AnsweredThis is what happens: This is how it works in the past (screenshot from documentation): The current design is terrible (for once, it breaks scrolling because once you scroll to the end of resul... -
Edited GlobalInspection - checkElement never called
AnsweredHello, I'm trying to develop a simple Dialyzer support for the Elixir plugin. That is, integrate an external analysis tool with the inspection system. The problem I've encountered is that checkElem... -
Edited Cannot start Elixir module or test
AnsweredWhen I try to run a simple hello world project in idea, I got an exception: Already disposed: -------------Own trace: com.intellij.openapi.util.TraceableDisposable$DisposalException: 740583472 at c... -
Edited No auto complete for the React-Redux in a React Native App
Hello, I've encountered a weird issue. I learn react native and I really appreciate autocompletion feautre. I use TypeScript. Autocompletion works for everything I used so far, excluding react-red... -
Created What should be a "Content Root" in SVN?
AnsweredHello, I am a former GIT user but have to work with SVN now... My question is: what should be a "content root" of a module to be able to work with branches in Intellij Idea? Let's say my repo root ... -
Created Angular - Spring support - request validation
AnsweredHello, I'm starting with an angular+spring project. I've been struggling with an error which occurs quite often - - a difference between a structure sent from front-end and a request class in a bac... -
Created IntelliJ doesn't update schema after changing hibernate entity
AnsweredHello, I am a new IntelliJ Ultimate user. I am struggling with a basic functionality -- synchronizing model with a database schema. I have created a new database with one table, configured hibernat... -
Created Hide IOException deprecation warning
AnsweredHello, I catch a lot of IOExceptions from third-party code and cannot really do anything about it. Is it possible to disable/hide a deprecation warning for the IOException? (without disabling the i... -
Edited Custom formatting of template tags (Idea Community Edition 2016.1)
AnsweredHello! I use Django-like templates (Zotonic). I would like to have a syntax highlighting for the following expressions: {{ variable }}{_ some text _}{# comment #}{% code %} This could be applied ...