0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Abandonment notice More... almost 8 years ago
Update README.markdown More... almost 8 years ago
added version numbers based on git revision. added support for rubymine and webide. More... about 14 years ago
removed debugger reserved keyword More... about 14 years ago
added copyright plugin to intellij settings. converted existing copyright headers to be consistent with those that the plugin generates. More... about 14 years ago
corrected typo in Jeremy's name and added link to homepage to readme More... about 14 years ago
fixed while keyword not working after numbers. fixed intellij workspace. More... about 14 years ago
set the version number to 0.1. and added the version to the jar. renamed the project to coffeescript-idea. More... about 14 years ago
trying out markdown again More... about 14 years ago
fixed some mistakes in LICENSE, trying out markdown in the readme More... about 14 years ago
added LICENSE and NOTICES to jar More... about 14 years ago
added a recent version of coffeescript. updated the license info. More... about 14 years ago
licensed the code under the apache 2.0 license. More... about 14 years ago
created a build script that compiles, runs unit tests and jars. More... about 14 years ago
added some more example coffeescript More... about 14 years ago
updated todo list More... about 14 years ago
added operators ^, ~, <<, >>, >>>. changed ! to verbal prenoun. added !!. line terminators now accept verbs or nouns so that dot works on the next line. More... about 14 years ago
javascript is accepted in more places. More... about 14 years ago
fixed identifiers were not allowed after semi colons More... about 14 years ago
added tab string literal. \' and \" are available in both " and ' strings More... about 14 years ago
fixed icon path. added more semi colon and brace scenarios. More... about 14 years ago
removed yeungda package. renamed preposition to preNoun. More... about 14 years ago
added / half assignment by making it not possible to have a regex with the first character as a space. More... about 14 years ago
added this and null keywords More... about 14 years ago
added all half assignments except / More... about 14 years ago
added +ve and -ve numbers More... about 14 years ago
added curry operator More... about 14 years ago
added line terminators to heredocs More... about 14 years ago
added heredocs More... about 14 years ago
added javascript escaping. More... about 14 years ago