Add new symbol fields to autocomplete list
This commit is contained in:
parent
460e8015f0
commit
5c43c46365
|
@ -1011,6 +1011,8 @@ void SCH_SYMBOL::GetContextualTextVars( wxArrayString* aVars ) const
|
|||
aVars->push_back( wxT( "FOOTPRINT_LIBRARY" ) );
|
||||
aVars->push_back( wxT( "FOOTPRINT_NAME" ) );
|
||||
aVars->push_back( wxT( "UNIT" ) );
|
||||
aVars->push_back( wxT( "SYMBOL_LIBRARY" ) );
|
||||
aVars->push_back( wxT( "SYMBOL_NAME" ) );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue