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

Key: IDEA-11726
Type: Usability Problem Usability Problem
Status: Closed Closed
Assignee: Alexander Chernikov
Reporter: dennis haupt
Votes: 0
Watchers: 0
Operations

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

Code completition "highlighting" (bold text) does not work properly

Created: 28 Feb 07 12:57   Updated: 01 May 07 18:21
Component/s: Editor. Code Completion

Environment: win xp/2k

Build: 6,708
Severity: Medium


 Description  « Hide
when typing
myObject.ctrl+space, idea shows a list containing all methods and class attributes. non-inherited ones are bold.

this only works when i'm calling code completition on an object (or "this."). the following will not work:
public void foo()
{
getSysId() <- no bold entry in the completition list
}

this does work:
public void foo()
{
this.getSysId() <- bold entry in the completition list
}



 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 07 Apr 07 21:28
Cannot reproduce in the latest Selena 6809. Please, notify if this is still the issue.