History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-22547
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Peter Gromov
Reporter: Irina Petrovskaya
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Class Name Code Completion: on completing one sybol is removed

Created: 15 Oct 07 13:51   Updated: 06 Dec 07 18:43
Component/s: None
Fix Version/s: Selena 7.0.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,504
Fixed in build: 7,591


 Description  « Hide
in spring configuration file create new <bean> element. In 'class' attribute value type the class short name. Put the cursor somewhere in the middle of the name and press Ctrl-Alt-Space. In the appeared list select the correct class by Enter or mouse.
----> the class full name is substituted, but with 1 symbol cut.
It seems that the n+1 symbol is removed where n is the class short name length.
If the cursor is placed in the end of the name to complete (after last symbol), no problems occur
    <bean id="_b1" class="bens.B1"></bean>                                                     <!--beans.B1   - 3d symbol is removed -->
    <bean id="_mtb" class="beans.MyTetBean"></bean>                                  <!--beans.MyTestBean   - 11th symbol is removed -->

    <bean id="myservice" class="services.impl.MyServiceImpl"></bean>      <!--services.impls.MyServiceImpl  - 14th symbol is removed -->



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.