*AUTOCODE

From MCS Wiki AVR
Revision as of 21:39, 12 February 2013 by Admin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Action

Informs the IDE that code can be maintained by the IDE.

 

 

Syntax

#AUTOCODE

 

CONFIG STATEMENTS

 

#ENDAUTOCODE

 

 

Remarks

Auto code informs the IDE that it may alter the code. A new IDE uses a property editor for the configuration. It will only update, add or delete, CONFIG statements that are enclosed in an #AUTOCODE block.

#AUTOCODE must be closed with a matching #ENDAUTOCODE

 

You can still use CONFIG statements in other places of your code. But the property editor will only work on the ones inside the block.

The compiler will ignore #AUTOCODE and #ENDAUTOCODE.

 
Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language