Results 1 to 4 of 4

Thread: Spring IDE 2.0.2 RC1 released

  1. #1
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default Spring IDE 2.0.2 RC1 released

    Dear Spring community,

    we are pleased to announce that Spring IDE 2.0.2 RC1 has been released! This is the first and only release candidate for Spring IDE 2.0.2, introducing various feature refinements (new content assist and hyperlink architecture) as well as fixes for bugs that have been reported against 2.0.1.

    See the JIRA roadmap for a complete list of bugs fixes and new features

    The release is available from the development update site at http://springide.org/updatesite-dev.

    The 2.0.2 final release is scheduled for December 2nd.

    Cheers,

    Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

  2. #2
    Join Date
    Sep 2007
    Posts
    14

    Default ContentAssist does not offer inner classes

    Since the release canditate should improve content assist functionality I thought this thread is the right place to put this issue.

    The content assist does not support inner classes. The following to examples cannot be fully done with content assist:

    Code:
    <bean class="foo.bar.Fix$Fox"/>
    <util:constant static-field="foo.bar.Fix$Fox.instance"/>
    Is it possible to address inner classes too? Otherwise the user is not aware of all bean classes and has to know and to type the complete name.

    By the way, the hyperlink functionality can already handle inner classes.

  3. #3
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    The content assist was redesigned internally without adding user visible features. Nevertheless the support for inner classes is indeed something we need to check.

    Can you open a JIRA bug report for this.

    Thanks,

    Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

  4. #4
    Join Date
    Sep 2007
    Posts
    14

    Default Ticket opened

    Thank you for confirming the demand.

    I've opened the ticket IDE-750 for that issue.

    salute

    Dirk

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •