sourceforge project for mocks and utils
Probably we should start a new topic. :)
Name. I like "IdeaPluginUtil". But how about just "org-intellij" (if we use it for package names)?
Package names. Makes sense.
I'll start preparing relevant classes for the move.
License. BSD?
Timur
How should we call this sourceforge project:
IdeaUtil,
IdeaPluginApi
IdeaPluginUtil
I already have my utils and mocks in a separate tree
so it would be very easy for me start it.
I propose the top level after intellijs but with org
instead of com:
org.intellij.openapi.vcs.AuroraVcs
Jacques
Please sign in to leave a comment.
On Wed, 14 May 2003 06:16:07 +0000, Timur Zambalayev wrote:
Whao! We can do that? ;)
org-intellij it is.
Next is coding standard. Attached is what I use usually. Blash it as you wish but I really do not like while line with just a brace ;)
How do we structure the source that is specific to a version:
or
or
Sounds good.
Jacques
Or maybe "intellij-org"?
Coding standards. :)
Over time I came to complete following of the Sun's conventions. So I always use braces for while, if. Probably once we start checking in, we'll figure it out on a case by case basis and will test our tolerance and ability to compromise and cooperate. :)
BTW, I don't see any attachments.
It's up to you. In my current code I have only one instance of ariadna/aurora specific code and that already is fixed for #815.
I like the last solution more (one sourcepath).
Do you want to have one or two binaries?
BTW, here's how I decided to solve my issue:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tz-ip/tz-ip/MockTests/src/main/org/tzambalayev/ideaplugins/openapi/impl/vcs/
Timur