Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

  1. In IntelliJ IDEA Windows version, click 'File' and select 'Settings'. In Mac version, click 'IntelliJ IDEA' and select 'Preferences'.
  2. Open the Plugins tab.
  3. Search for pricefx to find the plugin named pricefx-logic-manager-idea and click Uninstall.
  4. Click the Browse Repositories button.
  5. Click Manage Repositories button
  6. Select the repository URL and click 'minus' button.
  7. Click the 'plus' button to add a new custom repository.
    To get the new repository URL, go to this page (registered users only). 
    Optionally, click 'Check now' to see that the URL can be accessed. 
  8. In the list of plugins, search for pricefx to find the plugin named pricefx-studio-idea.
  9. Select it and click 'Install'.
  10. Restart IDEA (as asked by the system).


In each and every project you are working with from now, the logics needs to be located in the CalculationLogic subfolder.

  1. Open the project in IntelliJ IDEA.
  2. In the project files tree, right-click on the root folder and choose New → Directory.
  3. Enter CalculationLogic (exactly the same) as a name and press 'OK'.
  4. Select all your logics and drag them to this new CalculationLogic subfolder.
  5. Commit the changes in GIT.


Apply the latest documentation and auto-completion:

  1. Open the project in IntelliJ IDEA.
  2. In project files tree, right-click on the root folder and choose 'Open Module Setting'.
  3. Click 'Libraries', select all in the middle and remove them using 'minus' button.
  4. Press OK to close the Project Structure dialog.
  5. In project files tree, right-click on the root folder and choose 'Add Framework support...'.
  6. Select 'Price f(x)' and press 'OK' to close the dialog.
  • No labels