Documentation/guidelines/UIpolicies.txt should not speak of the unspeakable use of <> in quoted strings.

This commit is contained in:
Dick Hollenbeck 2013-12-07 22:49:44 -06:00
parent 7d58d82656
commit 2f327f068d
1 changed files with 6 additions and 4 deletions

View File

@ -74,10 +74,12 @@ Dialogs:
size should the user have selected a font size of 13 points. size should the user have selected a font size of 13 points.
Quoting: Quoting:
Filenames and paths should be emphasized with <> angle brackets. Anything Filenames, paths or other text should be with single quotes ''. e.g.:
else should be emphasized with single quotes ''. e.g.: 'filename.kicad_pcb'
<filename.kicad_pcb> 'longpath/subdir'
<longpath/subdir>
'FOOTPRINTNAME' 'FOOTPRINTNAME'
'anything else' 'anything else'
Often text strings like this end up in panels which use HTML rendering, and this
can happen in the future. Previously used angle brackets only cause grief there.