-
Notifications
You must be signed in to change notification settings - Fork 305
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
Target Manager #6265
Comments
I'm all for easier target management, but could you expand on what you'd like the UI to do? Switch between project views? Modify the |
Next I'll: The I would focus on smarter management for caching. |
honestly I'm not sure if the "Add Directory to Project" button would be that useful if users can just add a new line there, but the gutter icons are pretty cool! |
I agree if you look at the button alone, but now imagine with me having a complete target manager there right on the editor. I think that the next iterations would make my idea clearer. And I'm still open to suggestions 😄 |
Add "Add Directory" button to the project view Add directory toggle checkboxes to the project view
Add target toggle checkboxes to the project view
Remove redundant method
Readd required method
Update comment
Update comment
* Closes #6370 Add line numbers to text blocks and sections. Create removeAll() method to remove all the instances of an item regardless of the line number * Revert local change * Fix Android SDK Platform section * Fix Android SDK Platform section Add new section items with dummy line number * Fix list parser test * #6370 Fix parsing * #6370 Remove redundant method Add constant for temporary line numbers * Update base/src/com/google/idea/blaze/base/projectview/ProjectView.java Co-authored-by: Borja Lorente <[email protected]> * #6370 Do not add line numbers on printing sections * Update aswb/src/com/google/idea/blaze/android/projectview/AndroidSdkPlatformSection.java Co-authored-by: Borja Lorente <[email protected]> * Update aswb/src/com/google/idea/blaze/android/projectview/AndroidSdkPlatformSection.java Co-authored-by: Borja Lorente <[email protected]> * Update aswb/src/com/google/idea/blaze/android/projectview/AndroidSdkPlatformSection.java Co-authored-by: Borja Lorente <[email protected]> * Update aswb/src/com/google/idea/blaze/android/projectview/AndroidSdkPlatformSection.java Co-authored-by: Borja Lorente <[email protected]> * Update base/src/com/google/idea/blaze/base/projectview/ProjectView.java Co-authored-by: Borja Lorente <[email protected]> * Update base/src/com/google/idea/blaze/base/projectview/section/sections/DirectorySection.java Co-authored-by: Borja Lorente <[email protected]> * Update base/src/com/google/idea/blaze/base/projectview/section/sections/AutomaticallyDeriveTargetsSection.java Co-authored-by: Borja Lorente <[email protected]> * #6370 Remove line calculation from print() methods * #6370 Remove redundant method * #6265 Update comment * Update aswb/src/com/google/idea/blaze/android/projectview/AndroidSdkPlatformSection.java Co-authored-by: Borja Lorente <[email protected]> --------- Co-authored-by: Borja Lorente <[email protected]> Co-authored-by: Ahmed Yarub Hani Al Nuaimi <[email protected]>
Description of the feature request:
Add a GUI for managing targets. This is a prerequisite for multi-project repo and caching.
Which category does this issue belong to?
No response
What underlying problem are you trying to solve with this feature?
Easier management of project view targets and better caching integration in the future.
What operating system, Intellij IDE and programming languages are you using? Please provide specific versions.
All
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: