summaryrefslogtreecommitdiff
path: root/docs/examples/plugintemplate/src
Commit message (Collapse)AuthorAgeFilesLines
* updated CompilerCommand invocation in mainmichelou2010-05-251-1/+1
|
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-2/+2
| | | | | | | | | As a brief diversion from real work, implemented Damerau–Levenshtein and ran it on trunk to elicit obvious misspellings. Unfortunately they're mostly in places like compiler comments which real people never see, but I fixed them anyway. All those English Lit majors who peruse our sources are sure to be pleased. No review.
* corrected @usecase and imports in plugin examplemichelou2009-12-152-6/+6
|
* plugin example update to be compiled via scala 2.8ilyas2009-12-072-2/+4
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* annotation removed now - for realnielsen2009-02-091-2/+2
|
* Remove type annotations as part of SIP 00002 an...nielsen2009-02-091-2/+2
| | | | | | Remove type annotations as part of SIP 00002 and removed function from Global that is not used any more
* Updated example compiler plugin for SIP 00002nielsen2009-02-056-11/+18
|
* - added AnnotationChecker and TraverseComponentLukas Rytz2008-06-277-43/+96
| | | | | - improved the rest
* rolling back the faulty checkinLukas Rytz2008-06-091-4/+0
|
* now actually removing plugin.quickLukas Rytz2008-06-091-0/+4
|
* updated plugin template to use Transform and In...Lukas Rytz2008-06-065-17/+186
| | | | | updated plugin template to use Transform and InfoTransform
* Added Scala compiler plugin Template.Lukas Rytz2008-05-235-0/+186