Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Ask not for whom the <CONTROL-G> tolls.


computers / alt.comp.os.windows-10 / Re: comment notepad++

SubjectAuthor
* comment notepad++Lars Anders
+- Re: comment notepad++Chris
`* Re: comment notepad++Paul
 `- Re: comment notepad++Lars Anders

1
comment notepad++

<t1hfld$sft$1@gioia.aioe.org>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=60994&group=alt.comp.os.windows-10#60994

  copy link   Newsgroups: alt.comp.os.windows-10
Path: i2pn2.org!i2pn.org!aioe.org!Ct14VFk93hhk4LErCXR/jg.user.46.165.242.75.POSTED!not-for-mail
From: larsande...@glocalnet.se (Lars Anders)
Newsgroups: alt.comp.os.windows-10
Subject: comment notepad++
Date: Thu, 24 Mar 2022 11:03:32 +0100
Organization: Aioe.org NNTP Server
Message-ID: <t1hfld$sft$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Info: gioia.aioe.org; logging-data="29181"; posting-host="Ct14VFk93hhk4LErCXR/jg.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: 40tude_Dialog/2.0.15.41 (b55bd473.101.271)
X-Notice: Filtered by postfilter v. 0.9.2
X-Face: ^n.NLf`s?*F30HR<>FvP_'!Mo+Hk(q2l?BRXBbtISU*c.dPCT`ORqZv)U,RRD9Hu>$=)|(N jN1{i(e/Q}axhs[LzS~W-0)@^(A^biLVFk9B/~cz~5@T_#(R$:L]ClWX_u
 by: Lars Anders - Thu, 24 Mar 2022 10:03 UTC

How do you add comments to the shortcuts.xml notepad++ file?

Re: comment notepad++

<t1hg97$ug7$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=60995&group=alt.comp.os.windows-10#60995

  copy link   Newsgroups: alt.comp.os.windows-10
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: ithink...@gmail.com (Chris)
Newsgroups: alt.comp.os.windows-10
Subject: Re: comment notepad++
Date: Thu, 24 Mar 2022 10:13:58 +0000
Organization: A noiseless patient Spider
Lines: 5
Message-ID: <t1hg97$ug7$1@dont-email.me>
References: <t1hfld$sft$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 24 Mar 2022 10:13:59 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="f378d059eb8bfb0283275306cdb9d5d6";
logging-data="31239"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+6gQn600CBbfimuLoOZ4nQ/OUa2OzQSXU="
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0)
Gecko/20100101 Thunderbird/91.7.0
Cancel-Lock: sha1:CaKMGi//6AIKqJpSEmwMkjgq8Xw=
In-Reply-To: <t1hfld$sft$1@gioia.aioe.org>
Content-Language: en-GB
 by: Chris - Thu, 24 Mar 2022 10:13 UTC

On 24/03/2022 10:03, Lars Anders wrote:
> How do you add comments to the shortcuts.xml notepad++ file?

Comments in HTML and XML are usually <!-- comment text -->

Re: comment notepad++

<t1hr46$jkn$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=61002&group=alt.comp.os.windows-10#61002

  copy link   Newsgroups: alt.comp.os.windows-10
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: nos...@needed.invalid (Paul)
Newsgroups: alt.comp.os.windows-10
Subject: Re: comment notepad++
Date: Thu, 24 Mar 2022 09:18:53 -0400
Organization: A noiseless patient Spider
Lines: 29
Message-ID: <t1hr46$jkn$1@dont-email.me>
References: <t1hfld$sft$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 24 Mar 2022 13:19:02 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="81df3ab2dbade7e7e998735cd732cc9b";
logging-data="20119"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+p7hoYwU/4Z/w4jht5jKHVTvuozJ1R+ck="
User-Agent: Ratcatcher/2.0.0.25 (Windows/20130802)
Cancel-Lock: sha1:m2i7IUSDMItMQnICC7hVbnlDCFU=
In-Reply-To: <t1hfld$sft$1@gioia.aioe.org>
Content-Language: en-US
 by: Paul - Thu, 24 Mar 2022 13:18 UTC

On 3/24/2022 6:03 AM, Lars Anders wrote:
> How do you add comments to the shortcuts.xml notepad++ file?
>

Worked example, the "VirtualBox.xml" file, as they expect users
to be editing configs manually due to the stupid/rigid interface.
You can see the multiline comment which waits for the
terminating "-->". If you have a syntax coloring editor, then
the sections should color according to the structure. I have
shortened the file considerably, for brevity.

<?xml version="1.0"?>
<!--
** DO NOT EDIT THIS FILE.
** If you make changes to this file while any VirtualBox related application
** is running, your changes will be overwritten later, without taking effect.
** Use VBoxManage or the VirtualBox Manager GUI to make changes.
-->

<VirtualBox xmlns="http://www.virtualbox.org/" version="1.12-windows">
<Global>
<ExtraData>
<ExtraDataItem name="GUI/Details/Elements" value="general,system,preview,display,storage,audio,network,usb,sharedFolders,description"/>
</ExtraData>
<USBDeviceFilters/>
</Global>
</VirtualBox>

Paul

Re: comment notepad++

<t1j2ud$pfp$1@gioia.aioe.org>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=61019&group=alt.comp.os.windows-10#61019

  copy link   Newsgroups: alt.comp.os.windows-10
Path: i2pn2.org!i2pn.org!aioe.org!tdmgPQKZ+F4A3rlWdN9/8w.user.46.165.242.75.POSTED!not-for-mail
From: larsande...@glocalnet.se (Lars Anders)
Newsgroups: alt.comp.os.windows-10
Subject: Re: comment notepad++
Date: Fri, 25 Mar 2022 01:38:43 +0100
Organization: Aioe.org NNTP Server
Message-ID: <t1j2ud$pfp$1@gioia.aioe.org>
References: <t1hfld$sft$1@gioia.aioe.org> <t1hr46$jkn$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Info: gioia.aioe.org; logging-data="26105"; posting-host="tdmgPQKZ+F4A3rlWdN9/8w.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: 40tude_Dialog/2.0.15.41 (b55bd473.101.271)
X-Face: ^n.NLf`s?*F30HR<>FvP_'!Mo+Hk(q2l?BRXBbtISU*c.dPCT`ORqZv)U,RRD9Hu>$=)|(N jN1{i(e/Q}axhs[LzS~W-0)@^(A^biLVFk9B/~cz~5@T_#(R$:L]ClWX_u
X-Notice: Filtered by postfilter v. 0.9.2
 by: Lars Anders - Fri, 25 Mar 2022 00:38 UTC

On 24 Mar 2022, Paul <nospam@needed.invalid> wrote :

> <!--
> ** DO NOT EDIT THIS FILE.
> ** If you make changes to this file while any VirtualBox related application
> ** is running, your changes will be overwritten later, without taking effect.
> ** Use VBoxManage or the VirtualBox Manager GUI to make changes.
> -->

Thank you Paul & Chris!

Notepad++ shortcuts.xml is good to add edit macros.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor