Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you encounter issues while working with the IntelliJ IDEA plugin, please report them. Internal people can report to JIRA in PFAUT project. Partners or customers can raise a ticket to the Support portal. If possible, add a screenshot or attach the IntelliJ IDEA log file to the message. The log file is located at Help > Show Log in Files/Explorer/Finder; idea.log is the current log file.

Table of Contents
maxLevel2
minLevel1
outlinefalse
typelist
printablefalse

...

If the auto-completion does not work for Filter or if you you have an element called "Filter" in one of your logics, rename it as described in Naming Conventions. Alternatively explicitly add import com.googlecode.genericdao.search.Filter.

Why the ctrl+click in code navigates me to a completely different element?

Make sure the element name is unique within a project, see related article:

https://pricefx.atlassian.net/wiki/spaces/KB/pages/697696257/Naming+Conventions#Unique-Element-Names-Within-Projects

How to Ensure Studio Uses the Latest Groovy API?

...