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

Investigate dropping file-based navigation for memory-based navigation #61

Open
sdruskat opened this issue Feb 24, 2017 · 0 comments
Open
Assignees

Comments

@sdruskat
Copy link
Contributor

Instead of navigating and managing projects via workspace/CNF, one could imagine a different project navigation workflow sans CNF/workspace:

  • Simple Open Project functionality
  • Load exactly one SaltProject at a time
  • Display project structure in a custom view (possibly still following the file/folder metaphor, or a simply tree instead (probably better))
  • Load SDocuments (or rather, their SDocumentGraphs) on the fly, closing all others in the process
  • On closing a project (e.g., via Close Project funct.), set SCorpusGraph to null so GC can get rid of it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants