<?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: Code Warrior Syntax Coloring/Highlighting in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-Syntax-Coloring-Highlighting/m-p/137714#M1045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;I tried coloring the keyword ___asm to highlight the start of assembly language sections, but that string refused to change color. The reason: it's actually a macro and so the IDE colors it as a macro. The semicolon falls into the same situation. Since it represents an end-of-line character for C, the IDE colors it as such, even though it can be a comment character for assembly language. I don't see any way around that.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2007 21:10:36 GMT</pubDate>
    <dc:creator>J2MEJediMaster</dc:creator>
    <dc:date>2007-06-22T21:10:36Z</dc:date>
    <item>
      <title>Code Warrior Syntax Coloring/Highlighting</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-Syntax-Coloring-Highlighting/m-p/137711#M1042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Dear all&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I want to make the Metrowerks CodeWarrior for ADS 1.2 Suite, able to highlight the assembler syntax.&lt;/DIV&gt;&lt;DIV&gt;I&amp;nbsp;have tried my hand at working out the set-up for a customized syntax highlighting but, nothing worked at all.&lt;/DIV&gt;&lt;DIV&gt;Somewhat, some of you may help me?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;TIA&lt;/DIV&gt;&lt;DIV&gt;Angelo&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 21:18:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-Syntax-Coloring-Highlighting/m-p/137711#M1042</guid>
      <dc:creator>Tangesi</dc:creator>
      <dc:date>2007-06-21T21:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior Syntax Coloring/Highlighting</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-Syntax-Coloring-Highlighting/m-p/137712#M1043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;The only thing I've seen that works is to go to the project's settings panel (Edit | YourProjectNameHere) and then in the Custom Keywords for the editor, add the assembly instructions as keywords. Then, change the color for all of the entered keywords. It's a pain, but once you've got it done, you can save the export this info to a file that other copies of CodeWarrior can import and have the same display capability.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 21:48:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-Syntax-Coloring-Highlighting/m-p/137712#M1043</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2007-06-21T21:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior Syntax Coloring/Highlighting</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-Syntax-Coloring-Highlighting/m-p/137713#M1044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Ok Tom.&lt;/DIV&gt;&lt;DIV&gt;I&amp;nbsp;did that way and now I am getting assembler keywords coloured.&lt;/DIV&gt;&lt;DIV&gt;In spite of that, I couldn't work out&amp;nbsp;adding the character as ' ;' in keyword field. I figured out the reason for.&lt;/DIV&gt;&lt;DIV&gt;Perhaps, could it be existing a way to modify default 'C-like' configuration: just&amp;nbsp;for getting it&amp;nbsp;the same way my customized/assembler comment-like. Could not it?&lt;/DIV&gt;&lt;DIV&gt;In fact the C/C++ source is recognized properly.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;--Angelo&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 22:34:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-Syntax-Coloring-Highlighting/m-p/137713#M1044</guid>
      <dc:creator>Tangesi</dc:creator>
      <dc:date>2007-06-21T22:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Code Warrior Syntax Coloring/Highlighting</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-Syntax-Coloring-Highlighting/m-p/137714#M1045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;I tried coloring the keyword ___asm to highlight the start of assembly language sections, but that string refused to change color. The reason: it's actually a macro and so the IDE colors it as a macro. The semicolon falls into the same situation. Since it represents an end-of-line character for C, the IDE colors it as such, even though it can be a comment character for assembly language. I don't see any way around that.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 21:10:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Code-Warrior-Syntax-Coloring-Highlighting/m-p/137714#M1045</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2007-06-22T21:10:36Z</dc:date>
    </item>
  </channel>
</rss>

