[jboss-cvs] jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/ui ...

Christian Bauer christian at hibernate.org
Thu Apr 19 05:32:06 EDT 2007


  User: cbauer  
  Date: 07/04/19 05:32:06

  Modified:    examples/wiki/src/main/org/jboss/seam/wiki/core/ui  
                        WikiFormattedTextHandler.java
                        UIWikiFormattedText.java
  Log:
  Fixed comments and blog directory
  
  Revision  Changes    Path
  1.6       +0 -2      jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/ui/WikiFormattedTextHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WikiFormattedTextHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/ui/WikiFormattedTextHandler.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- WikiFormattedTextHandler.java	19 Apr 2007 05:44:47 -0000	1.5
  +++ WikiFormattedTextHandler.java	19 Apr 2007 09:32:06 -0000	1.6
  @@ -60,7 +60,6 @@
           if (cmp == null) {
               cmp = createComponent(ctx);
               cmp.getAttributes().put(MARK, id);
  -
           }
           this.nextHandler.apply(ctx, cmp);
           parent.getChildren().add(cmp);
  @@ -138,7 +137,6 @@
                       parent.getAttributes().remove(UIPlugin.NEXT_PLUGIN);
                   } else {
                       // Best guess based plugin renderer
  -                    // TODO: OOBE in document live preview when typing incomplete macro names
                       placeHolder = wikiFormattedText.addPlugin(
                           (parent.getChildren().get(parent.getChildCount() - 1)
                               .getClientId( ctx.getFacesContext() )
  
  
  
  1.19      +0 -0      jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/ui/UIWikiFormattedText.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  
  
  



More information about the jboss-cvs-commits mailing list