Skip to content

Commit 99e0962

Browse files
Update snippets-documentation.html
1 parent ec7575c commit 99e0962

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

snippets/snippets-documentation.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<header>
9292
<h1>Custom Snippets Plugin</h1>
9393
<p class="subtitle">User-managed code snippets for the Code on the Go editor</p>
94-
<div class="meta">Version 1.0.0 &middot; Author: App Dev For All &middot; Package: <code>com.Code on the Go.snippets</code></div>
94+
<div class="meta">Version 1.0.0 &middot; Author: App Dev For All &middot; Package: <code>com.codeonthego.snippets</code></div>
9595
</header>
9696

9797
<nav>
@@ -110,7 +110,7 @@ <h2>Contents</h2>
110110
<section id="overview">
111111
<h2>1. Executive Overview</h2>
112112
<p>
113-
Custom Snippets is a Code on the Go plugin that lets developers define, manage,
113+
Custom Snippets is a the Go plugin that lets developers define, manage,
114114
and expand their own code snippets directly inside the editor. Snippets are
115115
stored per-project as JSON, contributed to the IDE's completion system via
116116
<code>SnippetExtension</code>, and managed through a dedicated editor tab
@@ -287,7 +287,7 @@ <h3>File layout</h3>
287287
<li>src/main/
288288
<ul>
289289
<li>AndroidManifest.xml</li>
290-
<li>kotlin/com/Code on the Go/snippets/
290+
<li>kotlin/com/codeonthego/snippets/
291291
<ul>
292292
<li><strong>SnippetsPlugin.kt</strong> &mdash; plugin entry point, extensions</li>
293293
<li><strong>SnippetsConfig.kt</strong> &mdash; data models, JSON parser</li>
@@ -449,7 +449,7 @@ <h3>4.1 Plugin lifecycle (<code>IPlugin</code>)</h3>
449449
declares the entry point:
450450
</p>
451451
<pre><code>&lt;meta-data android:name="plugin.main_class"
452-
android:value="com.Code on the Go.snippets.SnippetsPlugin" /&gt;</code></pre>
452+
android:value="com.codeonthego.snippets.SnippetsPlugin" /&gt;</code></pre>
453453
<p>
454454
<code>initialize()</code> stores the <code>PluginContext</code> and sets
455455
a static <code>instance</code> reference (used by the fragment).
@@ -635,7 +635,7 @@ <h2>6. Key Benefits</h2>
635635
</section>
636636

637637
<footer>
638-
Custom Snippets Plugin Documentation &middot; Version 1.0.0 &middot; com.Code on the Go.snippets
638+
Custom Snippets Plugin Documentation &middot; Version 1.0.0 &middot; com.codeonthego.snippets
639639
</footer>
640640

641641
</body>

0 commit comments

Comments
 (0)