Skip to content

Commit

Permalink
Tweak to Developer Guidelines page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmorley committed Nov 4, 2024
1 parent 08ee4b7 commit 0a13736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/developers/plugins/guidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ <h3 id="Marshalling">C# Marshalling</h3>

<h3 id="DisabledPaused">What do the <code>Disabled</code> and <code>Paused</code> options do in a plugin?</h3>
<p>If either are set to <code>1</code>, they only affects the execution of the <a href="!plugin/cpp/#Update">Update</a> function. Rainmeter will still call the Initialize, Reload and Finalize functions.</p>
<p>Ideally, plugins should do the bulk of the "work" in the Update function to minimize any processing and to take advantage of what the user expects when the options (and bangs for set options) are used.</p>
<p>Ideally, plugins should do the bulk of the "work" in the Update function to minimize any processing and to take advantage of what the user expects when the options (and bangs for said options) are used.</p>
<p>Avoid relying on the Update function to control threads if multi-threading.</p>

0 comments on commit 0a13736

Please sign in to comment.