Menu

#158 Content assist for declaring embedded machines

open
nobody
None
5
2012-07-27
2012-07-27
Tom Smith
No

When typing the name of an externally-defined machine, it would be nice to have completion for partial names:

state TRANSPARENT : Tr[ctl-space]

as well as for the constructor parameters of such machines.

state TRANSPARENT : TransparentFSM([ctl-space]

See also https://sourceforge.net/tracker/?func=detail&aid=3550090&group_id=162882&atid=825540

Discussion

  • Philip Isenhour

    Philip Isenhour - 2012-07-27

    auto-complete screenshot

     
  • Philip Isenhour

    Philip Isenhour - 2012-07-27

    Just to clarify: Are you not getting proposals on ctrl-space on the external machine class name? (See attached screenshot.) If not, could you see if you get proposals for classes/interfaces on extends/implements?

    public machine Test implements BoundB[ctrl-space]

     
  • Tom Smith

    Tom Smith - 2012-07-27

    Sorry, yes! I am getting proposals for external machine class names.

     

Log in to post a comment.