Give us feedback
diff-text-list
Service icon

Diff Text List

Stable version 1.1.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 05 December 2022 by 
0.0
 (0 ratings)
diff-text-list

Diff Text List

Details
This component provides a server action to get diff lines information from two text lists.
The logic which is used in this component was ported from Tatsuhiko Kubo's implementations of "An O(NP) Sequence Comparison Algorithm." https://github.com/cubicdaiya/onp
Read more

This component provides a server action to get diff lines information from two text lists.
The logic which is used in this component was ported from Tatsuhiko Kubo's implementations of "An O(NP) Sequence Comparison Algorithm."
https://github.com/cubicdaiya/onp

The core module has only one action.

DiffTextList
-> In1: Text List
-> In2: Text List
<- ses: Shortest edit script list

The ses is a list of record {Sign<Integer>, Text<Text>}.

  • Sign 1: added item
  • Sign -1: deleted item
  • Sign 0: other


A demo web app module is also downloadable

Release notes (1.1.0)
  • Converted Traditional Web App to Service App.
  • Demo module was separated from main module.
Reviews (0)