Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content assist is not working in a NED source editor inside an inner type #1

Closed
rhornig opened this issue Dec 3, 2018 · 1 comment
Assignees
Labels
in IDE / NED editor minor Inconvenience that can be worked around pri-low Can wait
Milestone

Comments

@rhornig
Copy link
Contributor

rhornig commented Dec 3, 2018

Reported by rhornig on 21 Oct 2008 01:26

Version: 4.0b7

Steps to reproduce:

  • Open a NED editor and switch to source editor
  • Create a compound module with the folowing content:

module Module
{
types:
simple A {
gates:
inout port;
}
module mm {
submodules:
sub : A;
sub2 : A;
connections:

    }

}

  • Position the cursor after "connections:" and press CTRL-SPACE
    Content assist does not list sub and sub2 submodules.

Mantis Bugtracker #1

@avarga
Copy link
Contributor

avarga commented Dec 3, 2018

Comment posted by andras on 6 May 2010 09:52

Should be working fine in 4.1

levy pushed a commit to levy/omnetpp that referenced this issue May 4, 2020
avarga added a commit that referenced this issue May 14, 2020
Sorter: originally used (probably) for the Inputs page. Currently it was
only used for sorting the list of runs within an result file (Inputs page).
This use was removed, as runs in a result file are best shown in their
natural order.

ResultItemFormatter: this kind of stuff is nowadays done in Python.

ScaveModelLabelDecorator: originally used for displaying error icons
on bogus files in the Inputs view. The Inputs view no longer shows
files we couldn't load, so this class has no use.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in IDE / NED editor minor Inconvenience that can be worked around pri-low Can wait
Projects
None yet
Development

No branches or pull requests

2 participants