The faq doesn´t answer it but it was easy: Every page has a drop down
for actions which contains an entry for attachements... :-))
Manfred Geiler schrieb:
Mathias, perhaps this can help:
http://wiki.apache.org/general/WikiFrequentlyAskedQuestions
-Manfred
2005/7/21, Mathias Broekelmann <[EMAIL PROTECTED]>:
I didn´t found a way to add a file to WIKI so I have attached it to this
mail. If you know a way to add the content to WIKI please do it ;-)
Cheers,
Mathias
Bruno Aranda schrieb:
I've updated the wiki with the section MyFaces Developer Notes, which
I have obained from the sources before the reorg
(developer-notes.txt). There are a few lines about the code style...
By the way, it would be nice to have a format file that comply with
this conventions for eclipse... ;)
Bruno
2005/7/21, Mathias Broekelmann <[EMAIL PROTECTED]>:
Not every one is using eclipse so in addition to the eclipse export I
would like to write down the rules I use:
Rules for source code formatting are based on Java Code Conventions
(http://java.sun.com/docs/codeconv) except:
- opening braces are on the next line except for array initializers
- no empty line before a class field
- new line before else, catch and finally
that´s all
Mathias
Bill Dudney schrieb:
I agree that a 'standard' code formatting thing would be great. In
Eclipse you can export your code formatting settings to a file.
If you have time it would be great to get that file posted on the WIKI,
I'll grab it as soon as its there so I stop reformatting all the code
in an unacceptable manner :-)
Thanks Mathias!
-bd-
On Jul 21, 2005, at 10:00 AM, Mathias Broekelmann wrote:
I´ve some trouble with code formatting in the myfaces code.
I like to write code in bad format and press CTRL+F in eclipse which
pretty prints the code. But that normally formats the entire file.
My last commit shows the results. Every line in the file seems to
have changed but only format changes.
Do we have somthing like a style guide to follow?
If not I would like to make a proposal (it´s seems to be a proposal
day;)) for that.
Cheers
Mathias