- In IntelliJ IDEA Windows version, click 'File' and select 'Settings'. In Mac version, click 'IntelliJ IDEA' and select 'Preferences'.
- Open the Plugins tab.
- Search for pricefx to find the plugin named pricefx-logic-manager-idea and click Uninstall.
- Click the Browse Repositories button.
- Click Manage Repositories button
- Select the repository URL and click 'minus' button.
- 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. - In the list of plugins, search for pricefx to find the plugin named pricefx-studio-idea.
- Select it and click 'Install'.
- 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.
- Open the project in IntelliJ IDEA.
- In the project files tree, right-click on the root folder and choose New → Directory.
- Enter CalculationLogic (exactly the same) as a name and press 'OK'.
- Select all your logics and drag them to this new CalculationLogic subfolder.
- Commit the changes in GIT.
Apply the latest documentation and auto-completion:
- Open the project in IntelliJ IDEA.
- In project files tree, right-click on the root folder and choose 'Open Module Setting'.
- Click 'Libraries', select all in the middle and remove them using 'minus' button.
- Press OK to close the Project Structure dialog.
- In project files tree, right-click on the root folder and choose 'Add Framework support...'.
- Select 'Price f(x)' and press 'OK' to close the dialog.