3/2/2014 8:14:15 PM
A feature you may have not noticed in ClipFlair Studio is that you can drag-drop Office OpenXML files (.docx that newer Microsoft Word and LibreOffice can save) onto the Text component and it will load the text (not images) from there. You can also drop plain text files (in UTF8/UTF16 - Unicode encoding) onto the Text component to load them
if there is a selection it will replace the selection else it will insert the dropped-in content
if you select and drop multiple files (e.g. drag on the desktop to select multiple .txt files before dragging, or use CTRL+CLICK on each one or CLICK at 1st and SHIFT+CLICK to select part from a list of files [or CTRL+SHIFT+CLICK to add part to current selection of files]), it will insert ALL of them (content will be inserted [thus concatenated] in alphabetical filename order)
if you drop-in a file without .text (the default XAML snippet format in which the Text component saves), or .docx, or .txt (plain Unicode text) file extension, it will be treated as plain Unicode text (so you can drop an .SRT file for example from your desktop onto the TEXT component to see its contents)
This content has not been rated yet.