<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[LA/QM forum - Ideas (LA)]]></title>
		<link>https://www.libreautomate.com/forum/</link>
		<description><![CDATA[LA/QM forum - https://www.libreautomate.com/forum]]></description>
		<pubDate>Wed, 22 Apr 2026 09:17:56 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Local documentation can be opened in browser]]></title>
			<link>https://www.libreautomate.com/forum/showthread.php?tid=7920</link>
			<pubDate>Sun, 11 Jan 2026 08:25:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.libreautomate.com/forum/member.php?action=profile&uid=1587">hiro</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.libreautomate.com/forum/showthread.php?tid=7920</guid>
			<description><![CDATA[Please add feature to allow open <span style="color: #16a085;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">local documentation</span></span> in <span style="color: #9b59b6;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">localhost server</span></span> in browser like in previous LibreAutomate versions]]></description>
			<content:encoded><![CDATA[Please add feature to allow open <span style="color: #16a085;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">local documentation</span></span> in <span style="color: #9b59b6;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">localhost server</span></span> in browser like in previous LibreAutomate versions]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Send keystrokes or mouse clicks to background windows]]></title>
			<link>https://www.libreautomate.com/forum/showthread.php?tid=7853</link>
			<pubDate>Fri, 01 Aug 2025 07:13:33 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.libreautomate.com/forum/member.php?action=profile&uid=1587">hiro</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.libreautomate.com/forum/showthread.php?tid=7853</guid>
			<description><![CDATA[Could the developer add a feature to <span style="font-weight: bold;" class="mycode_b"><span style="color: #16a085;" class="mycode_color">send keystrokes or mouse clicks to background windows</span></span>? This would be incredibly helpful for automation tasks. Thanks for considering!]]></description>
			<content:encoded><![CDATA[Could the developer add a feature to <span style="font-weight: bold;" class="mycode_b"><span style="color: #16a085;" class="mycode_color">send keystrokes or mouse clicks to background windows</span></span>? This would be incredibly helpful for automation tasks. Thanks for considering!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[create an MCP server that can accept calls from AI agent tools like n8n?]]></title>
			<link>https://www.libreautomate.com/forum/showthread.php?tid=7802</link>
			<pubDate>Wed, 19 Mar 2025 08:24:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.libreautomate.com/forum/member.php?action=profile&uid=1516">Davider</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.libreautomate.com/forum/showthread.php?tid=7802</guid>
			<description><![CDATA[n8n is an open-source AI agent workflow development tool, but its capability to operate on the computer's underlying system is limited. Could we use LA to extend its functionality?<br />
<a href="https://github.com/n8n-io/n8n" target="_blank" rel="noopener" class="mycode_url">https://github.com/n8n-io/n8n</a><br />
<hr class="mycode_hr" />
Relevant resources<br />
<a href="https://github.com/punkpeye/awesome-mcp-servers" target="_blank" rel="noopener" class="mycode_url">https://github.com/punkpeye/awesome-mcp-servers</a>]]></description>
			<content:encoded><![CDATA[n8n is an open-source AI agent workflow development tool, but its capability to operate on the computer's underlying system is limited. Could we use LA to extend its functionality?<br />
<a href="https://github.com/n8n-io/n8n" target="_blank" rel="noopener" class="mycode_url">https://github.com/n8n-io/n8n</a><br />
<hr class="mycode_hr" />
Relevant resources<br />
<a href="https://github.com/punkpeye/awesome-mcp-servers" target="_blank" rel="noopener" class="mycode_url">https://github.com/punkpeye/awesome-mcp-servers</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ARM architecture support?]]></title>
			<link>https://www.libreautomate.com/forum/showthread.php?tid=7788</link>
			<pubDate>Sat, 28 Dec 2024 20:40:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.libreautomate.com/forum/member.php?action=profile&uid=1456">netdude78</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.libreautomate.com/forum/showthread.php?tid=7788</guid>
			<description><![CDATA[Would it be a huge lift to compile LA to allow for execution on an ARM processor?]]></description>
			<content:encoded><![CDATA[Would it be a huge lift to compile LA to allow for execution on an ARM processor?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[multi-threaded downloading]]></title>
			<link>https://www.libreautomate.com/forum/showthread.php?tid=7752</link>
			<pubDate>Thu, 29 Aug 2024 09:37:51 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.libreautomate.com/forum/member.php?action=profile&uid=1516">Davider</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.libreautomate.com/forum/showthread.php?tid=7752</guid>
			<description><![CDATA[Could you create a class or function for multi-threaded downloading? Similar to the code below.<br />
<br />
This is very time-saving when downloading large files.<br />
<br />
Or how to implement similar functionality simply in LA?<br />
Thanks in advance!<br />
 <br />
C# class reference code link:<br />
nuget -\Masuit.Tools.Core;<br />
<a href="https://github.com/ldqk/Masuit.Tools/blob/master/Masuit.Tools.Abstractions/Net/MultiThreadDownloader.cs" target="_blank" rel="noopener" class="mycode_url">https://github.com/ldqk/Masuit.Tools/blo...nloader.cs</a><br />
 <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>using Masuit.Tools.Net;<br />
<br />
var mtd = new MultiThreadDownloader("http://storage.live.com/items/A93A8C276E440EC0!590:/wps2019.exe?authkey=!AJCW6xXpJYK9QjE", Environment.GetEnvironmentVariable("temp"), @"C:&#92;wps.exe", 8);<br />
mtd.Configure(req =&gt;<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;req.Referer = "https://masuit.com";<br />
&nbsp;&nbsp;&nbsp;&nbsp;req.Headers.Add("Origin", "https://baidu.com");<br />
});<br />
mtd.TotalProgressChanged += (sender, e) =&gt;<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;var downloader = sender as MultiThreadDownloader;<br />
&nbsp;&nbsp;&nbsp;&nbsp;Console.WriteLine("Download progress: " + downloader.TotalProgress + "%");<br />
&nbsp;&nbsp;&nbsp;&nbsp;Console.WriteLine("Download speed: " + downloader.TotalSpeedInBytes / 1024 / 1024 + " MBps");<br />
};<br />
mtd.FileMergeProgressChanged += (sender, e) =&gt;<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;Console.WriteLine("Download complete");<br />
};<br />
mtd.FileMergedComplete += (sender, e) =&gt;<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;Console.WriteLine("File merge complete");<br />
};<br />
mtd.Start(); // Start download<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //mtd.Pause(); // Pause download<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //mtd.Resume(); // Resume download</code></div></div>]]></description>
			<content:encoded><![CDATA[Could you create a class or function for multi-threaded downloading? Similar to the code below.<br />
<br />
This is very time-saving when downloading large files.<br />
<br />
Or how to implement similar functionality simply in LA?<br />
Thanks in advance!<br />
 <br />
C# class reference code link:<br />
nuget -\Masuit.Tools.Core;<br />
<a href="https://github.com/ldqk/Masuit.Tools/blob/master/Masuit.Tools.Abstractions/Net/MultiThreadDownloader.cs" target="_blank" rel="noopener" class="mycode_url">https://github.com/ldqk/Masuit.Tools/blo...nloader.cs</a><br />
 <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>using Masuit.Tools.Net;<br />
<br />
var mtd = new MultiThreadDownloader("http://storage.live.com/items/A93A8C276E440EC0!590:/wps2019.exe?authkey=!AJCW6xXpJYK9QjE", Environment.GetEnvironmentVariable("temp"), @"C:&#92;wps.exe", 8);<br />
mtd.Configure(req =&gt;<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;req.Referer = "https://masuit.com";<br />
&nbsp;&nbsp;&nbsp;&nbsp;req.Headers.Add("Origin", "https://baidu.com");<br />
});<br />
mtd.TotalProgressChanged += (sender, e) =&gt;<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;var downloader = sender as MultiThreadDownloader;<br />
&nbsp;&nbsp;&nbsp;&nbsp;Console.WriteLine("Download progress: " + downloader.TotalProgress + "%");<br />
&nbsp;&nbsp;&nbsp;&nbsp;Console.WriteLine("Download speed: " + downloader.TotalSpeedInBytes / 1024 / 1024 + " MBps");<br />
};<br />
mtd.FileMergeProgressChanged += (sender, e) =&gt;<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;Console.WriteLine("Download complete");<br />
};<br />
mtd.FileMergedComplete += (sender, e) =&gt;<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;Console.WriteLine("File merge complete");<br />
};<br />
mtd.Start(); // Start download<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //mtd.Pause(); // Pause download<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //mtd.Resume(); // Resume download</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Cookbook dir to Cookbook.db]]></title>
			<link>https://www.libreautomate.com/forum/showthread.php?tid=7751</link>
			<pubDate>Wed, 21 Aug 2024 02:41:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.libreautomate.com/forum/member.php?action=profile&uid=1516">Davider</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.libreautomate.com/forum/showthread.php?tid=7751</guid>
			<description><![CDATA[I downloaded the source files of LA from GitHub and found the source files of the articles in the cookbook under the <span style="font-weight: bold;" class="mycode_b">_\Cookbook</span> directory.<br />
I have localized some articles. How can I package the files in the Cookbook directory into a <span style="font-weight: bold;" class="mycode_b">cookbook.db</span> file? This way, I can view the localized articles in LA.  <br />
PS:<br />
In earlier versions of LA, the files in this folder could be directly viewed in LA.<br />
or, Alternatively, when the <span style="font-weight: bold;" class="mycode_b">cookbook.db</span> file is not present, the articles in the <span style="font-weight: bold;" class="mycode_b">Cookbook folder</span> could be displayed.]]></description>
			<content:encoded><![CDATA[I downloaded the source files of LA from GitHub and found the source files of the articles in the cookbook under the <span style="font-weight: bold;" class="mycode_b">_\Cookbook</span> directory.<br />
I have localized some articles. How can I package the files in the Cookbook directory into a <span style="font-weight: bold;" class="mycode_b">cookbook.db</span> file? This way, I can view the localized articles in LA.  <br />
PS:<br />
In earlier versions of LA, the files in this folder could be directly viewed in LA.<br />
or, Alternatively, when the <span style="font-weight: bold;" class="mycode_b">cookbook.db</span> file is not present, the articles in the <span style="font-weight: bold;" class="mycode_b">Cookbook folder</span> could be displayed.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[about the code editor]]></title>
			<link>https://www.libreautomate.com/forum/showthread.php?tid=7744</link>
			<pubDate>Tue, 13 Aug 2024 07:25:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.libreautomate.com/forum/member.php?action=profile&uid=1516">Davider</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.libreautomate.com/forum/showthread.php?tid=7744</guid>
			<description><![CDATA[After using it for a while, I have the following thoughts:<br />
<br />
1. When I move the mouse pointer to the top right corner of the code editor, it shows the last time the code was edited. This can be useful in certain situations, as shown in the image below.<br />
<a href="https://i.ibb.co/rkbTBYw/1.png" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/rkbTBYw/1.png</a><br />
<br />
2. The code editing should have a lock option. Sometimes I might accidentally modify some parts of the text, so this feature should be available.<br />
<br />
3. The list of function parameters can be displayed vertically. I believe vertical display would be more effective, as shown in the image below.<br />
<a href="https://i.ibb.co/1nf9ZzD/LA.png" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/1nf9ZzD/LA.png</a><br />
<a href="https://i.ibb.co/hZr230H/LP.png" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/hZr230H/LP.png</a><br />
<br />
4. Add a context menu item in the output pane that, when selected, displays the duration of the last code execution after it completes. This can be useful in certain situations (LINQPad includes a similar feature).<br />
<a href="https://i.ibb.co/W3kQdj3/LP.png" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/W3kQdj3/LP.png</a><br />
1<br />
2<br />
3<br />
...<br />
99999<br />
<span style="color: #c0392b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">----------------used 2.134 secends</span></span><br />
<br />
5. Block comment markers should be placed on new lines before and after the block. The recommended implementation: Press Shift + click the comment button, or use the hotkey Ctrl + Shift + /.<br />
<span style="color: #c0392b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">/*</span></span><br />
for (int i = 0; i &lt; 100000; i++)<br />
{<br />
    //print.it(i);<br />
    Console.WriteLine(i);<br />
}<br />
<span style="color: #c0392b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">*/</span></span>]]></description>
			<content:encoded><![CDATA[After using it for a while, I have the following thoughts:<br />
<br />
1. When I move the mouse pointer to the top right corner of the code editor, it shows the last time the code was edited. This can be useful in certain situations, as shown in the image below.<br />
<a href="https://i.ibb.co/rkbTBYw/1.png" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/rkbTBYw/1.png</a><br />
<br />
2. The code editing should have a lock option. Sometimes I might accidentally modify some parts of the text, so this feature should be available.<br />
<br />
3. The list of function parameters can be displayed vertically. I believe vertical display would be more effective, as shown in the image below.<br />
<a href="https://i.ibb.co/1nf9ZzD/LA.png" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/1nf9ZzD/LA.png</a><br />
<a href="https://i.ibb.co/hZr230H/LP.png" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/hZr230H/LP.png</a><br />
<br />
4. Add a context menu item in the output pane that, when selected, displays the duration of the last code execution after it completes. This can be useful in certain situations (LINQPad includes a similar feature).<br />
<a href="https://i.ibb.co/W3kQdj3/LP.png" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/W3kQdj3/LP.png</a><br />
1<br />
2<br />
3<br />
...<br />
99999<br />
<span style="color: #c0392b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">----------------used 2.134 secends</span></span><br />
<br />
5. Block comment markers should be placed on new lines before and after the block. The recommended implementation: Press Shift + click the comment button, or use the hotkey Ctrl + Shift + /.<br />
<span style="color: #c0392b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">/*</span></span><br />
for (int i = 0; i &lt; 100000; i++)<br />
{<br />
    //print.it(i);<br />
    Console.WriteLine(i);<br />
}<br />
<span style="color: #c0392b;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">*/</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[about Snippet menu]]></title>
			<link>https://www.libreautomate.com/forum/showthread.php?tid=7743</link>
			<pubDate>Tue, 13 Aug 2024 03:50:53 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.libreautomate.com/forum/member.php?action=profile&uid=1516">Davider</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.libreautomate.com/forum/showthread.php?tid=7743</guid>
			<description><![CDATA[The way the Snippet list is displayed seems to have changed.  <br />
In previous versions of LA: The Snippet menu would appear above the description window, which felt great because I could see the examples or descriptions for each menu item.  <br />
Now: When the Snippet menu is displayed, the description window closes.<br />
<a href="https://i.ibb.co/gFcnMKV/A.gif" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/gFcnMKV/A.gif</a>]]></description>
			<content:encoded><![CDATA[The way the Snippet list is displayed seems to have changed.  <br />
In previous versions of LA: The Snippet menu would appear above the description window, which felt great because I could see the examples or descriptions for each menu item.  <br />
Now: When the Snippet menu is displayed, the description window closes.<br />
<a href="https://i.ibb.co/gFcnMKV/A.gif" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/gFcnMKV/A.gif</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Context menu for the program on the taskbar]]></title>
			<link>https://www.libreautomate.com/forum/showthread.php?tid=7740</link>
			<pubDate>Fri, 09 Aug 2024 09:11:37 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.libreautomate.com/forum/member.php?action=profile&uid=1516">Davider</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.libreautomate.com/forum/showthread.php?tid=7740</guid>
			<description><![CDATA[In the current version of LA, using the following tags, the program's(My app is a command-line program.) context menu on the taskbar has three options after compiling or publishing, as shown in the image below.<br />
<a href="https://i.ibb.co/frFJcJ8/A.png" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/frFJcJ8/A.png</a><br />
<br />
However, the first and third options are only useful when LA is installed; these two options seem redundant and potentially confusing when distributed to client computers.  <br />
<br />
My thoughts are:  <br />
1. Could the default behavior be to show only the second option? The three options would then appear in the right-click menu only when the Ctrl key is pressed.  <br />
2. Could a simple option be added to the script file properties dialog to achieve this?]]></description>
			<content:encoded><![CDATA[In the current version of LA, using the following tags, the program's(My app is a command-line program.) context menu on the taskbar has three options after compiling or publishing, as shown in the image below.<br />
<a href="https://i.ibb.co/frFJcJ8/A.png" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/frFJcJ8/A.png</a><br />
<br />
However, the first and third options are only useful when LA is installed; these two options seem redundant and potentially confusing when distributed to client computers.  <br />
<br />
My thoughts are:  <br />
1. Could the default behavior be to show only the second option? The three options would then appear in the right-click menu only when the Ctrl key is pressed.  <br />
2. Could a simple option be added to the script file properties dialog to achieve this?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Using the "-" symbol as a marker in /*/....../*/]]></title>
			<link>https://www.libreautomate.com/forum/showthread.php?tid=7738</link>
			<pubDate>Thu, 08 Aug 2024 23:40:37 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.libreautomate.com/forum/member.php?action=profile&uid=1516">Davider</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.libreautomate.com/forum/showthread.php?tid=7738</guid>
			<description><![CDATA[Here’s an interesting idea of mine <img src="https://www.libreautomate.com/forum/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> :<br />
<br />
Sometimes, for various reasons, I don’t want to reference (or temporarily disable) a certain class file or DLL file. Adding or removing these paths can be inconvenient.<br />
It would be much easier if we could achieve this by adding a "-" symbol before the<span style="font-weight: bold;" class="mycode_b"> r </span>or <span style="font-weight: bold;" class="mycode_b">c</span> or <span style="font-weight: bold;" class="mycode_b">nuget </span>marker. For example:<br />
/*/ <span style="color: #e74c3c;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">-nuget</span></span> spire\spire.doc; <span style="color: #e74c3c;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">-r</span></span> %dll%\spire\Spire.Doc.dll; <span style="color: #e74c3c;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">-c</span></span> PowerShellEx.cs; /*/<br />
<br />
Similarly,<br />
if `role exeProgram` is changed to `-role exeProgram`, the role would automatically switch to `miniProgram`.<br />
/*/ <span style="color: #27ae60;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">-role</span></span> exeProgram; /*/]]></description>
			<content:encoded><![CDATA[Here’s an interesting idea of mine <img src="https://www.libreautomate.com/forum/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> :<br />
<br />
Sometimes, for various reasons, I don’t want to reference (or temporarily disable) a certain class file or DLL file. Adding or removing these paths can be inconvenient.<br />
It would be much easier if we could achieve this by adding a "-" symbol before the<span style="font-weight: bold;" class="mycode_b"> r </span>or <span style="font-weight: bold;" class="mycode_b">c</span> or <span style="font-weight: bold;" class="mycode_b">nuget </span>marker. For example:<br />
/*/ <span style="color: #e74c3c;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">-nuget</span></span> spire\spire.doc; <span style="color: #e74c3c;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">-r</span></span> %dll%\spire\Spire.Doc.dll; <span style="color: #e74c3c;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">-c</span></span> PowerShellEx.cs; /*/<br />
<br />
Similarly,<br />
if `role exeProgram` is changed to `-role exeProgram`, the role would automatically switch to `miniProgram`.<br />
/*/ <span style="color: #27ae60;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">-role</span></span> exeProgram; /*/]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Accelerate scrolling when dragging items]]></title>
			<link>https://www.libreautomate.com/forum/showthread.php?tid=7735</link>
			<pubDate>Wed, 07 Aug 2024 04:46:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.libreautomate.com/forum/member.php?action=profile&uid=1516">Davider</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.libreautomate.com/forum/showthread.php?tid=7735</guid>
			<description><![CDATA[In the file list on the left side of LA, I want to drag an item to a position above or below. The scrollbar scrolls automatically, but it's too slow.<br />
I have an idea:<br />
when automatically scrolling, if the Shift key is pressed, the scrolling speed doubles.]]></description>
			<content:encoded><![CDATA[In the file list on the left side of LA, I want to drag an item to a position above or below. The scrollbar scrolls automatically, but it's too slow.<br />
I have an idea:<br />
when automatically scrolling, if the Shift key is pressed, the scrolling speed doubles.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Location of the folder for the publish]]></title>
			<link>https://www.libreautomate.com/forum/showthread.php?tid=7733</link>
			<pubDate>Tue, 06 Aug 2024 04:38:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.libreautomate.com/forum/member.php?action=profile&uid=1516">Davider</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.libreautomate.com/forum/showthread.php?tid=7733</guid>
			<description><![CDATA[The compilation and publish are both done in the same folder, which seems somewhat confusing. However, it appears that the compilation during the release creates duplicate files.<br />
<hr class="mycode_hr" />
<a href="https://i.ibb.co/pd09bTP/A.gif" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/pd09bTP/A.gif</a><br />
<hr class="mycode_hr" />
It would be much clearer if different parent folder names were created for different compilation methods.]]></description>
			<content:encoded><![CDATA[The compilation and publish are both done in the same folder, which seems somewhat confusing. However, it appears that the compilation during the release creates duplicate files.<br />
<hr class="mycode_hr" />
<a href="https://i.ibb.co/pd09bTP/A.gif" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/pd09bTP/A.gif</a><br />
<hr class="mycode_hr" />
It would be much clearer if different parent folder names were created for different compilation methods.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Disable Files in the Project Folder Or Files List]]></title>
			<link>https://www.libreautomate.com/forum/showthread.php?tid=7730</link>
			<pubDate>Mon, 15 Jul 2024 22:48:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.libreautomate.com/forum/member.php?action=profile&uid=1516">Davider</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.libreautomate.com/forum/showthread.php?tid=7730</guid>
			<description><![CDATA[I want to quickly disable a script/class in the project folder without deleting it, making it as if it doesn't exist. This is similar to the effect produced by pressing Ctrl+D in QM. I think this is a great feature. When I press Ctrl+D, a red prohibition symbol appears on the project's icon. When I press Ctrl+D again, the prohibition symbol disappears, and the file is re-enabled.<br />
<br />
This feature is really useful and applies to other item types in LA as well.]]></description>
			<content:encoded><![CDATA[I want to quickly disable a script/class in the project folder without deleting it, making it as if it doesn't exist. This is similar to the effect produced by pressing Ctrl+D in QM. I think this is a great feature. When I press Ctrl+D, a red prohibition symbol appears on the project's icon. When I press Ctrl+D again, the prohibition symbol disappears, and the file is re-enabled.<br />
<br />
This feature is really useful and applies to other item types in LA as well.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[NuGet packages support real-time search and display details.]]></title>
			<link>https://www.libreautomate.com/forum/showthread.php?tid=7728</link>
			<pubDate>Sat, 13 Jul 2024 14:38:53 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.libreautomate.com/forum/member.php?action=profile&uid=1516">Davider</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.libreautomate.com/forum/showthread.php?tid=7728</guid>
			<description><![CDATA[So far, I can almost completely replace LinqPad with LA, but LinqPad's NuGet package management feature has impressed me, as shown in the following demonstration.<br />
<a href="https://i.ibb.co/XCN3C8s/Nuget.gif" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/XCN3C8s/Nuget.gif</a><br />
<br />
I am eagerly looking forward to seeing LA add the following features in future versions:<br />
1. Support real-time search of component packages and display package details<br />
2. No need for an SDK<br />
3. This feature should be displayed as a button on the toolbar by default]]></description>
			<content:encoded><![CDATA[So far, I can almost completely replace LinqPad with LA, but LinqPad's NuGet package management feature has impressed me, as shown in the following demonstration.<br />
<a href="https://i.ibb.co/XCN3C8s/Nuget.gif" target="_blank" rel="noopener" class="mycode_url">https://i.ibb.co/XCN3C8s/Nuget.gif</a><br />
<br />
I am eagerly looking forward to seeing LA add the following features in future versions:<br />
1. Support real-time search of component packages and display package details<br />
2. No need for an SDK<br />
3. This feature should be displayed as a button on the toolbar by default]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Updating Portable LA Version]]></title>
			<link>https://www.libreautomate.com/forum/showthread.php?tid=7726</link>
			<pubDate>Mon, 08 Jul 2024 02:46:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.libreautomate.com/forum/member.php?action=profile&uid=1516">Davider</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.libreautomate.com/forum/showthread.php?tid=7726</guid>
			<description><![CDATA[My portable LA version is V0.1, and I want to update it to the latest version.<br />
I don't want to modify the existing script code and files, I just need to update the LA program. How should I proceed?<br />
If provide a direct download of the portable LA version, it seems more convenient for updating. I only need to replace the files.]]></description>
			<content:encoded><![CDATA[My portable LA version is V0.1, and I want to update it to the latest version.<br />
I don't want to modify the existing script code and files, I just need to update the LA program. How should I proceed?<br />
If provide a direct download of the portable LA version, it seems more convenient for updating. I only need to replace the files.]]></content:encoded>
		</item>
	</channel>
</rss>