Hi,
I noticed a possible bug in 17.3. I can't put my mouse cursor in a multiline string.
For example this string, but it doesn't matter which one:
l_js :=
q'[function() {
twinq.treeView.refresh({
da: this,
ajaxIdentifier: "#AJAX_IDENTIFIER#",
itemsToSubmit: "#ITEMS_TO_SUBMIT#"
});
}]';
even something as simple as this gives problems:
'
line1
line2
'
Regards,
Menno