*AUTOCODE/de

From MCS Wiki AVR
< *AUTOCODE(Difference between revisions)
Jump to: navigation, search
(Created page with "= <span class="f_Header">Action</span> = Informs the IDE that code can be maintained by the IDE. <span style="font-family: Arial;"> </span> <span style="font-family: A...")
 
m (1 revision)
 

Latest revision as of 21:16, 15 February 2013

= (**COPIED FROM ENGLISH PAGE**) === 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