Opened 6 years ago

#216 new defect

SmallSense suggestions do not work properly with subclasses

Reported by: patrik.svestka@… Owned by:
Priority: major Milestone:
Component: default Keywords:
Cc: Also affects CVS HEAD (eXept version): no

Description

I wanted to write Win32OperatingSystem::RegistryEntry.

However SmallSense gave me an option Win32OperatingSystem followed with all the subclasses prefixed by ::. When I filled the Win32OperatingSystem and tried to continue with :: the suggestion window disappeared.

After continuing typing after ::R the suggestion reappeared but with the complete suggestion Win32OperatingSystem::RegistryEntry, but I have already Win32OperatingSystem::R.

If I select the suggestion I end up with:
Win32OperatingSystem::Win32OperatingSystem::RegistryEntry

A proposed solution:
The SmallSense should take in account :: when giving suggestions (it should not interrupt the suggestion process).

Change History (0)

Note: See TracTickets for help on using tickets.