Idea Sample Projects?
Hi all:
I'm a new IDEA user, using OS X and Adriana 691 with jdkDP8 (also have a windows box) ... the user guides show several example projects like "booklet", "hellowindow", etc. but I can't find them anywhere.
I was particularly trying to learn about IDEA and ant - I supposed I can find a simple ant sample, but wondered if anyone knew of a link to an idea sample projects file somewhere.
Thanks for your help!
Dave :)
请先登录再写评论。
Try to download some plugin from
http://www.intellij.org/twiki/bin/view/Main/IntelliJPluginsHome
Most (if not all) of them have ant build script.
As for the Idea project - it's really trivial to set it up...
HTH
Dimiter
You could also take a look at the Open API sample projects provided by
JetBrains. They should be with your IDEA installation at
/doc/openapi/examples. They include both Ant scripts and IDEA
projects.
"dimiter" <dimiter@blue-edge.bg> wrote in message
news:b0hf1i$83o$1@is.intellij.net...
>
>
>
>
Thanks guys ... I appreciate it .... I will look at the sample plugins as well as download some ...
I hadn't unzipped the plugin "src" files - just did for tomcat so i'll have something to start with...
Although not on this topic, does anyone know if there's a "pretty printer" (not really a printer, a source code formatter that puts javadoc comments in nicely) plugin similar to JRefactory-PrettyPrint?
The "code cleanup" is nice and maybe there are options within that to do this, I haven't gotten that far yet...
I didn't see one that jumped out at me on the plugins page...
Thanks again for your help!
Dave :)
Hi
>
http://www.intellij.org/twiki/bin/view/Main/JavaDocEditorPlugin
or
http://www.intellij.org/twiki/bin/view/Main/JavaDocFormatterPlugin
should do the job. I like the second.
eike