Skip to content

Display external modules according to file hierarchy #117

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

Closed
3nsoft opened this issue Jul 18, 2015 · 1 comment
Closed

Display external modules according to file hierarchy #117

3nsoft opened this issue Jul 18, 2015 · 1 comment

Comments

@3nsoft
Copy link

3nsoft commented Jul 18, 2015

Notwithstanding #68 which may produce some deeper way of dealing with external modules, can we have the following little hack for now:

  • split external module's name by respective separator of file name ( / or \ )
  • treat name parts and their order to form a hierarchy of files (modules), just like module hierarchy is displayed now for internal modules (reuse GUI concepts here)
  • put all external module (possibly many) tree(s) into "External Modules" root, or something like this, as Internal/External module worlds are de-facto different, and merging them into one (@ module tag?), probably, shall never be painless

Today all modules are shovelled into Globals without any structure, although names like "lib/signing/fe25519" have all needed information in them, and, these modules are already labelled as being external.
Introduction of structure in display of external modules shall be those 90% of needed functionality.

@felixfbecker
Copy link

I would like to see some tree view

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants