<?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: EG 4.3 autocomplete off by one in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-3-autocomplete-off-by-one/m-p/129215#M10604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Quentin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you have some "interesting" macro variables at least as far as EG detects (with "Fileref|Filename|Filepath").&amp;nbsp; Still could be an off-by-one issue in the editor, but perhaps only with your "special mix" of macro variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2012 15:59:41 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2012-09-24T15:59:41Z</dc:date>
    <item>
      <title>EG 4.3 autocomplete off by one</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-3-autocomplete-off-by-one/m-p/129214#M10603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just noticed having an odd problem with EG code autocomplete.&amp;nbsp; It seems to be off by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I type &amp;amp;file and hit space, it selects &amp;amp;extension, and replaces it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="file.jpg" class="jive-image" src="https://communities.sas.com/legacyfs/online/2563_file.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I start to type &amp;amp;method , after I have typed &amp;amp;me it guesses I'm typing &amp;amp;just&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="method.jpg" class="jive-image" src="https://communities.sas.com/legacyfs/online/2564_method.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what could be going wrong?&amp;nbsp; I have quit and restarted EG. And turned autocomplete off and on.&amp;nbsp;&amp;nbsp; Seems to be happening only in one program in the project. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 15:39:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-3-autocomplete-off-by-one/m-p/129214#M10603</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2012-09-24T15:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: EG 4.3 autocomplete off by one</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-3-autocomplete-off-by-one/m-p/129215#M10604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Quentin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you have some "interesting" macro variables at least as far as EG detects (with "Fileref|Filename|Filepath").&amp;nbsp; Still could be an off-by-one issue in the editor, but perhaps only with your "special mix" of macro variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 15:59:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-3-autocomplete-off-by-one/m-p/129215#M10604</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2012-09-24T15:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: EG 4.3 autocomplete off by one</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-3-autocomplete-off-by-one/m-p/129216#M10605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right Chris.&amp;nbsp; I should have paused to guess at why the autocomplete thought there were some odd macro vars.&amp;nbsp; I'm in the habit of commenting my macro variables as below:&lt;/P&gt;&lt;PRE&gt;%global 
&amp;nbsp; file /* Fileref|Filename|Filepath/filename */
&amp;nbsp; method
&amp;nbsp; ;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While SAS respects those comments, looks like EG autocomplete word scanner (?) thinks everything before the semicolon is the name of a macro var, as in below simple example.&lt;/P&gt;&lt;P&gt;Guess some of that junk was tripping up how it autcompletes, causing the off-by-one (not shown below).&amp;nbsp; When I took out the comments, it started working again. &lt;/P&gt;&lt;P&gt;Thanks much!&lt;IMG alt="autcomplete.jpg" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/2566_autcomplete.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 17:20:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-3-autocomplete-off-by-one/m-p/129216#M10605</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2012-09-24T17:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: EG 4.3 autocomplete off by one</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-3-autocomplete-off-by-one/m-p/129217#M10606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for confirming.&amp;nbsp; I'll pass that on the EG development team so they can investigate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 17:42:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-4-3-autocomplete-off-by-one/m-p/129217#M10606</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2012-09-24T17:42:58Z</dc:date>
    </item>
  </channel>
</rss>

