Re: auto completions not working (html)

From: Lachlan Deck (lachlan.dec..mail.com)
Date: Sun Aug 03 2008 - 09:06:12 EDT

  • Next message: Lachlan Deck: "Re: auto completions not working (html)"

    Hi Mike,

    On 03/08/2008, at 6:36 PM, Lachlan Deck wrote:

    > On 03/08/2008, at 3:06 PM, Lachlan Deck wrote:
    >
    >> I'm not getting any binding auto-completions from with the
    >> component editor.
    >>
    >> Hello World it's now <wo:string value = "$currentTime" cursor-
    >> here></wo:string>
    >>
    >> All I get is beeps when I ctl-space. What's the checklist for
    >> seeing why it's not happy?
    >>
    >> Thanks.
    >>
    >> Eclipse 3.4
    >> WOLips 3.4.5381
    >> Country: Australia
    >
    > Can someone enlighten me: what exactly does the auto-completion rely
    > on to work. What does it assume is installed? Is it the WOLips
    > incremental builder it relies on? Classpath? Settings? Output folders?
    >
    > Anything else?
    > Thanks.

    When editing a component (whether inline or wod file) no auto-
    completion is available for wo/webobject tags. i.e., no bindings popup
    nor are keypaths followable. It simply does not present any
    completions or popups at all via the keyboard for bindings and so
    beeps each time I ctl+space. It is able to validate bindings and keys
    bound. Just not provide any of either. :-/

    Interestingly, the experimental bindings inspector is able to show
    both keys/keypaths and dragging keys onto either an inline or wod-
    based definition shows the available bindings in a popup. So there's
    something a little different about keyboard-based completions.

    Any ideas what might be happening?
    (I tested creating a standard ant-based project and it works fine,
    allowing for auto-completion. So there's something odd.)

    with regards,

    --
    

    Lachlan Deck

    <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src/main/java"/> <classpathentry excluding="**" kind="src" path="src/main/components"/> <classpathentry excluding="**" kind="src" path="src/main/resources"/> <classpathentry excluding="**" kind="src" path="src/main/webserver- resources"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/ org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/> <classpathentry kind="output" path="target/classes"/> </classpath>

    <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>Foo-1.0-SNAPSHOT</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.maven.ide.eclipse.maven2Builder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.objectstyle.wolips.incrementalbuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.maven.ide.eclipse.maven2Nature</nature> <nature>org.objectstyle.wolips.incrementalapplicationnature</nature> </natures> </projectDescription>

    with regards, --

    Lachlan Deck



    This archive was generated by hypermail 2.0.0 : Sun Aug 03 2008 - 09:07:08 EDT