Ticket #129 (closed enhancement: fixed)

Opened 2 years ago

Last modified 19 months ago

Completion proposals for base features (inferred callouts)

Reported by: mosconi Owned by: stephan
Priority: minor Milestone: OTDT_1.2.6
Component: content assist Version: 1.2.0
Keywords: Cc:

Description

It would be nice, if completion proposals in a role method would include features of the base class, to be used as inferred callouts.

Change History

Changed 19 months ago by stephan

  • status changed from new to accepted
  • milestone set to OTDT_1.2.6

Creating a field access or method call that requires an inferred callout is implemented as part of r19585.

What is missing currently is completing after an inferred callout, i.e. if f is a field of the base class completing:

f.fub|
this.f.fub|

or if m() is a base method:

m().fub|
this.m().fub|

(Part of this worked in some previous version -- see r18181 -- where this patch wasn't effective in current versions any more).

Changed 19 months ago by stephan

  • status changed from accepted to closed
  • resolution set to fixed

The first (and more common) scenario from comment:1 has been implemented in r19597. The mentioned method-scenarii probably don't work currently (have no test), but I give only low priority to that situation.

Summarizing, the state of r18181 has been restored and the original request from this ticket is resolved.

Note: See TracTickets for help on using tickets.