Skip to content

Commit 472567a

Browse files
committed
Add acknowledgement of contribution by @SirRufo
See issue 158 & PR 160
1 parent 668d628 commit 472567a

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Src/FrOverview.pas

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
*
88
* Implements a titled frame that displays lists of snippets, arranged in
99
* different ways, and manages user interaction with the displayed items.
10+
*
11+
* ACKNOWLEDGEMENT: fViewStore view list implemented by @SirRufo (GitHub PR
12+
* #160 & Issue #158).
1013
}
1114

1215

Src/UOverviewTreeBuilder.pas

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
*
88
* Implements a set of classes that populate the overview treeview with a list
99
* of snippets. Each class groups the snippets in different ways.
10+
*
11+
* ACKNOWLEDGEMENT: ViewStore property and its use implemented by @SirRufo
12+
* (GitHub PR #160 & Issue #158).
1013
}
1114

1215

Src/UViewItemTreeNode.pas

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
*
88
* Implements class that extends TTreeNode by adding a property that references
99
* a view item.
10+
*
11+
* ACKNOWLEDGEMENT: GetViewItem & SetViewItem property accessors implemented by
12+
* @SirRufo (GitHub PR #160 & Issue #158).
1013
}
1114

1215

0 commit comments

Comments
 (0)