Skip to content

Commit 080b0bc

Browse files
committed
.mongodb tiny updates: help, icon, JSHint for .mjs
1 parent 17e6465 commit 080b0bc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

org.nodeclipse.mongodb/help/.mongo.md.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070

7171
</head>
7272
<body class="markdown-body">
73+
<h1> <a name="mongodb" class="anchor" href="..md.html#mongodb"><span class="octicon octicon-link"></span></a>MongoDB</h1>
7374
<p>From MongoDB README</p>
7475
<div class="highlight highlight-txt">
7576
<pre> <span class="err">COMPONENTS</span>
@@ -88,6 +89,9 @@
8889
<span class="err">bin/mongostat</span> <span class="err">-</span> <span class="err">Show</span> <span class="err">performance</span> <span class="err">statistics</span>
8990
</pre>
9091
</div>
92+
<h3> <a name="learning" class="anchor" href="..md.html#learning"><span class="octicon octicon-link"></span></a>Learning</h3>
93+
<p>There is great &amp; simple online tutorial as Online Shell at <a href="http://www.mongodb.org/">http://www.mongodb.org/</a> </p>
94+
<h3> <a name="mongodb-shell" class="anchor" href="..md.html#mongodb-shell"><span class="octicon octicon-link"></span></a>MongoDB shell</h3>
9195
<div class="highlight highlight-txt">
9296
<pre> <span class="err">D:\Progs\MongoDB\mongodb-win32-x86_64-2.4.6\bin&gt;mongo.exe</span> <span class="err">-h</span>
9397
<span class="err">MongoDB</span> <span class="err">shell</span> <span class="err">version:</span> <span class="err">2.4.6</span>

org.nodeclipse.mongodb/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
point= "org.eclipse.debug.ui.launchShortcuts" >
3838
<shortcut
3939
class= "org.nodeclipse.mongodb.launch.LaunchShortcut"
40-
icon= "icons/java_16x16.png"
40+
icon= "icons/mongodb.png"
4141
id= "org.nodeclipse.mongodb.launch.LaunchShortcut"
4242
label= "MongoDB Shell JavaScript"
4343
modes= "run" >
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
eclipse.preferences.version=1
22
excluded=node_modules//*
3-
included=//*.js\://*.njs\://*.pjs\://*.jjs\://*.json
3+
included=//*.js\://*.njs\://*.jjs\://*.mjs\://*.pjs\://*.json
44
options=laxcomma\:true
55
projectSpecificOptions=true

0 commit comments

Comments
 (0)