Created on 27 August 2018
icon_unfollowing
Login to follow
diff-text-list

Diff Text List

Stable version 1.1.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 05 December 2022 by 
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)
Category
Functional libraries & utilities, Other functions & libraries
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Diff Text List has no dependencies.
Application Objects
Diff Text List has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads