Troubleshooting and Tips

Pasting Into Entry Fields

In some cases, content cannot be pasted from the clipboard by using right click and then Paste. To workaround this issue, use Ctrl-V or click Edit and then select Paste to paste content from the clipboard.

Application Performance

In order to maintain application performance, a standard programming practice has been employed to leverage a feature known as String Interning which provides more rapid access to string data. String Interning is where an immutable copy of each string is stored once and is maintained for subsequent access while the application is running. Therefore, as data is accessed and content is managed, the apparent memory footprint of the engine will grow incrementally until the application is restarted.