<?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: SAS tasks toolkit editor Control when used in C# does not lists intellisense for SAS code in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-tasks-toolkit-editor-Control-when-used-in-C-does-not-lists/m-p/157309#M12243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The step-by-step instructions for incorporating this control into a custom task are covered in Chapter 12 of &lt;EM&gt;&lt;A href="https://www.sas.com/store/prodBK_61874_en.html"&gt;Custom Tasks for SAS Enterprise Guide using Microsoft .NET&lt;/A&gt;.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have another working example of this available from here (with source code):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;A href="http://go.sas.com/customtasksapi"&gt;http://go.sas.com/customtasksapi&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically, you &lt;A href="http://support.sas.com/documentation/onlinedoc/guide/customtasks/samples/SASProgramRunnerExample.zip"&gt;want the SAS Program Runner example&lt;/A&gt;.&amp;nbsp; It's a custom task that looks like this (running in my SAS Enterprise Guide 6.1):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="programrunner.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8519_programrunner.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; SAS supports the use of this control &lt;STRONG&gt;only&lt;/STRONG&gt; within custom tasks that are running in SAS Enterprise Guide or SAS Add-In for Microsoft Office.&amp;nbsp; You may not use these libraries within other standalone applications.&amp;nbsp; They may not work for technical reasons, but beyond that these code libraries are not permitted for use outside of the SAS applications that they ship with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Dec 2014 12:52:59 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2014-12-19T12:52:59Z</dc:date>
    <item>
      <title>SAS tasks toolkit editor Control when used in C# does not lists intellisense for SAS code</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-tasks-toolkit-editor-Control-when-used-in-C-does-not-lists/m-p/157306#M12240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to integrate the Enhanced editor inside C#.net (Windows application). I have following environment.&lt;/P&gt;&lt;P&gt;1. Visual Studio 2010&lt;/P&gt;&lt;P&gt;2. SAS EG 6.1&lt;/P&gt;&lt;P&gt;3. .Net Framework 4.0&lt;/P&gt;&lt;P&gt;I referred SAS.Tasks.Toolkit in to my project and used SAS.Tasks.Toolkit.Controls.SASTextEditorCtl in a form. After compiling and executing the project, when I try to type inside the editor control, I don't get any Intellisense for SAS code. Even Expand and collapse option for SAS program structure also not displayed. I even copied SAS.EnhancedEditorData.dll inside the Debug folder, but still I didn't get expected result. Am I missing any other dlls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 07:51:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-tasks-toolkit-editor-Control-when-used-in-C-does-not-lists/m-p/157306#M12240</guid>
      <dc:creator>rajadilly</dc:creator>
      <dc:date>2014-12-19T07:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS tasks toolkit editor Control when used in C# does not lists intellisense for SAS code</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-tasks-toolkit-editor-Control-when-used-in-C-does-not-lists/m-p/157307#M12241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting.&amp;nbsp; I would be interested to know how SAS integrates with .net (as I am not a big fan of Java), send me a message if you don't want to post code publicly.&amp;nbsp; I only have a suggestion for you, other IDE's have a text editor with a parameter to load a schema file (a bit like&amp;nbsp; a CSS) with all the functions structure, colorings etc.&amp;nbsp; You maybe missing that part.&amp;nbsp; Otherwise the only thing I can think of is actually embedding another editor - all of the ones out there from Notepadd++ to Exclipse - tend to have more functionality than the Enhanced Editor, and they have plugins for many different languages, here is Notepad++ which has a SAS one:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://npp-wiki.tuxfamily.org/index.php?title=User_Defined_Language_Files"&gt;http://npp-wiki.tuxfamily.org/index.php?title=User_Defined_Language_Files&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 09:52:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-tasks-toolkit-editor-Control-when-used-in-C-does-not-lists/m-p/157307#M12241</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-12-19T09:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS tasks toolkit editor Control when used in C# does not lists intellisense for SAS code</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-tasks-toolkit-editor-Control-when-used-in-C-does-not-lists/m-p/157308#M12242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RW9,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I actually needed only SASTextEditorCtl in my windows application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 10:11:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-tasks-toolkit-editor-Control-when-used-in-C-does-not-lists/m-p/157308#M12242</guid>
      <dc:creator>rajadilly</dc:creator>
      <dc:date>2014-12-19T10:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS tasks toolkit editor Control when used in C# does not lists intellisense for SAS code</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-tasks-toolkit-editor-Control-when-used-in-C-does-not-lists/m-p/157309#M12243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The step-by-step instructions for incorporating this control into a custom task are covered in Chapter 12 of &lt;EM&gt;&lt;A href="https://www.sas.com/store/prodBK_61874_en.html"&gt;Custom Tasks for SAS Enterprise Guide using Microsoft .NET&lt;/A&gt;.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have another working example of this available from here (with source code):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;A href="http://go.sas.com/customtasksapi"&gt;http://go.sas.com/customtasksapi&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifically, you &lt;A href="http://support.sas.com/documentation/onlinedoc/guide/customtasks/samples/SASProgramRunnerExample.zip"&gt;want the SAS Program Runner example&lt;/A&gt;.&amp;nbsp; It's a custom task that looks like this (running in my SAS Enterprise Guide 6.1):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="programrunner.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8519_programrunner.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; SAS supports the use of this control &lt;STRONG&gt;only&lt;/STRONG&gt; within custom tasks that are running in SAS Enterprise Guide or SAS Add-In for Microsoft Office.&amp;nbsp; You may not use these libraries within other standalone applications.&amp;nbsp; They may not work for technical reasons, but beyond that these code libraries are not permitted for use outside of the SAS applications that they ship with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 12:52:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-tasks-toolkit-editor-Control-when-used-in-C-does-not-lists/m-p/157309#M12243</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2014-12-19T12:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS tasks toolkit editor Control when used in C# does not lists intellisense for SAS code</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-tasks-toolkit-editor-Control-when-used-in-C-does-not-lists/m-p/157310#M12244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RW9,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might be interested in this article.&amp;nbsp; It also contains links to a detailed paper and a &lt;A href="https://github.com/cjdinger/SasHarness"&gt;GitHub repository with a working example.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2013/06/09/sas-client-with-microsoft-dot-net/" title="http://blogs.sas.com/content/sasdummy/2013/06/09/sas-client-with-microsoft-dot-net/"&gt; Build your own SAS client app with Microsoft .NET - The SAS Dummy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 12:55:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-tasks-toolkit-editor-Control-when-used-in-C-does-not-lists/m-p/157310#M12244</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2014-12-19T12:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS tasks toolkit editor Control when used in C# does not lists intellisense for SAS code</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-tasks-toolkit-editor-Control-when-used-in-C-does-not-lists/m-p/157311#M12245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Chris, very informative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 13:07:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-tasks-toolkit-editor-Control-when-used-in-C-does-not-lists/m-p/157311#M12245</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-12-19T13:07:59Z</dc:date>
    </item>
  </channel>
</rss>

