Skip to content

Commit b39ffc7

Browse files
committed
Warning about source dates tracking
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
1 parent 430b118 commit b39ffc7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/content/docs/developing/sourcedates.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Source Dates
33
---
44

5-
import { CardGrid, Card, Icon } from '@astrojs/starlight/components';
5+
import { CardGrid, Card, Icon, Aside } from '@astrojs/starlight/components';
66

77
Source dates are supported in Code for IBM i, but not by default.
88

@@ -26,6 +26,11 @@ There are two types of editing modes for source dates
2626
* *Edit mode* which is the traditional style for editing. When a line changes, the source date of that line will be updated. It does not understand undo/redo. It is considered the 'dumb' mode.
2727
* *Diff mode* is the modern approach to source date tracking. Instead of tracking edits line by line, it is doing [a diff](https://en.wikipedia.org/wiki/Diff)<Icon name="external" color="cyan" class="icon-inline" /> to understand what has changed in the document. It diffs the base document (from last open or last save) against the latest dirty version of the document. This is a Test enhancement. It does understand undo/redo. It is considered the 'smarter' mode of the two modes.
2828

29+
30+
<Aside type="caution">
31+
As of Code for IBM i 2.15.0, the 'edit' tracking mode has been removed and only diff will be used. The documentation will be updated to reflect that change for 3.0.0.
32+
</Aside>
33+
2934
## Source date filtering
3035

3136
<CardGrid>

0 commit comments

Comments
 (0)