shdqcdsn / counterclockwise

Automatically exported from code.google.com/p/counterclockwise
0 stars 0 forks source link

Enhanced version of file creation wizard #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The wizards could do more :

= new project wizard = 
 * second page with some working parameterized templates (root namespace)
   * examples : Hello World, Java interaction (could create a java class
with code for interaction with clojure, and a ns with a working gen-class)

= new file wizard =
 * ask for the namespace (new, via 'ns, or additional file, via 'in-ns)
 * help the user if he wants a namespace bound to a java class (gen-class)
 * help the user initialize require / use sections

Original issue reported on code.google.com by alexspur...@gmail.com on 8 Nov 2009 at 1:46

GoogleCodeExporter commented 9 years ago
a hint: 
http://www.ibm.com/developerworks/opensource/library/os-eclipse-custwiz/index.ht
ml?S_TACT=105AGX59&S_CMP=GR&ca=dgr-eclipse-1

Original comment by laurent....@gmail.com on 17 Feb 2011 at 9:33