Skip to content

Commit 9ff9ee5

Browse files
committed
lowercase
1 parent a09e301 commit 9ff9ee5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+395
-413
lines changed

.idea/workspace.xml

Lines changed: 24 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/docs/actions/AddLabelActionGroup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h2>Method Details</h2>
225225
<h3>update</h3>
226226
<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
227227
@NotNull com.intellij.openapi.actionSystem.AnActionEvent&nbsp;e)</span></div>
228-
<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>
228+
<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>
229229
<dl class="notes">
230230
<dt>Overrides:</dt>
231231
<dd><code>update</code>&nbsp;in class&nbsp;<code>com.intellij.openapi.actionSystem.AnAction</code></dd>

site/docs/actions/PauseResumeTrackingAction.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h2>Field Summary</h2>
109109
<div class="table-header col-first">Modifier and Type</div>
110110
<div class="table-header col-second">Field</div>
111111
<div class="table-header col-last">Description</div>
112-
<div class="col-first even-row-color"><code>private final <a href="../trackers/ScreenRecorder.html" title="class in trackers">ScreenRecorder</a></code></div>
112+
<div class="col-first even-row-color"><code>private final <a href="../trackers/screenrecorder.html" title="class in trackers">ScreenRecorder</a></code></div>
113113
<div class="col-second even-row-color"><code><a href="#screenRecorder" class="member-name-link">screenRecorder</a></code></div>
114114
<div class="col-last even-row-color">&nbsp;</div>
115115
</div>
@@ -175,7 +175,7 @@ <h2>Field Details</h2>
175175
<li>
176176
<section class="detail" id="screenRecorder">
177177
<h3>screenRecorder</h3>
178-
<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>
178+
<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>
179179
</section>
180180
</li>
181181
</ul>

0 commit comments

Comments
 (0)