Skip to content

Commit

Permalink
added spellings to workspace dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
eventhelix committed Dec 16, 2018
1 parent 78bc0fe commit dc69476
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,16 @@
"files.associations": {
"*.scn.json": "jsonc"
},
"eventstudio.pdfReaderPath": "C:\\Program Files (x86)\\SumatraPDF\\SumatraPDF.exe"
"eventstudio.pdfReaderPath": "C:\\Program Files (x86)\\SumatraPDF\\SumatraPDF.exe",
"cSpell.words": [
"avpair",
"cfunction",
"evstudio",
"funutils",
"ofile",
"r'heading",
"r'timeout",
"rtype",
"rvalue"
]
}
2 changes: 1 addition & 1 deletion fdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def bookmarkAttribute(self):
"""
Override this method to return a string that should be compared with the
customize.py file's bookmarks. If the string returned by this method
is contained in the customize.py's bookmarks, a bookmark entry will be
is contained in the customize.py file's bookmarks, a bookmark entry will be
generated in the PDF sequence diagram.
"""
return ''
Expand Down
2 changes: 1 addition & 1 deletion trace2sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def main():

# Generate the FDL file
doc = Document(traceParser, args.output_file)
s = doc.generateDocument()
doc.generateDocument()
args.output_file.close()

# Generate the sequence diagram by invoking EventStudio from command-line
Expand Down

0 comments on commit dc69476

Please sign in to comment.