Skip to content

Commit 184d628

Browse files
committed
list # 134 as help wanted; feed for SO; EditBox maven example
1 parent fb2031f commit 184d628

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Diff for: history.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Try it from sources. [Check README](https://github.com/Nodeclipse/nodeclipse-1#m
2222

2323
### Version 0.15 "no name yet" 2014-04-??
2424

25-
- [#137][137] Gradle - specify what JAVA_HOME to use
25+
- [#137][137] Gradle, Maven - specify what JAVA_HOME to use
2626

2727
[137]: https://github.com/Nodeclipse/nodeclipse-1/issues/137
2828

@@ -47,10 +47,12 @@ Thanks and hello to Ryan Knell for [logo](/artworks.html), John McCarthy, @Vexat
4747
- [#131][131] Include [Json Tools by Denis Mirochnik](https://bitbucket.org/denmiroch/jsontools); disable JShint validation for .json files
4848
- add New TypeScript File wizard; add [TypEcs TypeScript IDE for Eclipse](http://typecsdev.com/) by Axmor
4949
- [#132][132] Include [Ansi Console](http://www.mihai-nita.net/eclipse) by Mihai Nita
50-
and [Grep Console](http://marian.schedenig.name/projects/grep-console/) by Marian Schedenig.
50+
and [Grep Console](http://marian.schedenig.name/projects/grep-console/) by Marian Schedenig.
51+
![](http://mihai-nita.net/wp-content/uploads/2013/06/AECSample.jpg)
5152
Try `console.log("Hello \u001b[1;31mred\u001b[0m world!");` and check [colors](https://www.npmjs.org/package/colors) node package.
5253
- add updated [Nodeclipse EditBox](https://github.com/Nodeclipse/EditBox) (created in 2009-2011 by Piotr Metel) - highlight code blocks using background colors themes.
53-
![](img/enide-studio/EditBox-plugin-coffee-and-preferences.PNG)
54+
![](img/enide-studio/EditBox-plugin-coffee-and-preferences.PNG)
55+
![](img/enide-studio/EditBox-plugin-maven-example.PNG)
5456
- [#134][134] [Minimalist Jade Editor](https://github.com/Nodeclipse/nodeclipse-1/tree/master/org.nodeclipse.enide.editors.jade)
5557
idea is to define HTML tags and JavaScript keywords as words for highlight [in Word.java](https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.enide.editors.jade/src/org/nodeclipse/enide/editors/jade/highlight/Words.java)
5658
and then use it together with EditBox

Diff for: img/enide-studio/EditBox-plugin-maven-example.PNG

132 KB
Loading

Diff for: index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,9 @@ <h3><a name="usage" class="anchor" href="#usage"></a>Usage</h3>
432432
See <a href="/usage">/usage page</a>.
433433

434434
<h3><a name="support" class="anchor" href="#support"></a>Support</h3>
435-
<p>Browse existing questions on <a href="http://stackoverflow.com/questions/tagged/nodeclipse">StackOverflow</a>, as we do.</p>
435+
<p>Browse existing questions on <a href="http://stackoverflow.com/questions/tagged/nodeclipse">StackOverflow</a>, as we do.
436+
<a href="http://stackoverflow.com/feeds/tag?tagnames=nodeclipse&sort=newest">feed</a>
437+
</p>
436438
<ul>
437439
<li>How do I? -- 1) <kbd>F1</kbd>/Help -> Help Contens -> Nodeclipse Help ,
438440
<a href="https://github.com/Nodeclipse/nodeclipse-1/tree/master/org.nodeclipse.help/contents#intro">2) Online Help</a> or
@@ -510,6 +512,7 @@ <h4>Small Problems</h4>
510512
have? Read <a href="http://www.jshint.com/docs/options/">JSHint docs</a>
511513
and books like <a href="http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742">JavaScript: The Good Parts by Douglas Crockford</a>
512514
</li>
515+
<li><a href="https://github.com/Nodeclipse/nodeclipse-1/issues/134">#134 Minimalist Jade Editor</a></li>
513516
</ul>
514517

515518
<h4>Guide</h4>

0 commit comments

Comments
 (0)