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

Key: IDEABKL-3276
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Igor Kuralenok
Reporter: Alain Ravet
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

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

Smart Completion fails in Column Mode

Created: 07 Jul 05 12:06   Updated: 07 Jul 05 15:21
Component/s: Editor. Code Completion
Affects Version/s: None
Fix Version/s: None

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

Build: 3,394


 Description  « Hide

How to reproduce:
------------------
Try and replace 'toString()' by 'clone()' in the code below, in Column mode

  • start from this code
    Foo foo = new Foo ();
    Object a = foo.toString ();
    Object b = foo.toString ();
    Object c = foo.toString ();
  • enable ColumnMode
  • select the block of 'toString(), on 3 rows
  • type 'c'
  • type Ctrl-Space

=>

Foo foo = new Foo ();
Object a = foo.c (); <<------- PROBLEM
Object b = foo.c (); <<------- PROBLEM
Object c = foo.clone ();



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