<?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: CWHC08 V6.1 -- IDE editor suggestion/error: Go to macro declaration of... in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CWHC08-V6-1-IDE-editor-suggestion-error-Go-to-macro-declaration/m-p/200030#M7524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Just double-click on the text to select it, before right-clicking at it will work.&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Nov 2008 15:44:51 GMT</pubDate>
    <dc:creator>Lundin</dc:creator>
    <dc:date>2008-11-07T15:44:51Z</dc:date>
    <item>
      <title>CWHC08 V6.1 -- IDE editor suggestion/error: Go to macro declaration of...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CWHC08-V6-1-IDE-editor-suggestion-error-Go-to-macro-declaration/m-p/200028#M7522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Hi.&amp;nbsp; I have noticed that the right-click context menu will list "Go to macro declaraion of x" if the macro stands by itself or is preceded with '!' (and some&amp;nbsp;others) but the "Go to..." item&amp;nbsp;will not show up if the macro is preceded with '~'.&amp;nbsp; Is this a bug or just something that got missed?&amp;nbsp; If a bug hopefully it won't be too much work to fix.&amp;nbsp; If it was missed I would appreciate if it was added to the editor wish list.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;LCD_REDBL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Go to..." menu item is in right-click context menu&lt;/DIV&gt;&lt;DIV&gt;!LCD_REDBL&amp;nbsp;&amp;nbsp; "Go to..." menu item is in right-click context menu&lt;/DIV&gt;&lt;DIV&gt;~LCD_REDBL&amp;nbsp;&amp;nbsp; "Go to..." menu item is NOT in right-click context menu&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Bill&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 00:56:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CWHC08-V6-1-IDE-editor-suggestion-error-Go-to-macro-declaration/m-p/200028#M7522</guid>
      <dc:creator>wre</dc:creator>
      <dc:date>2008-11-07T00:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: CWHC08 V6.1 -- IDE editor suggestion/error: Go to macro declaration of...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CWHC08-V6-1-IDE-editor-suggestion-error-Go-to-macro-declaration/m-p/200029#M7523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;If you want to have it fixed, I would suggest to file a service request so it gets tracked.&lt;BR /&gt;However I'm not so sure this one is easy to fix, basically the ~ counts towards the identifier I guess to support C++ destructors. You can see this for example when double clicking on a identifier, for the ones with a tilde, the tilde is selected as well. And you you can see it when using Ctrl-&amp;gt;Left (move to previous word) it jumps across the tilde together with the identifyer.&lt;BR /&gt;&lt;BR /&gt;There is at least an easy workaround, just select the part of the name you want to lookup, and right click for the context menu.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 09:10:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CWHC08-V6-1-IDE-editor-suggestion-error-Go-to-macro-declaration/m-p/200029#M7523</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2008-11-07T09:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: CWHC08 V6.1 -- IDE editor suggestion/error: Go to macro declaration of...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CWHC08-V6-1-IDE-editor-suggestion-error-Go-to-macro-declaration/m-p/200030#M7524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Just double-click on the text to select it, before right-clicking at it will work.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 15:44:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CWHC08-V6-1-IDE-editor-suggestion-error-Go-to-macro-declaration/m-p/200030#M7524</guid>
      <dc:creator>Lundin</dc:creator>
      <dc:date>2008-11-07T15:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: CWHC08 V6.1 -- IDE editor suggestion/error: Go to macro declaration of...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/CWHC08-V6-1-IDE-editor-suggestion-error-Go-to-macro-declaration/m-p/200031#M7525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;See the reply from CompilerGuru as to why that doesn't work.&amp;nbsp; Selecting the text without the '~' will work as he described.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Bill&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 02:11:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/CWHC08-V6-1-IDE-editor-suggestion-error-Go-to-macro-declaration/m-p/200031#M7525</guid>
      <dc:creator>wre</dc:creator>
      <dc:date>2008-11-08T02:11:28Z</dc:date>
    </item>
  </channel>
</rss>

