Forbid colon, slash and backslash characters in symbol names
This commit is contained in:
parent
dbf39e6333
commit
783b5e2616
|
@ -44,7 +44,7 @@ SCH_FIELD_VALIDATOR::SCH_FIELD_VALIDATOR( bool aIsCmplibEditor,
|
|||
if( aFieldId == REFERENCE )
|
||||
excludes += " ";
|
||||
else if( aFieldId == VALUE && m_isLibEditor )
|
||||
excludes += " ";
|
||||
excludes += " :/\\";
|
||||
|
||||
long style = GetStyle();
|
||||
|
||||
|
|
Loading…
Reference in New Issue