Ticket #34 (closed defect: fixed)

Opened 1 year ago

Last modified 7 months ago

Improve autocompletion for properties

Reported by: asterite Assigned to: asterite
Priority: major Component: descent.core
Version: 0.4 Keywords:
Cc:

Description

For methods with void return value and a single argument (setters), offer, with a highest relevance, the method as a property, without parenthesis, and writing an " = " after it.

Same for getters (ommit the parenthesis).

Change History

01/30/08 17:53:15 changed by asterite

  • owner set to asterite.
  • status changed from new to assigned.

01/30/08 17:53:20 changed by asterite

  • status changed from assigned to closed.
  • resolution set to fixed.

06/21/08 17:43:51 changed by doob

Can't this also be an option in the formatter and the autocompletion could depend on whats selected in the formatter.

06/21/08 18:03:50 changed by asterite

This is already implemented as follows: it suggests the setter, and if you type "=" instead of "enter", it will autocomplete it as a property. Else, it will autocomplete it as a method call.