Topic : File icon (red checkmark) question

Forum : Ride IDE

Original Post
Post Information Post
March 8, 2011 - 6:05pm
Guest

I notice in the CORTEX_STM32F103_Primer_GCC demo, the file printf-stdarg.c has a red checkmark on the file icon (left side file list in the IDE). This seems to correspond to the assignment of "Marker = 0" in the .rapp file:

(other files have Marker = -1.)

Can someone offer the 411 on red-checked/Marker=0 files? Thanks!

Replies
Post Information Post
+1
0
-1
March 9, 2011 - 9:40am
Raisonance Support Team

Hi,

The red check indicates that this file has some "local options" i.e., options specific to this file only.
If you want to remove the red check, just right-click on the file and select the "Reset local options" in Ride.

Do not bother with the "Marker=0" stuff, as this may change in the future.

I hope this helps,