Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Can I delete "refreshScope" configurations in the cproject?(Can I delete "refreshScope" configurations in the cproject?)
Can I delete "refreshScope" configurations in the cproject? [message #1816684] Mon, 04 November 2019 19:15
Eclipse UserFriend
The .cproject contains several elements taged as storageModule, one of which has the moduleId attribute set to "refreshScope". With in this element there are multiple configuration elements, many which seem like they belonged to old versions of the project.

	<storageModule moduleId="refreshScope" versionNumber="2">
		<configuration configurationName="Example 1"/>
		<configuration configurationName="Example 2"/>
		<configuration configurationName="Example 3"/>
		<configuration configurationName="Example 4"/>
		<configuration configurationName="Example 5"/>
                ...


Only a few of the configs in the "refreshScope" are actual configurations (and all actual configurations do appear in this "refreshScope").

Can I delete "refreshScope" configurations that name non-existent configurations?
Previous Topic:Errors in editor when using #include to insert source code.
Next Topic:Git configuration - User Settings
Goto Forum:
  


Current Time: Sun Jun 15 04:50:06 EDT 2025

Powered by FUDForum. Page generated in 0.03986 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top