skin_plugins.xml is not displayed properly (was: skin_plugins.xml wordt niet goed weergegeven.)
-
</screen--><screen name="TitleProperties" position="fill" title="Properties of current title" flags="wfNoBorder"><panel name="PigTemplate" /><widget source="serviceinfo" render="Label" position="885,165" size="600,216" font="Regular;27" /><widget name="thumbnail" position="1515,165" size="270,216" alphatest="on" /><widget name="config" position="885,405" size="900,480" itemHeight="38" font="Regular;28" scrollbarMode="showOnDemand" /></screen><screen name="TitleList" position="fill" title="DVD Tool" flags="wfNoBorder"><panel name="PigTemplate" /><widget source="title_label" render="Label" position="900,165" size="810,57" font="Regular;27" transparent="1" /><widget source="error_label" render="Label" position="900,165" size="810,444" zPosition="3" font="Regular;30" transparent="1" /><widget source="titles" render="Listbox" scrollbarMode="showOnDemand" position="900,222" size="819,444" zPosition="3" transparent="1"><convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (0,0), size = (540,30), font = 0, flags = RT_HALIGN_LEFT, text = 1), # index 1 Title, MultiContentEntryText(pos = (0,30), size = (540,25), font = 1, flags = RT_HALIGN_LEFT, text = 2), # index 2 description, MultiContentEntryText(pos = (549,9), size = (228,30), font = 1, flags = RT_HALIGN_RIGHT, text = 3), # index 3 channel, MultiContentEntryText(pos = (549,30), size = (153,25), font = 1, flags = RT_HALIGN_RIGHT, text = 4), # index 4 begin time, MultiContentEntryText(pos = (705,30), size = (72,30), font = 1, flags = RT_HALIGN_RIGHT, text = 5), # index 5 duration, ], "fonts": [gFont("Regular",30), gFont("Regular",21)], "itemHeight": 55 } </convert></widget><ePixmap pixmap="skin_default/div-h.png" position="885,678" zPosition="10" size="840,3" /><ePixmap pixmap="skin_default/buttons/key_menu.png" position="900,684" size="52,38" alphatest="on" /><widget source="hint" render="Label" position="960,687" size="810,33" font="Regular;27" halign="left" /><widget name="medium_label" position="900,723" size="810,33" font="Regular;27" halign="left" foregroundColors="#FFFFFF,#FFFF00,#FF0000" /><widget source="space_bar_single" render="Progress" position="900,762" size="405,36" borderWidth="1" zPosition="2" backgroundColor="#254f7497" /><widget source="space_label_single" render="Label" position="900,766" size="405,33" zPosition="3" font="Regular;27" halign="center" transparent="1" foregroundColor="#000000" /><widget source="space_bar_dual" render="Progress" position="900,762" size="810,36" borderWidth="1" backgroundColor="#254f7497" /><widget source="space_label_dual" render="Label" position="900,766" size="810,33" zPosition="2" font="Regular;27" halign="center" transparent="1" foregroundColor="#000000" /></screen><!-- Multi RC --><screen name="MultiRCSetup" position="fill" title="Multi RemoteControl" flags="wfNoBorder"><panel name="PigTemplate" /><widget name="config" position="780,105" size="1110,60" itemHeight="38" font="Regular;28" scrollbarMode="showOnDemand" transparent="1" /><widget name="warning" position="780,225" size="1110,330" font="Regular;30" halign="center" /></screen><!-- QuickButton --><screen name="QuickbuttonSetup" position="fill" title="Quickbutton" flags="wfNoBorder"><panel name="PigTemplate" /><widget name="config" position="780,100" size="1110,912" itemHeight="38" font="Regular;28" scrollbarMode="showOnDemand" transparent="1" /></screen><!-- OpenWebIf --><screen name="OpenWebifConfig" position="fill" title="OpenWebif Configuration" flags="wfNoBorder"><panel name="PigTemplate" /><widget name="config" position="780,100" size="1110,912" selectionPixmap="Pd1loi-HD-night/buttons/sel4.png" itemHeight="40" font="Regular;30" scrollbarMode="showOnDemand" /><widget name="lab1" position="780,978" halign="center" size="1110,34" zPosition="1" font="Regular;30" valign="top" transparent="1" foregroundColor="unffff00" /></screen>
De broncode (.xml) is aanwezig. maar door een of ander manier staat het gewoon naast elkaar. en dat is niet de bedoeling neem ik aan. Ik denk dat ik het handmatig moet oplossen.
—
moderator added code markdown around text; please don’t forget to use the
</>
button to mark example text as “code” so that characters don’t get changed by the forum. Also, as noted in the replies, please use English in the forum, as that is the language of the forum. -
@Loui-Kuperij said in “skin_plugins.xml is not displaying properly”:
[…xml…]
The source code (.xml) is there. but by some way it is just side by side. and that is not the intention I suppose. I guess I have to fix it manually.
Translated from the original Dutch by DeepL.
-
And the thread title in English (the language of this forum):
skin_plugins.xml is not displayed properly
-
@Loui-Kuperij said,
The source code (.xml) is there. but by some way it is just side by side. and that is not the intention I suppose. I guess I have to fix it manually.
I believe you are saying that you want to “pretty print” the XML, so that it has nice formatting, rather than being all bunched together.
Notepad++ does not do source-code “pretty print” on its own, but there are many plugins for Notepad++ that do, each focused on one or two languages that they can format.
For example, the XML Tools plugin has a “pretty print” command: you can install the plugin using the Plugins > Plugins Admin menu entry; once it’s installed and you’ve restarted Notepad++, the menu entry Plugins > XML Tools > Pretty Print (or one of the variants) will re-format your XML so that it looks “pretty”.
-
@PeterJones
Sometimes problems are difficult to understand, but this one is exactly what I wanted to achieve, thank you very much for this.