BoD
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 6
-
创建于 All tabs open in "preview mode", even when not debugging
已回答Hi! This has been happening since yesterday, not sure why: when opening a new tab from cmd+click on a symbol, it is opening in Preview Mode (the tab title is in italics, and the editor is re-used).... -
创建于 Trying to detect bugs with structural search, need help
已回答Hi! I'm trying to detect instances of calling Flowable.subscribe(...) and ignoring the results (that is because the resulting object should be managed to avoid leaks). To do this I have been usin... -
创建于 Trying to generate some simple code based on the current classe's fields
已回答Hi!! I'm trying to generate some code, using a live template or otherwise, that is based on a template, and the list of fields of the currently edited class. Couldn't find a way to do that. Any ... -
创建于 Structural search and replace: find unclosed Cursors
Hi!I just wasted a few days because of an unclosed Cursor in my Android project.I was wondering if it would be possible to use Idea's structural search and replace feature to find any occurences of... -
创建于 "Class isn't an entity" with JPA.
Hi!I'm working on a little project using JPA.I have "Class isn't an entity" errors on all my queries. How does Idea verifiy this?Important note: my project runs and works so JPA finds these entitie... -
创建于 How would you do that with Idea?
Hi!I'm using Idea for the maintenance of a project using Velocity (the template engine).We have a set of files (a macro library) that I need to search into a lot. For example when I stumble upon a ...