${caret} editor variable doesn't work with "Create new file"
Posted: Thu Sep 04, 2014 4:17 pm
Hi,
I've create a DITA topic template which uses the ${caret} editor variable to position the cursor in the title after creating a new file from the template.
This does work as expected when creating a new file via File > New, but not with Create new file from the Cannot open the specified file dialog. According to the documentation I'd expect this to work also.
Kind regards,
Frank
I've create a DITA topic template which uses the ${caret} editor variable to position the cursor in the title after creating a new file from the template.
Code: Select all
<title>${caret}${cfn}</title>
${caret}
- The position where the caret is inserted. This variable can be used in a code template, in Author operations, or in a selection plugin;
Kind regards,
Frank