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
maxLevel1

...

Have you added the Pricefx Framework support? You should Upgrade Studio Project Libraries when a major Studio or Pricefx versions are released.

Re-activate GDSL Script Execution Once It Crashes

Info

This hint is applicable only for Studio version 8.3 and lower.

GDSL is IntelliJ's native DSL Groovy-based language for defining additional auto-completion rules. Sometimes the GDSL execution crashes (typically when switching branches) and then IntelliJ IDEA stops the auto-completion for all projects.

When this happens, navigate to External Libraries > Pricefx API > logic-core.jar > PFXIdeaPublicGroovyAPI.gdsl in the project tree. If the auto-completion has crashed, then a yellow popup with the Activate back button appears. Note that it may take couple of seconds to appear. Once you click the button, the auto-completion is enabled again.

...

After re-activation, you can also purge the IntelliJ cache: File > Invalidate Caches / Restart > Invalidate and Restart. This forces IntelliJ IDEA to rebuild caches for the API documentation.

Make Logic Element Names Unique

...