Browse Source

Add new symbol fields to autocomplete list

7.0
Jon Evans 3 years ago
parent
commit
5c43c46365
  1. 2
      eeschema/sch_symbol.cpp

2
eeschema/sch_symbol.cpp

@ -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…
Cancel
Save