Find/Replace in LDIF editor should handle long wrapped values as single line of
text
------------------------------------------------------------------------------------
Key: DIRSTUDIO-578
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-578
Project: Directory Studio
Issue Type: Improvement
Components: studio-ldifeditor
Affects Versions: 1.4.0
Reporter: Aleksander Adamowski
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).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.