<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>ClipboardFusion RSS: Reverse history order</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=cdff8e2d-b4dd-4801-9503-9b051f5ff348" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=cdff8e2d-b4dd-4801-9503-9b051f5ff348</link>
<description>ClipboardFusion RSS: Reverse history order</description>
<lastBuildDate>Wed, 10 Jun 2026 18:58:48 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=cdff8e2d-b4dd-4801-9503-9b051f5ff348</generator>
<item>
<title>RE: Reverse history order</title>
<link>https://www.clipboardfusion.com/Discussions/View/reverse-history-order/?ID=cdff8e2d-b4dd-4801-9503-9b051f5ff348#4</link>
<pubDate>Wed, 01 Nov 2017 22:41:05 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/reverse-history-order/?ID=cdff8e2d-b4dd-4801-9503-9b051f5ff348#4</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Quote:
Quote:
Hi,
Changed the code slightly, let me know if it works
Hey, it works! Thanks a lot.
You are welcome]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div><div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Hi,<br/>
<br/>
Changed the code slightly, let me know if it works</div></div><br/>
Hey, it works! Thanks a lot.</div></div><br/>
<br/>
You are welcome <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Reverse history order</title>
<link>https://www.clipboardfusion.com/Discussions/View/reverse-history-order/?ID=cdff8e2d-b4dd-4801-9503-9b051f5ff348#3</link>
<pubDate>Wed, 01 Nov 2017 22:21:55 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/reverse-history-order/?ID=cdff8e2d-b4dd-4801-9503-9b051f5ff348#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Quote:
Hi,
Changed the code slightly, let me know if it works
Hey, it works! Thanks a lot.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Hi,<br/>
<br/>
Changed the code slightly, let me know if it works</div></div><br/>
Hey, it works! Thanks a lot.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Reverse history order</title>
<link>https://www.clipboardfusion.com/Discussions/View/reverse-history-order/?ID=cdff8e2d-b4dd-4801-9503-9b051f5ff348#2</link>
<pubDate>Wed, 01 Nov 2017 22:18:44 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/reverse-history-order/?ID=cdff8e2d-b4dd-4801-9503-9b051f5ff348#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hi,
Changed the code slightly, let me know if it works:
Code
Copy
Select All
using System;
public static class ClipboardFusionHelper
{
public static string ProcessText(string text)
{
//get the number of Clipboard Hisytory Items
int hisotryItemCount = BFS.ClipboardFusion.GetHistoryItemC...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi,<br/>
<br/>
Changed the code slightly, let me know if it works:<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019eb2e6c58d71b8981a738305811514" class="ClipboardCopyControl"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019eb2e6c58d71b8981a738305811514Js'); return false;"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019eb2e6c58d71b8981a738305811514Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;

public static class ClipboardFusionHelper
{
public static string ProcessText(string text)
{
//get the number of Clipboard Hisytory Items
int hisotryItemCount = BFS.ClipboardFusion.GetHistoryItemCount();

//clear the text variable
text = "";

//add all of the Clipboard History Items to the text variable, separated by a new line character
for(int i = hisotryItemCount-1; i &gt;= 0; i--)
text += BFS.ClipboardFusion.GetHistoryText(i) + Environment.NewLine;

//paste the text variable
BFS.Clipboard.PasteText(text);
return text;
}
}</pre><textarea id="code019eb2e6c58d71b8981a738305811514" name="code019eb2e6c58d71b8981a738305811514" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>Reverse history order</title>
<link>https://www.clipboardfusion.com/Discussions/View/reverse-history-order/?ID=cdff8e2d-b4dd-4801-9503-9b051f5ff348</link>
<pubDate>Wed, 01 Nov 2017 20:36:51 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/reverse-history-order/?ID=cdff8e2d-b4dd-4801-9503-9b051f5ff348</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hi,
I've just started using ClipboardFusion, and I downloaded this macro, which does what I need (thanks to the creator, by the way):
https://www.clipboardfusion.com/Macros/View/?ID=a8812146-c7be-4b79-b4ec-d7b07cb8a28b
The only problem is that the history gets pasted with the most recently cop...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi,<br/>
<br/>
I've just started using ClipboardFusion, and I downloaded this macro, which does what I need (thanks to the creator, by the way):<br/>
https://www.clipboardfusion.com/Macros/View/?ID=a8812146-c7be-4b79-b4ec-d7b07cb8a28b<br/>
<br/>
The only problem is that the history gets pasted with the most recently copied item at the top, and the least recent at the bottom. I'd want to paste everything in the order I copied it.<br/>
<br/>
Is there a way to modify the macro or the history behaviour so it does what I need?
</div>
]]></content:encoded>
</item>
</channel>
</rss>