Ticket #20 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

Dialog to choose right class/interface

Reported by: michi Owned by: roman
Priority: blocker Milestone: 0.1
Component: Eclipse integration/GUI Version: svn
Keywords: Cc:

Description (last modified by michi) (diff)

Use a dialog (using the one from Eclipse) that lets the user choose from all classes that match a given non-qualified name. (What Eclipse shows when you press Ctrl+Space in the Java editor.)

It will be called, whenever the user sets the a type of something in the diagram. E.g. when setting the type of an attribute or the return type of a method. The name resolution has to be done in a certain "context", i.e. the class whose attribute is concerned

Change History

Changed 4 years ago by martin

 http://devresource.hp.com/drc/technical_white_papers/eclipeditor/index.jsp#content

Content Assistant seems to exist for TextEditors? only. Until now, I found no way to implement it.

Changed 4 years ago by michi

  • milestone 0.0.4 deleted

Changed 4 years ago by michi

  • description modified (diff)

Changed 4 years ago by michi

  • owner martin deleted

Changed 4 years ago by michi

  • milestone set to 0.1

Changed 4 years ago by ralf

  • owner set to ralf
  • status changed from new to assigned

Changed 4 years ago by michi

  • milestone 0.0.7 deleted

Changed 4 years ago by michi

  • owner changed from ralf to michi
  • status changed from assigned to new
  • milestone set to 0.0.9

Changed 4 years ago by roman

  • owner changed from michi to roman

Changed 4 years ago by roman

  • status changed from new to assigned

Changed 4 years ago by roman

Problem could be solved, by implementing content assist in the property view to show a list of proposals. Therefore we need also a resolver to retrieve class/member/field information all over the project (e.g. lookup in classpath). There might be the possibility of JDT usage which already offers such a resolver for java files.

Changed 4 years ago by michi

  • priority changed from major to blocker

Changed 4 years ago by michi

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.