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

Structuring of the method lists #4

Open
9 tasks
nthiery opened this issue Jul 22, 2018 · 4 comments
Open
9 tasks

Structuring of the method lists #4

nthiery opened this issue Jul 22, 2018 · 4 comments
Assignees
Labels
enhancement New feature or request long term

Comments

@nthiery
Copy link
Contributor

nthiery commented Jul 22, 2018

Provide UI to customize how the lists of methods is displayed:

  • Sorted by class (the current display)
  • Sorted alphabetically
  • Sorted by relevance (by doing some statistics on which methods are the most often called
    by that users all users)
  • Sorted by class + relevance
  • Sorted by class, each class listing all methods of its super classes?

The above could be organized by using several tabs

In addition:

  • Add a search box to restrict the list of displayed method to that containing the input
  • Add model and UI for hiding certain methods (with persistence)
  • Add single-click UI to call an argument-less method and display its result alongside (as in the property list)
  • Add single-click UI to call an argument-less method and explore its result
@zerline zerline self-assigned this Jul 26, 2018
@zerline zerline added the enhancement New feature or request label Nov 15, 2018
@zerline
Copy link
Collaborator

zerline commented Sep 21, 2019

@nthiery can we close it for now? (I'm adding a "reference" tag for future reference ..)

@nthiery
Copy link
Contributor Author

nthiery commented Sep 22, 2019

The combo box that we now have is a very comfortable way to search for methods by name. However, it does not resolve the other types of searches mentioned in this issue, notably by origin (class/category) of the method, right?

@zerline
Copy link
Collaborator

zerline commented Sep 23, 2019

@nthiery Absolutely.
I just think we won't fix that in a near future!

@nthiery
Copy link
Contributor Author

nthiery commented Sep 23, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request long term
Projects
None yet
Development

No branches or pull requests

2 participants