Skip to content

Commit 9695f76

Browse files
committed
update README status, links to old issues
1 parent 0e187ca commit 9695f76

File tree

2 files changed

+116
-78
lines changed

2 files changed

+116
-78
lines changed

README.md

+35-14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# CoffeeScript Eclipse Plugin
3+
14
This is a project to provide an Eclipse plugin for [CoffeeScript][coffeescript], using [Xtext][xtext].
25
Development uses Xtext 2.1.
36
It works as a regular Eclipse plugin (see Installation for details).
@@ -15,7 +18,7 @@ Highlights include
1518
<img src="http://marketplace.eclipse.org/sites/all/modules/custom/marketplace/images/installbutton.png"/>
1619
</a>
1720

18-
# Status
21+
## Status
1922

2023
<b>Looking for owner<b> and DYI mode
2124

@@ -28,6 +31,37 @@ we will include CoffeeScript Editor into Nodeclipse distributions.
2831

2932
In August 2013 0.3.0 refresh version was released, with no new features, except for icon and igration maven/tycho build.
3033

34+
Old issues <https://github.com/adamschmideg/coffeescript-eclipse/issues?state=open>, and <https://bitbucket.org/adamschmideg/coffeescript-eclipse/issues?status=new&status=open>
35+
36+
**If you found a bug, send Pull Request.**
37+
38+
If you reference any issues in this repository add "Nodeclipse#", otherwise GitHub searches
39+
in <https://github.com/adamschmideg/coffeescript-eclipse> repository.
40+
41+
## Plans
42+
43+
### 0.4
44+
45+
- make grouping and error warning as optional and disable by default (Reason: there are a lot of tiny problem, false error detection.
46+
They are distracting developer.)
47+
48+
## Changelog
49+
50+
Check [devjournal.md](devjournal)
51+
52+
- 0.3.0 refresh release
53+
- switch to maven/tycho build
54+
- coffee icon
55+
56+
<dl>
57+
<dt>0.2.2</dt>
58+
<dd>Embed coffeescript in a DSL (see the `example` directory)</dd>
59+
<dt>Planned next release</dt>
60+
<dd>Integrated build: convert coffee code to javascript, and run it</dd>
61+
</dl>
62+
63+
64+
3165
## Extra features
3266
CoffeeScript is a dynamic language,
3367
the parser doesn't check the types or even the existence of variables,
@@ -76,19 +110,6 @@ Getting the value of a deeply nested property is OK.
76110
borrow(my.secret.money)
77111
borrowed = my.secret.money
78112

79-
## Changelog
80-
81-
- 0.3.0 refresh release
82-
- switch to maven/tycho build
83-
84-
<dl>
85-
<dt>0.2.2</dt>
86-
<dd>Embed coffeescript in a DSL (see the `example` directory)</dd>
87-
<dt>Planned next release</dt>
88-
<dd>Integrated build: convert coffee code to javascript, and run it</dd>
89-
</dl>
90-
91-
92113
# Building
93114

94115
## Building with Maven / Tycho

0 commit comments

Comments
 (0)