After running the following query in the editor (F9), double clicking either field in the data grid causes the grid popup editor to appear:
SELECT ‘hello’ text_field,
xmltype (‘hello’) xml_field
FROM DUAL;
I realise that the xml popup editor has been removed, so I’ve put an xml editor in the executables section in TOAD options (I’m using microsoft XML notepad). However, when I then double click in the datagrid, both the xml and the char fields open up xml notepad. I would have expected only the xml field to do this, and the char to open the usual popup editor.
Is this expected behaviour?
Pity the xml editor has gone, as I found it very useful.