Closed
Description
Test bib:
@Article{demo,
title = {BPMN4TOSCA rocks in BPMN and TOSCA},
}
- Enable custom list "custom" in the preferences. Result:
- Open the entry editor of
demo
entry. Navigate to thetitle
field. - Place the cursor to the beginning of
BPMN4TOSCA
. - Right click - go to Protected terms - Add selected text to list. (nothing can be selected)
- Double click on
BPMN4TOSCA
- Add to list
- List has space at the end
- Add BPMN (using a double click)
- Add TOSCA (using a double click)
- Execute "Protect terms"
- Result:
{}{BPMN}{}4TOSCA rocks in {}{BPMN}{} and {}{TOSCA}{}
- Modify
demo.terms
manually: Remove spaces at the end.
- Execute "Protect Terms"
- Result:
{}{BPMN}{}4TOSCA rocks in {}{BPMN}{} and {}{TOSCA}{}
These points have to be fixed:
- Step 4: It should be possible to add the term to current word to the list - even if nothing is selected. A right click and then "Add text to selected list" should simply add the current word to the list
- Step 6: The selected text should be trimmed
- Step 14: There should be no
{}
contained. -->{BPMN4TOSCA} rocks in {BPMN} and {TOSCA}
- In general, longer terms should be treated first (to avoid substring issues)
- Reiterating on "Format field" should not lead to multiple {}:
{}{}{}{}{}{}{}{BPMN}{}{}{}{}{}{}{}4TOSCA rocks in {}{}{}{}{}{}{}{BPMN}{}{}{}{}{}{}{} and {}{}{}{}{}{}{}{TOSCA}{}{}{}{}{}{}{}
Also add test cases.
Metadata
Assignees
Type
Projects
Status
Done