Skip to content

Commit

Permalink
lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
TTangNingzhi committed Jan 11, 2024
1 parent a09e301 commit 9ff9ee5
Show file tree
Hide file tree
Showing 43 changed files with 395 additions and 413 deletions.
102 changes: 24 additions & 78 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site/docs/actions/AddLabelActionGroup.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ <h2>Method Details</h2>
<h3>update</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">update</span><wbr><span class="parameters">(@NotNull
@NotNull com.intellij.openapi.actionSystem.AnActionEvent&nbsp;e)</span></div>
<div class="block">This method is called when the action is performed. It will register all the <a href="AddLabelAction.html" title="class in actions"><code>AddLabelAction</code></a>s from the configuration file.</div>
<div class="block">This method is called when the action is performed. It will register all the <a href="addlabelaction.html" title="class in actions"><code>AddLabelAction</code></a>s from the configuration file.</div>
<dl class="notes">
<dt>Overrides:</dt>
<dd><code>update</code>&nbsp;in class&nbsp;<code>com.intellij.openapi.actionSystem.AnAction</code></dd>
Expand Down
4 changes: 2 additions & 2 deletions site/docs/actions/PauseResumeTrackingAction.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h2>Field Summary</h2>
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>private final <a href="../trackers/ScreenRecorder.html" title="class in trackers">ScreenRecorder</a></code></div>
<div class="col-first even-row-color"><code>private final <a href="../trackers/screenrecorder.html" title="class in trackers">ScreenRecorder</a></code></div>
<div class="col-second even-row-color"><code><a href="#screenRecorder" class="member-name-link">screenRecorder</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
Expand Down Expand Up @@ -175,7 +175,7 @@ <h2>Field Details</h2>
<li>
<section class="detail" id="screenRecorder">
<h3>screenRecorder</h3>
<div class="member-signature"><span class="modifiers">private final</span>&nbsp;<span class="return-type"><a href="../trackers/ScreenRecorder.html" title="class in trackers">ScreenRecorder</a></span>&nbsp;<span class="element-name">screenRecorder</span></div>
<div class="member-signature"><span class="modifiers">private final</span>&nbsp;<span class="return-type"><a href="../trackers/screenrecorder.html" title="class in trackers">ScreenRecorder</a></span>&nbsp;<span class="element-name">screenRecorder</span></div>
</section>
</li>
</ul>
Expand Down
Loading

0 comments on commit 9ff9ee5

Please sign in to comment.