Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.4.0
-
None
-
None
Description
In the current version of LDIF editor, when using the Edit->Find/Replace action to substitute some text in attribute values, the substitution occurs on RAW LDIF text - that is, if a value is too long to fit on one LDIF line, and is automatically wrapped, the find operations treats the portions of text before and after the line break as separate.
The Find and Replace functionality should operate on a higher layer of abstraction, treating the values as the LDAP server would see them - like single lines of text, ignoring the line breaks imposed by LDIF format (unless these are actual line breaks in the attribute value as seen by the LDAP data model - not line breaks of the LDIF format).