<?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 Custom Macro Abbreviations - disable Autocomplete in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Custom-Macro-Abbreviations-disable-Autocomplete/m-p/481791#M31232</link>
    <description>&lt;P&gt;I made&amp;nbsp;this abbreviation called&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;example:&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;CASE WHEN t1.INFORMATION_DT=&amp;amp;DATE_T0 THEN 'T0'&lt;/PRE&gt;&lt;P&gt;But, autocomplete won't work, when i type example, it won't show up, but when i start typing CASE and hit enter, it runs this macro, and this is not what i want.&lt;BR /&gt;&lt;BR /&gt;How can i disable autocomplete only for this custom macro abbrevations?&amp;nbsp;&lt;BR /&gt;In that way, i will prevent running this macro every time i start typing CASE WHEN, and i will be able to use ctrl + shift + b to choose abbreviation from a list.&lt;BR /&gt;&lt;BR /&gt;I use SAS EG 7.14.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jul 2018 07:42:18 GMT</pubDate>
    <dc:creator>sasuser381</dc:creator>
    <dc:date>2018-07-27T07:42:18Z</dc:date>
    <item>
      <title>Custom Macro Abbreviations - disable Autocomplete</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Custom-Macro-Abbreviations-disable-Autocomplete/m-p/481791#M31232</link>
      <description>&lt;P&gt;I made&amp;nbsp;this abbreviation called&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;example:&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;CASE WHEN t1.INFORMATION_DT=&amp;amp;DATE_T0 THEN 'T0'&lt;/PRE&gt;&lt;P&gt;But, autocomplete won't work, when i type example, it won't show up, but when i start typing CASE and hit enter, it runs this macro, and this is not what i want.&lt;BR /&gt;&lt;BR /&gt;How can i disable autocomplete only for this custom macro abbrevations?&amp;nbsp;&lt;BR /&gt;In that way, i will prevent running this macro every time i start typing CASE WHEN, and i will be able to use ctrl + shift + b to choose abbreviation from a list.&lt;BR /&gt;&lt;BR /&gt;I use SAS EG 7.14.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 07:42:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Custom-Macro-Abbreviations-disable-Autocomplete/m-p/481791#M31232</guid>
      <dc:creator>sasuser381</dc:creator>
      <dc:date>2018-07-27T07:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Abbreviations - disable Autocomplete</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Custom-Macro-Abbreviations-disable-Autocomplete/m-p/482681#M31271</link>
      <description>&lt;P&gt;What exact version of EG do you have (the version listed in EG's Help-&amp;gt;About box)?&amp;nbsp; (There is no EG 7.14.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have not been able to reproduce what you described in EG 7.15 HF3.&amp;nbsp; I created an abbreviation macro with the name "example" and the text you provided below.&amp;nbsp; In an empty editor, when I start typing "example", the abbreviation macro appears in the syntax suggestion popup and works as expected (inserts the text).&amp;nbsp; However, if I first type "proc sql; select " and then type "example" (in the select statement), the abbreviation macro does not appear in the syntax suggestion popup.&amp;nbsp; Ctrl+Shift+B will bring up the list with the EXAMPLE abbreviation macro available and I confirmed it works.&amp;nbsp; If I type "CASE" after "proc sql; select " and then hit enter, it does not run the abbreviation macro for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide as simple code as possible (and instructions) that you are able to use to reproduce, so I can attempt to reproduce.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 03:03:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Custom-Macro-Abbreviations-disable-Autocomplete/m-p/482681#M31271</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2018-07-31T03:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Macro Abbreviations - disable Autocomplete</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Custom-Macro-Abbreviations-disable-Autocomplete/m-p/482803#M31282</link>
      <description>&lt;P&gt;I tried it in an empty editor, and then it runs the macro abbreviation after typing "case".&lt;BR /&gt;I should&amp;nbsp; have done that after "proc sql; select". Now it is ok.&lt;BR /&gt;So that was what i wanted. Thank you Casey.&lt;BR /&gt;&lt;BR /&gt;The other problem that remains is that it still won't show up in syntax suggestions.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I use SAS EG 7.11. HF3&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Nada&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 13:18:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Custom-Macro-Abbreviations-disable-Autocomplete/m-p/482803#M31282</guid>
      <dc:creator>sasuser381</dc:creator>
      <dc:date>2018-07-31T13:18:57Z</dc:date>
    </item>
  </channel>
</rss>

