mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-23 07:39:39 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
22 lines
931 B
HTML
22 lines
931 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
|
|
<p>&productName; lets you jump from your check-in comment to an issue in your task tracker.</p>
|
|
<p>All you have to do is to define issue navigation patterns on the
|
|
<span class="control">Version Control</span> page of the <span class="control">Settings</span>/<span class="control">Preferences</span>
|
|
dialog:</p>
|
|
<p class="image"><img src="images/issueNavigation1.png"></p>
|
|
<p>When you commit a changelist, and type the check-in comment, make sure it matches one of your issue navigation patterns.
|
|
Later, when you browse through the changelists in the repository, such comments turn into hyperlinks:</p>
|
|
<p class="image"><img src="images/issueNavigation.png"></p>
|
|
<p>Clicking a hyperlink brings you directly to an issue in your task tracker.</p>
|
|
|
|
|
|
|
|
</body>
|
|
</html> |