Changes between Version 20 and Version 21 of DevelopersGuide/CompilingUsingIntelliJ


Ignore:
Timestamp:
2020-11-25T15:16:32+01:00 (5 years ago)
Author:
gaben
Comment:

better issue description

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/CompilingUsingIntelliJ

    v20 v21  
    66== Requirements ==
    77- 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
    1010
    1111== Guide ==
    1212
    1313- 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.
    1515- Project Settings / Project: [[BR]][[Image(79651115-9491d080-81b1-11ea-9a48-99de65830f53.png, 400)]]
    1616- Project Settings / Modules: [[BR]][[Image(79651289-a1aebf80-81b1-11ea-99ba-36bce549824a.png, 400)]]
     
    2929Make ticket references in the code of the form `ticket 1234` or `#1234` clickable as a link to the Trac ticket.
    3030
    31 1. Open the `Issue Navigation` settings page. [[BR]] [[Image(ticket-integration (1).png, 400)]]
     311. Open the `File | Settings | Version Control | Issue Navigation` settings page. [[BR]] [[Image(ticket-integration (1).png, 400)]]
    32322. Add a new `Issue Navigation` item, with:
    3333  - `Issue ID`: `(ticket\s*|#)(\d+)`