BoD
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
Created All tabs open in "preview mode", even when not debugging
AnsweredHi! 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).... -
Created Trying to detect bugs with structural search, need help
AnsweredHi! 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... -
Created Trying to generate some simple code based on the current classe's fields
AnsweredHi!! 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 ... -
Created 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... -
Created "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... -
Created 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 ...