You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jc...@apache.org on 2007/11/04 02:07:27 UTC

svn commit: r591716 - in /wicket/trunk: jdk-1.4/wicket-extensions/.settings/ jdk-1.4/wicket-ioc/.settings/ jdk-1.4/wicket/.settings/ jdk-1.5/wicket-examples/.settings/

Author: jcompagner
Date: Sat Nov  3 18:07:26 2007
New Revision: 591716

URL: http://svn.apache.org/viewvc?rev=591716&view=rev
Log:
finally found the right setting in eclipse..
So that long lines (like strings or long method names)
are not doing this:

object
    .xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    
but they are just still

object.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

sooooo much better

Modified:
    wicket/trunk/jdk-1.4/wicket-extensions/.settings/org.eclipse.jdt.core.prefs
    wicket/trunk/jdk-1.4/wicket-ioc/.settings/org.eclipse.jdt.core.prefs
    wicket/trunk/jdk-1.4/wicket/.settings/org.eclipse.jdt.core.prefs
    wicket/trunk/jdk-1.5/wicket-examples/.settings/org.eclipse.jdt.core.prefs

Modified: wicket/trunk/jdk-1.4/wicket-extensions/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/.settings/org.eclipse.jdt.core.prefs?rev=591716&r1=591715&r2=591716&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-extensions/.settings/org.eclipse.jdt.core.prefs (original)
+++ wicket/trunk/jdk-1.4/wicket-extensions/.settings/org.eclipse.jdt.core.prefs Sat Nov  3 18:07:26 2007
@@ -1,4 +1,4 @@
-#Thu Nov 01 00:20:08 CET 2007
+#Sun Nov 04 02:03:52 CET 2007
 eclipse.preferences.version=1
 org.eclipse.jdt.core.builder.cleanOutputFolder=clean
 org.eclipse.jdt.core.builder.duplicateResourceTask=warning
@@ -81,7 +81,7 @@
 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
-org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
+org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=80
 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=64

Modified: wicket/trunk/jdk-1.4/wicket-ioc/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-ioc/.settings/org.eclipse.jdt.core.prefs?rev=591716&r1=591715&r2=591716&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-ioc/.settings/org.eclipse.jdt.core.prefs (original)
+++ wicket/trunk/jdk-1.4/wicket-ioc/.settings/org.eclipse.jdt.core.prefs Sat Nov  3 18:07:26 2007
@@ -1,4 +1,4 @@
-#Thu Nov 01 00:12:54 CET 2007
+#Sun Nov 04 02:03:52 CET 2007
 eclipse.preferences.version=1
 org.eclipse.jdt.core.builder.cleanOutputFolder=clean
 org.eclipse.jdt.core.builder.duplicateResourceTask=warning
@@ -80,7 +80,7 @@
 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
-org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
+org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=80
 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=64

Modified: wicket/trunk/jdk-1.4/wicket/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/.settings/org.eclipse.jdt.core.prefs?rev=591716&r1=591715&r2=591716&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/.settings/org.eclipse.jdt.core.prefs (original)
+++ wicket/trunk/jdk-1.4/wicket/.settings/org.eclipse.jdt.core.prefs Sat Nov  3 18:07:26 2007
@@ -1,4 +1,4 @@
-#Thu Nov 01 00:12:54 CET 2007
+#Sun Nov 04 02:03:52 CET 2007
 eclipse.preferences.version=1
 instance/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true
 org.eclipse.jdt.core.builder.cleanOutputFolder=clean
@@ -81,7 +81,7 @@
 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
-org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
+org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=80
 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=64

Modified: wicket/trunk/jdk-1.5/wicket-examples/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-examples/.settings/org.eclipse.jdt.core.prefs?rev=591716&r1=591715&r2=591716&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-examples/.settings/org.eclipse.jdt.core.prefs (original)
+++ wicket/trunk/jdk-1.5/wicket-examples/.settings/org.eclipse.jdt.core.prefs Sat Nov  3 18:07:26 2007
@@ -1,4 +1,4 @@
-#Thu Nov 01 00:12:54 CET 2007
+#Sun Nov 04 02:03:52 CET 2007
 eclipse.preferences.version=1
 org.eclipse.jdt.core.codeComplete.argumentPrefixes=
 org.eclipse.jdt.core.codeComplete.argumentSuffixes=
@@ -80,7 +80,7 @@
 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
-org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
+org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=80
 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=64



Re: svn commit: r591716 - in /wicket/trunk: jdk-1.4/wicket-extensions/.settings/ jdk-1.4/wicket-ioc/.settings/ jdk-1.4/wicket/.settings/ jdk-1.5/wicket-examples/.settings/

Posted by Johan Compagner <jc...@gmail.com>.
don't know if that is a 3.4 feature or not.
But it should be in the wicket formatter thats attached to the wicket
project
Look at the line wrapping section. And the functions call section. There you
can say what to do
for the functions call. And i have now 1 of those like wrap when nesecarry
but not the first element.

johan



On 11/4/07, Martijn Dashorst <ma...@gmail.com> wrote:
>
> On 11/4/07, jcompagner@apache.org <jc...@apache.org> wrote:
> > finally found the right setting in eclipse..
> > So that long lines (like strings or long method names)
> > are not doing this:
> >
> > object
> >     .xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> >
> > but they are just still
> >
> > object.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> >
> > sooooo much better
>
> Nice catch! Me want some of that too. How can we set that? Or is it a
> feature in 3.4?
>
> Martijn
>
>
>
> --
> Buy Wicket in Action: http://manning.com/dashorst
> Apache Wicket 1.3.0-beta4 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/
>

Re: svn commit: r591716 - in /wicket/trunk: jdk-1.4/wicket-extensions/.settings/ jdk-1.4/wicket-ioc/.settings/ jdk-1.4/wicket/.settings/ jdk-1.5/wicket-examples/.settings/

Posted by Martijn Dashorst <ma...@gmail.com>.
On 11/4/07, jcompagner@apache.org <jc...@apache.org> wrote:
> finally found the right setting in eclipse..
> So that long lines (like strings or long method names)
> are not doing this:
>
> object
>     .xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
> but they are just still
>
> object.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
> sooooo much better

Nice catch! Me want some of that too. How can we set that? Or is it a
feature in 3.4?

Martijn



-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-beta4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/