Lutosław
- 活动总数 88
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 10
- 订阅数 22
-
创建于 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... -
已编辑于 [Solved] How to display Query results in a Query Console
已回答This 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... -
已编辑于 GlobalInspection - checkElement never called
已回答Hello, 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... -
已编辑于 Cannot start Elixir module or test
已回答When 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... -
已编辑于 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... -
创建于 What should be a "Content Root" in SVN?
已回答Hello, 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 ... -
创建于 Angular - Spring support - request validation
已回答Hello, 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... -
创建于 IntelliJ doesn't update schema after changing hibernate entity
已回答Hello, 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... -
创建于 Hide IOException deprecation warning
已回答Hello, 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... -
已编辑于 Custom formatting of template tags (Idea Community Edition 2016.1)
已回答Hello! 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 ...