<?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 Code Completion in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Completion/m-p/185495#M4471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have 2 type defenitions&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;typedef struct {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u8 StartByte;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u8 Route;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u8 Command;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u8 Length;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u8 HCS;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u8 Data[PROTOCOL_DATA_SIZE];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}TProtocol;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;typedef union {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TProtocol Protocol;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u8 Data[COMMS_BUFFER_SIZE];&lt;/SPAN&gt;&lt;BR /&gt;&lt;P&gt;}TCommsBuffer;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;TCommsBuffer UART1TXBuffer;&lt;/P&gt;&lt;P&gt;With type defenitions, the IDE editor will auto complete if I type&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;UART1TXBuffer&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;BR /&gt;&lt;/P&gt;&lt;SPAN&gt;and it will display a list where I can select either "Protocol" or "Data".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But with the these type defenitions it doesn't display the autocomplete list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What should I do to make the IDE editor display the auto complete list?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(This question was posted with another problem in the Codewarrior for 8-bit and 16 bit section)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2008 09:59:16 GMT</pubDate>
    <dc:creator>fusion2344</dc:creator>
    <dc:date>2008-02-04T09:59:16Z</dc:date>
    <item>
      <title>Code Completion</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Completion/m-p/185495#M4471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have 2 type defenitions&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;typedef struct {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u8 StartByte;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u8 Route;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u8 Command;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u8 Length;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u8 HCS;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u8 Data[PROTOCOL_DATA_SIZE];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}TProtocol;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;typedef union {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TProtocol Protocol;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; u8 Data[COMMS_BUFFER_SIZE];&lt;/SPAN&gt;&lt;BR /&gt;&lt;P&gt;}TCommsBuffer;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;TCommsBuffer UART1TXBuffer;&lt;/P&gt;&lt;P&gt;With type defenitions, the IDE editor will auto complete if I type&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;UART1TXBuffer&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;BR /&gt;&lt;/P&gt;&lt;SPAN&gt;and it will display a list where I can select either "Protocol" or "Data".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But with the these type defenitions it doesn't display the autocomplete list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What should I do to make the IDE editor display the auto complete list?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(This question was posted with another problem in the Codewarrior for 8-bit and 16 bit section)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 09:59:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Completion/m-p/185495#M4471</guid>
      <dc:creator>fusion2344</dc:creator>
      <dc:date>2008-02-04T09:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Completion/m-p/185496#M4472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Can you please be more specific.&lt;/DIV&gt;&lt;DIV&gt;In which case does it autocomplete?&lt;/DIV&gt;&lt;DIV&gt;In which case does it fail?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I did not understand it from your initial description.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 20:18:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Completion/m-p/185496#M4472</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-02-04T20:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Completion/m-p/185497#M4473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;For the case where&lt;BR /&gt;&lt;BR /&gt;TCommsBuffer UART1TXBuffer;&lt;BR /&gt;&lt;BR /&gt;And I type&lt;BR /&gt;&lt;BR /&gt;UART1TXBuffer. or UART1TXBuffer(dot)&lt;BR /&gt;&lt;BR /&gt;When I type the "dot" after UART1TXBuffer it should display the autocomplete list when the Code Completion Delay expired (in my case 50ms).&lt;BR /&gt;&lt;BR /&gt;It should display a list where I can select either "Protocol" or "Data" to make it complete "UART1TXBuffer.Protocol" or "UART1TXBuffer.Data"&lt;BR /&gt;&lt;BR /&gt;But it doesn't display the list.&lt;BR /&gt;&lt;BR /&gt;But when&lt;BR /&gt;&lt;BR /&gt;TProtocol UART1TXBuffer&lt;BR /&gt;&lt;BR /&gt;And I type&lt;BR /&gt;&lt;BR /&gt;UART1TXBuffer. or UART1TXBuffer(dot)&lt;BR /&gt;&lt;BR /&gt;It displays a list where I can select StartByte, Route, Command etc.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;SPAN class="time_text"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by fusion2344 on &lt;SPAN class="date_text"&gt;2008-02-04&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;12:59 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 20:42:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Completion/m-p/185497#M4473</guid>
      <dc:creator>fusion2344</dc:creator>
      <dc:date>2008-02-04T20:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Completion/m-p/185498#M4474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am still unable to reproduce the problem. It is working fine for me.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Only thing you can try is switch to the Language parser to generate browser information.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This is done as follows:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Start the IDE&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Open your project&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Open the Target Settings dialog (Press ALT + F/)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Switch to the "Build Extras" panel&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Change "Generate Browser Data From" to "Language Parser"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Click OK&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Wait a little bit to let the language parser rebuild the browser data base.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Try whether completion is working better.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If this does not help either, I would recommend you to submit a service request for that.&lt;BR /&gt;&lt;BR /&gt;Click &lt;A href="https://www.freescale.com/webapp/servicerequest.create_SR.framework?regFlag=fromOpenSR" rel="nofollow" target="_blank"&gt;here&lt;/A&gt; to submit a service request.&lt;BR /&gt;&lt;BR /&gt;Make sure to attach a reproducible project and installed product information to the service request.&lt;BR /&gt;To generate the required information:&lt;BR /&gt;- Start CodeWarrior&lt;BR /&gt;- Open the project&lt;BR /&gt;- Select "Help" -&amp;gt; "Pack and Go" and follow instructions on the screen.&lt;BR /&gt;&lt;BR /&gt;Attach the generated .zip file to the SR.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 20:13:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Completion/m-p/185498#M4474</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-02-05T20:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Code Completion</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Completion/m-p/185499#M4475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;GREAT!! That solved the problem and it makes my life so much easier!!&lt;BR /&gt;&lt;BR /&gt;I read the help file on "Generate Browser Data From" but not clear about what it does.&lt;BR /&gt;&lt;BR /&gt;How am I supposed to know to switch to "Lanuage Parser"?&lt;BR /&gt;&lt;BR /&gt;Anyway&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by fusion2344 on &lt;SPAN class="date_text"&gt;2008-02-05&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;12:49 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 20:47:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Completion/m-p/185499#M4475</guid>
      <dc:creator>fusion2344</dc:creator>
      <dc:date>2008-02-05T20:47:52Z</dc:date>
    </item>
  </channel>
</rss>

