Print Thread
Page 3 of 3 1 2 3
Re: Best way to deal with XML
RickS #65381 02/08/24 11:11 AM
Joined: Aug 1999
Posts: 22,220
Member
Offline
Member
Joined: Aug 1999
Posts: 22,220
If the issue is caused by opening the file in an existing Notepad++ instance, you can use the -multiInst parameter so that the XML value is always loaded in a new Notepad++ instance. Import the following registry to try this:

Code
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\xml_auto_file]

[HKEY_CURRENT_USER\Software\Classes\xml_auto_file\shell]

[HKEY_CURRENT_USER\Software\Classes\xml_auto_file\shell\open]

[HKEY_CURRENT_USER\Software\Classes\xml_auto_file\shell\open\command]
@="\"C:\\Program Files (x86)\\Notepad++\\notepad++.exe\" -multiInst \"%1\""

[HKEY_CURRENT_USER\Software\Classes\.xml]

[HKEY_CURRENT_USER\Software\Classes\.xml\OpenWithProgids]
"xml_auto_file"=""


Marco Kalter
Allround Automations
Re: Best way to deal with XML
RickS #65383 02/08/24 04:36 PM
Joined: Oct 2022
Posts: 14
R
RickS Offline OP
Member
OP Offline
Member
R
Joined: Oct 2022
Posts: 14
I have noticed something new. When the "Edit column data externally as XML File?" prompt comes up, if I click "No" and I have the padlock unlocked, I am able to edit XML in PL/SQL Developer's Large Data Editor. I didn't realize that. I thought that the native editor was read-only and I needed to install another tool - like Notepad++ in order to edit XML.

My goal is just to be able to edit data. I don't care what editor I use. If I can do that within PL/SQL Developer's Large Data Editor then I don't need to configure Notepad++ at all.

When I query my data, it does make me select the rowid from the table in order to edit and save XML, which is kind of a pain, but I can live with that.

Page 3 of 3 1 2 3

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.092s Queries: 15 (0.074s) Memory: 2.5238 MB (Peak: 3.0428 MB) Data Comp: Off Server Time: 2024-05-16 16:42:45 UTC
Valid HTML 5 and Valid CSS