-
Notifications
You must be signed in to change notification settings - Fork 226
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
Project Support #226
Comments
Container support is probably a pre-req #133 |
A hierarchical text editor for notes |
Initial support for project level settings added in build Create New Project Settings
Application of Project Settings |
As several tickets are somehow related to my feature request, I will use this ticket to collect what my dream feature set would look like and will link the corresponding tickets I found below. Multi-Binary / Container Support / ProjectsAll these things seem to be somehow related or could benefit from a joint implementation (tracked in #133). I often encounter projects that require analyzing multiple files together to understand the data flow and workflow. So, a binary that imports several functions from multiple (closed-source) libraries requires reverse engineering them to reconstruct types and understand what the functions should accomplish. Currently, I use a REST server that syncs types between different BNDBs using a plugin, but an integrated solution as described below would certainly be better. Feature RequestImplement a set of features to provide the user with the ability to:
I'm unsure if a "single" BNDB is the best option or if using the "Project Settings" would be better. Using the "Project Settings" (all BNDBs in the same folder) would provide for the flexibility to dynamically add files quickly, but also to only "share" (copy) a single BNDB or back them up separately. If this comment doesn't fit here, just move/remove it, I just wanted to collect my requirements as I know you are working on a solution internally and wanted to provide early "feedback". |
Another small note -- don't know if the current implementation changes window title to include project name or other indication that the current tab is a project but it should. |
The bulk of the requests here are added in |
This issue is tracking our planned "project support" feature that will include the following:
The text was updated successfully, but these errors were encountered: