Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: crouseb
« on: February 02, 2010, 09:01:27 PM »

Thanks!  Yes, I had a duplicate C/C++ tag file that contained the Cygwin G++ specific files, when they should have just been in the "C" Compiler Configuration Tag File for the Cygwin compiler.  Deleting it solved the issue.
Posted by: Dennis
« on: February 01, 2010, 03:46:13 PM »

SlickEdit will only select one C/C++ compiler configuration, depending on your project settings or the default compiler setting.  However, if what you really have is a C/C++ compiler configuration (probably the G++ cygwin which is auto-detected), and another Language specific tag file for the ARM compiler, then both would be selected.

In this case, you would need to remove the Language specific tag file and create a specific compiler configuration for the ARM compiler (Document > C/C++ Options > Compiler Properties > New..., and point it at the directories for the ARM compiler.  Then you will need to make sure that your projects point to the ARM compiler rather than the cygwin compiler.

You can also go to Tools > Tag Files and look at what source files are tagged for each of these compilers to be certain that there isn't overlap.  That would be another reason you could be seeing both symbols from the ARM compiler and the Cygwin compiler.
Posted by: crouseb
« on: January 19, 2010, 05:55:05 PM »

I have a couple of C/C++ compiler tag files set up in SlickEdit 2008: Cygwin G++ and an embedded ARM compiler.  When I attempt to go to the definition of the symbol in an ARM project, the 'Select Symbol' menu will be displayed showing the symbol definition in the ARM header files and in the Cygwin header files.  I only work with one compiler in a workspace so I only want to have the selected compiler symbols to be displayed.

Is there a way to set up the workspace so that other compiler specific tag files are ignored?