<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: GDL batch change info in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/GDL-batch-change-info/m-p/367832#M659</link>
    <description>&lt;P&gt;You can do a find and replace all for script text. But you have to do each script separately.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2023 03:42:21 GMT</pubDate>
    <dc:creator>SenecaDesignLLC</dc:creator>
    <dc:date>2023-01-18T03:42:21Z</dc:date>
    <item>
      <title>GDL batch change info</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-batch-change-info/m-p/367744#M657</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;
&lt;P&gt;Is there some way to batch change on multiple GDL-s at once Author/Object's subtype or even something that can batch replace text in scripts&amp;nbsp;&lt;/P&gt;
&lt;P&gt;e.g.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am modeling 2D symbols and want to change&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;mul2&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;/EM&gt;from "&lt;EM&gt;mul2&amp;nbsp; &amp;nbsp; A/0.08, B/009&amp;nbsp;&lt;/EM&gt;"&amp;nbsp;&amp;nbsp;to "mul2 A/GLOB_SCALE, B/GLOB_SCALE" nothing special but it would be great to batch all symbols...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 07:48:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-batch-change-info/m-p/367744#M657</guid>
      <dc:creator>Domagoj Lukinic</dc:creator>
      <dc:date>2023-05-31T07:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: GDL batch change info</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-batch-change-info/m-p/367755#M658</link>
      <description>&lt;P&gt;Convert to HSF (LP_XMLConverter), make your adjustments via a script or just with plain regex, convert back.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 12:41:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-batch-change-info/m-p/367755#M658</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2023-01-17T12:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: GDL batch change info</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-batch-change-info/m-p/367832#M659</link>
      <description>&lt;P&gt;You can do a find and replace all for script text. But you have to do each script separately.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 03:42:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-batch-change-info/m-p/367832#M659</guid>
      <dc:creator>SenecaDesignLLC</dc:creator>
      <dc:date>2023-01-18T03:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: GDL batch change info</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-batch-change-info/m-p/368204#M660</link>
      <description>&lt;P&gt;Is there a solution without using&amp;nbsp;&lt;SPAN&gt;XMLConverter? If not, can you recommend a tutorial/manual so I can check it out?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 08:44:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-batch-change-info/m-p/368204#M660</guid>
      <dc:creator>Domagoj Lukinic</dc:creator>
      <dc:date>2023-01-20T08:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: GDL batch change info</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-batch-change-info/m-p/368206#M661</link>
      <description>&lt;P&gt;Yes I know but I am looking for solution where I can lets say click "find and replace all"&lt;/P&gt;&lt;P&gt;but the text is replaced in all open tabs that are GDL editor.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 08:48:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-batch-change-info/m-p/368206#M661</guid>
      <dc:creator>Domagoj Lukinic</dc:creator>
      <dc:date>2023-01-20T08:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: GDL batch change info</title>
      <link>https://community.graphisoft.com/t5/GDL/GDL-batch-change-info/m-p/368213#M662</link>
      <description>&lt;P&gt;The GDL editor will only let you edit one script of one object at a time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I know, you need to use the LP_XMLConverter tho change the format so you can edit (find and replace) and then save back.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This link may help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://gdl.graphisoft.com/tips-and-tricks/how-to-use-the-lp_xmlconverter-tool" target="_blank"&gt;https://gdl.graphisoft.com/tips-and-tricks/how-to-use-the-lp_xmlconverter-tool&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I must admit I have never mastered it.&lt;/P&gt;
&lt;P&gt;Each time I try, I look at it and think it is too hard and I just don't understand what is written.&lt;/P&gt;
&lt;P&gt;I just edit each object I the GDL editor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 09:06:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GDL-batch-change-info/m-p/368213#M662</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-01-20T09:06:33Z</dc:date>
    </item>
  </channel>
</rss>

