Skip to content

Commit 1b05dca

Browse files
committed
Updated readme
1 parent 773cdd5 commit 1b05dca

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ Settings are located in *Preferences* > *Package Settings* > *SublimePapyrus*.
7070

7171
- ***intelligent_code_completion_function_event_parameters***: Determines if function/event parameters should be included in completions for function/event calls. Default: True
7272

73-
- ***tooltip_function_parameters***: Determines if a tooltip shows up with information about the parameters of a function/event call that is being edited. Default: True
74-
73+
- ***tooltip_function_parameters***: Determines if a tooltip shows up with information about the parameters of the function/event call that is being edited. Default: True
74+
75+
- ***tooltip_function_docstring***: Determines if a tooltip shows up with the docstring of the function/event call that is being edited. Default: True
76+
7577
- ***tooltip_background_color***: Hex color code of a tooltip's background. Default: #393939
7678

7779
- ***tooltip_body_text_color***: Hex color code of a tooltip's text. Default: #747369
@@ -223,15 +225,15 @@ Single file build system and a batch build variant.
223225

224226
## **Changelog**
225227

226-
Version 2.6.0 - 2016/MM/DD:
228+
Version 2.6.0 - 2016/05/DD:
227229

228230
**Core**
229-
- Added a setting that toggles displaying docstrings in function call tooltips.
231+
- Added a boolean setting for displaying docstrings in function/event call tooltips.
230232
- Added a warning to the build system framework for when an import path defined in a module's settings does not actually exist on the filesystem.
231233

232234
**Skyrim**
233235
- Added docstring support to classes representing scriptheaders, functions, events, and properties in the linter.
234-
- Added support for displaying docstrings in tooltips for function and event calls.
236+
- Added support for displaying docstrings in tooltips for function/event calls.
235237

236238
Version 2.5.0 - 2016/05/05:
237239

0 commit comments

Comments
 (0)