<?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: Last line disappears when double-clicking on a word in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Last-line-disappears-when-double-clicking-on-a-word/m-p/535535#M147073</link>
    <description>Thanks, I will!</description>
    <pubDate>Thu, 14 Feb 2019 09:58:02 GMT</pubDate>
    <dc:creator>EH</dc:creator>
    <dc:date>2019-02-14T09:58:02Z</dc:date>
    <item>
      <title>Last line disappears when double-clicking on a word</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Last-line-disappears-when-double-clicking-on-a-word/m-p/535509#M147059</link>
      <description>&lt;P&gt;Dear list,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(apologies for posting in an inappropriate box, could not find a better one)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use the Program Window of SAS Enterprise Guide 7.1. When double-clicking on a word it turns green and shows all other occurences of the same word.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Strange thing is: when this word is on the second line from the bottom of my script, the bottom line disappears. Only to reappear when clicking somewhere else or typing over the selected (green) word.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I add an extra line at the end (if only empty) this problem no longer occurs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this a bug or a feature (and what is the feature?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply,&lt;/P&gt;
&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 08:30:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Last-line-disappears-when-double-clicking-on-a-word/m-p/535509#M147059</guid>
      <dc:creator>EH</dc:creator>
      <dc:date>2019-02-14T08:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Last line disappears when double-clicking on a word</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Last-line-disappears-when-double-clicking-on-a-word/m-p/535522#M147065</link>
      <description>&lt;P&gt;Which EG version are you using?&lt;/P&gt;
&lt;P&gt;I cannot replicate such behaviour (EG 7.15).&lt;/P&gt;
&lt;P&gt;Nothing disappears when I double click on "test" anywhere in this code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
set test;
run;

proc print data=test noobs;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Feb 2019 09:05:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Last-line-disappears-when-double-clicking-on-a-word/m-p/535522#M147065</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-14T09:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Last line disappears when double-clicking on a word</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Last-line-disappears-when-double-clicking-on-a-word/m-p/535530#M147071</link>
      <description>&lt;P&gt;Hello Kurt,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes it is not in all cases. I tried your sample code and no problem then.&lt;/P&gt;
&lt;P&gt;I use EG 7.15 HF3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have this macro call where it occurs (dclick outdset), but I don't know what the trigger is (bracket, indention, comma?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help sofar!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Eric&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%means2dset(data   = indset
          , out    = outdset
          , xl     = 1);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Feb 2019 09:38:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Last-line-disappears-when-double-clicking-on-a-word/m-p/535530#M147071</guid>
      <dc:creator>EH</dc:creator>
      <dc:date>2019-02-14T09:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Last line disappears when double-clicking on a word</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Last-line-disappears-when-double-clicking-on-a-word/m-p/535532#M147072</link>
      <description>&lt;P&gt;Yep, happens here also. Bring it to the attention of SAS Technical Support.&lt;/P&gt;
&lt;P&gt;This is quite a funny one.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 09:48:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Last-line-disappears-when-double-clicking-on-a-word/m-p/535532#M147072</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-14T09:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Last line disappears when double-clicking on a word</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Last-line-disappears-when-double-clicking-on-a-word/m-p/535535#M147073</link>
      <description>Thanks, I will!</description>
      <pubDate>Thu, 14 Feb 2019 09:58:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Last-line-disappears-when-double-clicking-on-a-word/m-p/535535#M147073</guid>
      <dc:creator>EH</dc:creator>
      <dc:date>2019-02-14T09:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Last line disappears when double-clicking on a word</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Last-line-disappears-when-double-clicking-on-a-word/m-p/535537#M147074</link>
      <description>&lt;P&gt;Having several EG versions at my disposal, I could verify that this is specific to 7.15 (and probably other 7.x versions).&lt;/P&gt;
&lt;P&gt;6.1 and 4.3 do not show this behaviour.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 10:04:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Last-line-disappears-when-double-clicking-on-a-word/m-p/535537#M147074</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-14T10:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Last line disappears when double-clicking on a word</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Last-line-disappears-when-double-clicking-on-a-word/m-p/535538#M147075</link>
      <description>&lt;P&gt;NB&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried the same when adding the word in the last line and double-cliking it there.&amp;nbsp;Immediately Enterprise Guide crashed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don't try this at home &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 10:27:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Last-line-disappears-when-double-clicking-on-a-word/m-p/535538#M147075</guid>
      <dc:creator>EH</dc:creator>
      <dc:date>2019-02-14T10:27:25Z</dc:date>
    </item>
  </channel>
</rss>

