Changes between Version 10 and Version 11 of DevelopersGuide/CompilingUsingIntelliJ


Ignore:
Timestamp:
2020-02-02T18:16:25+01:00 (5 years ago)
Author:
hiddewie
Comment:

Update screenshots for Ticket references in code

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/CompilingUsingIntelliJ

    v10 v11  
    6262
    6363== Link ticket references in commit messages ==
    64 [[Image(intellij-issue-navigation.png)]]
    65 → Ticket references in version control log are clickable
     64
     65Make ticket references in the code of the form `ticket 1234` or `#1234` clickable as a link to the Trac ticket.
     66
     671. Open the `Issue Navigation` settings page. [[BR]] [[Image(ticket-integration (1).png, 400)]]
     682. Add a new `Issue Navigation` item, with:
     69  - `Issue ID`: `(ticket\s*|#)(\d+)`
     70  - `Issue link`: `https://josm.openstreetmap.de/ticket/$2`
     71   [[BR]] [[Image(ticket-integration (2).png, 400)]]
    6672
    6773== Search open issues ==