<?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: Finding mismatched parens? in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/Finding-mismatched-parens/m-p/1046566#M3396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at the Bracketeer comments, it looks like it has not been updated to run with the latest version of Eclipse - the last version is 2018-06 and MCUXpresso is 2019-06 (which is the latest).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is simple bracket matching built-in to the editor. Use Ctrl-Shift-P (Cmd-Shift-P on a Mac). This key combination can be changed&amp;nbsp;with the&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;&amp;nbsp;setting in &lt;/SPAN&gt;&lt;CODE style="color: #242729; background-color: var(--black-075); border: 0px; font-size: 13px; padding: 1px 5px;"&gt;Preferences-&amp;gt;General-&amp;gt;Keys&lt;/CODE&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt; and search for &lt;/SPAN&gt;&lt;CODE style="color: #242729; background-color: var(--black-075); border: 0px; font-size: 13px; padding: 1px 5px;"&gt;Go to Matching Bracket&lt;/CODE&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2020 08:11:14 GMT</pubDate>
    <dc:creator>converse</dc:creator>
    <dc:date>2020-06-03T08:11:14Z</dc:date>
    <item>
      <title>Finding mismatched parens?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Finding-mismatched-parens/m-p/1046563#M3393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using MCUXpresso 11.1 with a Kinetis K60.&amp;nbsp; I have a program that has one file of 2300 lines generated by another programmer, and several folders full of files generated by MCUXpresso.&amp;nbsp; The compiler quits with "syntax error: unexpected "(" ".&amp;nbsp; There is no context that helps to narrow down the location of the problem.&amp;nbsp; I assume it's in the 2300 line file, but I can't prove it.&amp;nbsp; I tried looking for the question mark in the left margin, but didn't see anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've searched the user guide, but couldn't find anything helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to search for unmatched brackets/braces/arrows/etc?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2020 17:40:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Finding-mismatched-parens/m-p/1046563#M3393</guid>
      <dc:creator>GaryOlmstead</dc:creator>
      <dc:date>2020-06-02T17:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Finding mismatched parens?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Finding-mismatched-parens/m-p/1046564#M3394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not built-in, but there’s a plug-in for that&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://marketplace.eclipse.org/content/bracketeer-cc-cdt" title="https://marketplace.eclipse.org/content/bracketeer-cc-cdt"&gt;Bracketeer for C/C++ (CDT) | Eclipse Plugins, Bundles and Products - Eclipse Marketplace&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2020 19:03:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Finding-mismatched-parens/m-p/1046564#M3394</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-06-02T19:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Finding mismatched parens?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Finding-mismatched-parens/m-p/1046565#M3395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion, but I get a popup that says it isn't compatible with my version of Eclipse.&amp;nbsp; I know there's a new version of Eclipse (2020-03).&amp;nbsp; I'm not sure which version I have, the Help &amp;gt;&amp;gt; Installation Details log doesn't mention Eclipse at all.&amp;nbsp; Checking for updates says I am up to date, but I haven't believed that for awhile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2020 20:55:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Finding-mismatched-parens/m-p/1046565#M3395</guid>
      <dc:creator>GaryOlmstead</dc:creator>
      <dc:date>2020-06-02T20:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Finding mismatched parens?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Finding-mismatched-parens/m-p/1046566#M3396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at the Bracketeer comments, it looks like it has not been updated to run with the latest version of Eclipse - the last version is 2018-06 and MCUXpresso is 2019-06 (which is the latest).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is simple bracket matching built-in to the editor. Use Ctrl-Shift-P (Cmd-Shift-P on a Mac). This key combination can be changed&amp;nbsp;with the&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;&amp;nbsp;setting in &lt;/SPAN&gt;&lt;CODE style="color: #242729; background-color: var(--black-075); border: 0px; font-size: 13px; padding: 1px 5px;"&gt;Preferences-&amp;gt;General-&amp;gt;Keys&lt;/CODE&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt; and search for &lt;/SPAN&gt;&lt;CODE style="color: #242729; background-color: var(--black-075); border: 0px; font-size: 13px; padding: 1px 5px;"&gt;Go to Matching Bracket&lt;/CODE&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 08:11:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Finding-mismatched-parens/m-p/1046566#M3396</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-06-03T08:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Finding mismatched parens?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Finding-mismatched-parens/m-p/1046567#M3397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Con --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, the problem went away more or less by itself.&amp;nbsp; I created a new file, copied and pasted the entire old file, and it compiles with no complaints.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I opened the old file with a text editor that allows the user to display any file as hexadecimal.&amp;nbsp; I looked at the start and end of the file for any characters that didn't belong.&amp;nbsp; There were none.&amp;nbsp; The file is too big to look at very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Along the way, the person who wrote the first file sent an update that had exactly the same problem, so there could still be something out there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, it's gone now, so on to the next issue.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 15:27:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Finding-mismatched-parens/m-p/1046567#M3397</guid>
      <dc:creator>GaryOlmstead</dc:creator>
      <dc:date>2020-06-03T15:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Finding mismatched parens?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Finding-mismatched-parens/m-p/1046568#M3398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to compare the two files. If they are both present in the same IDE, you can select both files (select the 1st and then Ctrl-Click on the 2nd). Then right-click and Compare-&amp;gt;With each other. This will show the two files side-by-side, highlighting any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, glad you solved your problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 15:55:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Finding-mismatched-parens/m-p/1046568#M3398</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-06-03T15:55:34Z</dc:date>
    </item>
  </channel>
</rss>

