You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,6 +31,37 @@ we will include CoffeeScript Editor into Nodeclipse distributions.
28
31
29
32
In August 2013 0.3.0 refresh version was released, with no new features, except for icon and igration maven/tycho build.
30
33
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
+
31
65
## Extra features
32
66
CoffeeScript is a dynamic language,
33
67
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.
76
110
borrow(my.secret.money)
77
111
borrowed = my.secret.money
78
112
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>
0 commit comments