<?xml version="1.0" ?>
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel rdf:about="http://www.isnetwork.at/bugtracker/">
    <title>IS-Network Bugtracker</title>
    <link>http://www.isnetwork.at/bugtracker/</link>
    <description>IS-Network BugtrackerISN AutoIt Studio - English: Recently closed tasks</description>
    <dc:date>2021-03-14T10:55:44Z</dc:date>
    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=283" />
                <rdf:li rdf:resource="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=304" />
                <rdf:li rdf:resource="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=286" />
                <rdf:li rdf:resource="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=290" />
                <rdf:li rdf:resource="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=301" />
                <rdf:li rdf:resource="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=302" />
                <rdf:li rdf:resource="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=299" />
                <rdf:li rdf:resource="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=300" />
                <rdf:li rdf:resource="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=279" />
                <rdf:li rdf:resource="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=288" />
              </rdf:Seq>
    </items>
    		
  </channel>
    <item rdf:about="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=283">
    <title>FS#283: Add a favorites section in the project tree</title>
    <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=283</link>
    <dc:date>2021-03-14T10:55:44Z</dc:date>
    <dc:creator>Dan</dc:creator>
     <description>Add a favorites section in the project tree</description>
    <content:encoded><![CDATA[<p>Add a favorites section in the project tree</p>]]></content:encoded>
  </item>
    <item rdf:about="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=304">
    <title>FS#304: %filename% does nothing in macro</title>
    <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=304</link>
    <dc:date>2020-03-28T12:18:05Z</dc:date>
    <dc:creator>Scott Saltz</dc:creator>
     <description>Trying to use% filename% in a macro to compile the current script being edited.

if i do a messagebox and try to display it, from the macro, it shows only me% filename%

Scott</description>
    <content:encoded><![CDATA[<p>Trying to use% filename% in a macro to compile the current script being edited.</p>

<p>if i do a messagebox and try to display it, from the macro, it shows only me% filename%</p>

<p>Scott</p>]]></content:encoded>
  </item>
    <item rdf:about="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=286">
    <title>FS#286: Search - replace in selection only</title>
    <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=286</link>
    <dc:date>2019-10-03T13:12:54Z</dc:date>
    <dc:creator>Dan</dc:creator>
     <description>Have a button in the search window to replace in selection only (like in Scite) so you replace the matches in the highlighted text only

(Perhaps also have a right click variable renamer that renames the variable everywhere in your script? Like in Visual Studio?)</description>
    <content:encoded><![CDATA[Have a button in the search window to replace in selection only (like in Scite) so you replace the matches in the highlighted text only<br />
<br />
(Perhaps also have a right click variable renamer that renames the variable everywhere in your script? Like in Visual Studio?)]]></content:encoded>
  </item>
    <item rdf:about="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=290">
    <title>FS#290: New Macro - cannot cancel once you have added an action</title>
    <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=290</link>
    <dc:date>2019-08-20T13:29:16Z</dc:date>
    <dc:creator>Dan</dc:creator>
     <description>Once you add a macro action to a new macro, you can no longer click cancel to close the window (even if you remove the action) unless you enter a name - and if you do enter a name it doesn&#039;t cancel, it makes the macro anyway!</description>
    <content:encoded><![CDATA[<p>Once you add a macro action to a new macro, you can no longer click cancel to close the window (even if you remove the action) unless you enter a name - and if you do enter a name it doesn't cancel, it makes the macro anyway!</p>]]></content:encoded>
  </item>
    <item rdf:about="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=301">
    <title>FS#301: Selecting &quot;Name of the project&quot; on &quot;Create new project&quot; window</title>
    <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=301</link>
    <dc:date>2019-08-20T13:28:56Z</dc:date>
    <dc:creator>oscar freeman</dc:creator>
     <description>After writing name of the project in the relevant input box on create new project window, the written charactersÂ cannot be selected by using Shift + Left Arrow key combination. (While the same input can be selected by using Shift + Right Arrow)

I&#039;ve realized it, when I wanted to copy what I wrote, first tried to selectÂ the project name after writing it.</description>
    <content:encoded><![CDATA[<p>After writing name of the project in the relevant input box on create new project window, the written charactersÂ cannot be selected by using Shift + Left Arrow key combination. (While the same input can be selected by using Shift + Right Arrow)</p>

<p>I've realized it, when I wanted to copy what I wrote, first tried to selectÂ the project name after writing it.</p>]]></content:encoded>
  </item>
    <item rdf:about="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=302">
    <title>FS#302: &quot;formstudio.exe&quot; identified as &quot;MSIL/Spy.Agent.AES&quot; trojan by ESET Endpoint Antivirus</title>
    <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=302</link>
    <dc:date>2019-07-01T05:29:43Z</dc:date>
    <dc:creator>oscar freeman</dc:creator>
     <description>ESET Endpoint Antivirus (Version7.0.2091.0) has detected &amp;quot;formstudio.exe&amp;quot; as &amp;quot;MSIL/Spy.Agent.AES&amp;quot; trojan.

https://www.virusradar.com/en/MSIL_Spy.Agent.AES/description

The log :

&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;
&amp;lt;ESET&amp;gt;
Â  &amp;lt;LOG&amp;gt;
Â  Â  &amp;lt;RECORD&amp;gt;
Â  Â  Â  &amp;lt;COLUMN NAME=&amp;quot;Time&amp;quot;&amp;gt;22.05.2019 08:48:24&amp;lt;/COLUMN&amp;gt;
Â  Â  Â  &amp;lt;COLUMN NAME=&amp;quot;Scanner&amp;quot;&amp;gt;Real-time file system protection&amp;lt;/COLUMN&amp;gt;
Â  Â  Â  &amp;lt;COLUMN NAME=&amp;quot;Object type&amp;quot;&amp;gt;file&amp;lt;/COLUMN&amp;gt;
Â  Â  Â  &amp;lt;COLUMN NAME=&amp;quot;Object&amp;quot;&amp;gt;D:\tools\isn autoit studio\data\plugins\formstudio2\formstudio2.exe&amp;lt;/COLUMN&amp;gt;
Â  Â  Â  &amp;lt;COLUMN NAME=&amp;quot;Detection&amp;quot;&amp;gt;MSIL/Spy.Agent.AES trojan&amp;lt;/COLUMN&amp;gt;
Â  Â  Â  &amp;lt;COLUMN NAME=&amp;quot;Action&amp;quot;&amp;gt;cleaned by deleting&amp;lt;/COLUMN&amp;gt;
Â  Â  Â  &amp;lt;COLUMN NAME=&amp;quot;User&amp;quot;&amp;gt;NT AUTHORITY\SYSTEM&amp;lt;/COLUMN&amp;gt;
Â  Â  Â  &amp;lt;COLUMN NAME=&amp;quot;Information&amp;quot;&amp;gt;Event occurred during an attempt to access the file by the application: C:\Windows\System32\CompatTelRunner.exe (14D0DE3FF0DBD983C1D146AA9316B3D90A41D5AF).&amp;lt;/COLUMN&amp;gt;
Â  Â  Â  &amp;lt;COLUMN NAME=&amp;quot;Hash&amp;quot;&amp;gt;C814998671ED57760AF3C23C729ACF6EAE9AA378&amp;lt;/COLUMN&amp;gt;
Â  Â  Â  &amp;lt;COLUMN NAME=&amp;quot;First seen here&amp;quot;&amp;gt;4.05.2019 20:08:54&amp;lt;/COLUMN&amp;gt;
Â  Â  &amp;lt;/RECORD&amp;gt;
Â &amp;lt;/LOG&amp;gt;
&amp;lt;/ESET&amp;gt;

Â 

Â </description>
    <content:encoded><![CDATA[<p>ESET Endpoint Antivirus (Version7.0.2091.0) has detected &quot;<strong>formstudio.exe</strong>&quot; as &quot;<strong>MSIL/Spy.Agent.AES</strong>&quot; trojan.</p>

<p><a href="https://www.virusradar.com/en/MSIL_Spy.Agent.AES/description">https://www.virusradar.com/en/MSIL_Spy.Agent.AES/description</a></p>

<p><strong>The log :</strong></p>

<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;<br />
&lt;ESET&gt;<br />
Â  &lt;LOG&gt;<br />
Â  Â  &lt;RECORD&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Time&quot;&gt;22.05.2019 08:48:24&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Scanner&quot;&gt;Real-time file system protection&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Object type&quot;&gt;file&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Object&quot;&gt;D:\tools\isn autoit studio\data\plugins\formstudio2\formstudio2.exe&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Detection&quot;&gt;MSIL/Spy.Agent.AES trojan&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Action&quot;&gt;cleaned by deleting&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;User&quot;&gt;NT AUTHORITY\SYSTEM&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Information&quot;&gt;Event occurred during an attempt to access the file by the application: C:\Windows\System32\CompatTelRunner.exe (14D0DE3FF0DBD983C1D146AA9316B3D90A41D5AF).&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;Hash&quot;&gt;C814998671ED57760AF3C23C729ACF6EAE9AA378&lt;/COLUMN&gt;<br />
Â  Â  Â  &lt;COLUMN NAME=&quot;First seen here&quot;&gt;4.05.2019 20:08:54&lt;/COLUMN&gt;<br />
Â  Â  &lt;/RECORD&gt;<br />
Â &lt;/LOG&gt;<br />
&lt;/ESET&gt;</p>

<p>Â </p>

<p>Â </p>]]></content:encoded>
  </item>
    <item rdf:about="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=299">
    <title>FS#299: Login Box does not open</title>
    <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=299</link>
    <dc:date>2019-05-07T17:56:32Z</dc:date>
    <dc:creator>oscar freeman</dc:creator>
     <description>Using menu options &amp;quot;Bugtracker - Login&amp;quot; does not open any login input box.</description>
    <content:encoded><![CDATA[<p>Using menu options &quot;Bugtracker - Login&quot; does not open any login input box.</p>]]></content:encoded>
  </item>
    <item rdf:about="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=300">
    <title>FS#300: &quot;Script tree&quot; caption is shown as &quot;Project tree&quot; on every start up</title>
    <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=300</link>
    <dc:date>2019-05-07T14:48:49Z</dc:date>
    <dc:creator>oscar freeman</dc:creator>
     <description>After opening ISN Studio with any project, on the right hand side, &amp;quot;Script tree&amp;quot;s caption is shown as &amp;quot;Project tree&amp;quot; as well. Then, after &amp;quot;toggling script tree&amp;quot; from View menu, fixes itself.

It occurs every new opening of ISN Studio project.</description>
    <content:encoded><![CDATA[<p>After opening ISN Studio with any project, on the right hand side, &quot;Script tree&quot;s caption is shown as &quot;Project tree&quot; as well. Then, after &quot;toggling script tree&quot; from View menu, fixes itself.</p>

<p>It occurs every new opening of ISN Studio project.</p>]]></content:encoded>
  </item>
    <item rdf:about="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=279">
    <title>FS#279: Add Scite for AutoIT feature: Hold ctrl + shift + d to multiselect the highlighted item</title>
    <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=279</link>
    <dc:date>2019-04-26T14:56:06Z</dc:date>
    <dc:creator>Dan</dc:creator>
     <description>Hold ctrl + shift + d to multiselect the highlighted item (try it on SciTE and you will see what I mean)</description>
    <content:encoded><![CDATA[<p>Hold ctrl + shift + d to multiselect the highlighted item (try it on SciTE and you will see what I mean)</p>]]></content:encoded>
  </item>
    <item rdf:about="http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=288">
    <title>FS#288: Navigation history tab (perhaps as a second tab on the left panel)</title>
    <link>http://www.isnetwork.at/bugtracker/index.php?do=details&amp;task_id=288</link>
    <dc:date>2019-04-26T09:51:18Z</dc:date>
    <dc:creator>Dan</dc:creator>
     <description>Â 

So you can just back and forward through your previous positions in the script

(I get lost in big scripts, this would help me find where I was)

Â 

You could then change the alt + left and alt + right to instead navigate forward and back through your history of editing

Navigation history tab (perhaps as a second tab on the left panel)

So you can just back and forward through your previous positions in the script

(I get lost in big scripts, this would help me find where I was)

Â 

You could then change the alt + left and alt + right to instead navigate forward and back through your history of editing

Â 

Eg.


			Time date
			
			
			File: Line number:
			
		I guess this would be tricky, because as you remove and add line numbers the previous history

Would have to be adjusted accordingly

(if you removed a line above, subtract one, if you added one add one)

Ok, not that tricky :)</description>
    <content:encoded><![CDATA[<p>Â </p>

<p>So you can just back and forward through your previous positions in the script</p>

<p>(I get lost in big scripts, this would help me find where I was)</p>

<p>Â </p>

<p>You could then change the alt + left and alt + right to instead navigate forward and back through your history of editing</p>

<p>Navigation history tab (perhaps as a second tab on the left panel)</p>

<p>So you can just back and forward through your previous positions in the script</p>

<p>(I get lost in big scripts, this would help me find where I was)</p>

<p>Â </p>

<p>You could then change the alt + left and alt + right to instead navigate forward and back through your history of editing</p>

<p>Â </p>

<p>Eg.</p>

<table border="1" cellpadding="0" cellspacing="0"><tbody><tr><td style="border-color:#A3A3A3;vertical-align:top;width:.8444in;">
			<p>Time date</p>
			</td>
			<td style="border-color:#A3A3A3;vertical-align:top;width:1.2194in;">
			<p>File: Line number:</p>
			</td>
		</tr></tbody></table><p>I guess this would be tricky, because as you remove and add line numbers the previous history</p>

<p>Would have to be adjusted accordingly</p>

<p>(if you removed a line above, subtract one, if you added one add one)</p>

<p>Ok, not that tricky :)</p>]]></content:encoded>
  </item>
  </rdf:RDF>
