Changes between Version 20 and Version 21 of DevelopersGuide/CompilingUsingIntelliJ
- Timestamp:
- 2020-11-25T15:16:32+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/CompilingUsingIntelliJ
v20 v21 6 6 == Requirements == 7 7 - JOSM's [[Source code]] 8 - https://www.jetbrains.com/idea/ 9 - https://plugins.jetbrains.com/plugin/3612-ivyidea 8 - IntelliJ itself https://www.jetbrains.com/idea/ 9 - IvyIDEA plugin https://plugins.jetbrains.com/plugin/3612-ivyidea 10 10 11 11 == Guide == 12 12 13 13 - Add project from existing source 14 - If you couldn't find the option,press `Ctrl+Shift+A` and type in the search box `project from existing sources`. See IntelliJ [[https://www.jetbrains.com/help/idea/2020.2/import-project-or-module-wizard.html#import-project|documentation]] for more info.14 - If it doesn't work or stalling: press `Ctrl+Shift+A` and type in the search box `project from existing sources`. It will give you all the configuration option, as in earlier IntelliJ versions (≤2019.3). See IntelliJ [[https://www.jetbrains.com/help/idea/2020.2/import-project-or-module-wizard.html#import-project|documentation]] for more info. 15 15 - Project Settings / Project: [[BR]][[Image(79651115-9491d080-81b1-11ea-9a48-99de65830f53.png, 400)]] 16 16 - Project Settings / Modules: [[BR]][[Image(79651289-a1aebf80-81b1-11ea-99ba-36bce549824a.png, 400)]] … … 29 29 Make ticket references in the code of the form `ticket 1234` or `#1234` clickable as a link to the Trac ticket. 30 30 31 1. Open the `Issue Navigation` settings page. [[BR]] [[Image(ticket-integration (1).png, 400)]] 31 1. Open the `File | Settings | Version Control | Issue Navigation` settings page. [[BR]] [[Image(ticket-integration (1).png, 400)]] 32 32 2. Add a new `Issue Navigation` item, with: 33 33 - `Issue ID`: `(ticket\s*|#)(\d+)`