You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2012/08/13 22:28:34 UTC

svn commit: r1372585 - /ace/site/trunk/content/dev-doc/getting-started.mdtext

Author: marrs
Date: Mon Aug 13 20:28:34 2012
New Revision: 1372585

URL: http://svn.apache.org/viewvc?rev=1372585&view=rev
Log:
Updated formatter template reference.

Modified:
    ace/site/trunk/content/dev-doc/getting-started.mdtext

Modified: ace/site/trunk/content/dev-doc/getting-started.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/dev-doc/getting-started.mdtext?rev=1372585&r1=1372584&r2=1372585&view=diff
==============================================================================
--- ace/site/trunk/content/dev-doc/getting-started.mdtext (original)
+++ ace/site/trunk/content/dev-doc/getting-started.mdtext Mon Aug 13 20:28:34 2012
@@ -62,9 +62,7 @@ If you created a workspace in a folder t
 
 ##### Coding guidelines
 
-If you want to develop for ACE, you might want to import the code templates and formatter rules for ACE.
-
-**TODO**
+If you want to develop for ACE, you might want to import the code templates and formatter rules for ACE. The formatter can be found in the `etc` folder in subversion, and you can import it into Eclipse as your default formatter for this workspace.
 
 #### Running & debugging