Frontmatter
| id | 7875 |
| title | Refactor Neo.manager.Window to extend Neo.manager.Base |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Nov 23, 2025, 12:19 PM |
| updatedAt | Nov 23, 2025, 12:25 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7875 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 23, 2025, 12:25 PM |
Refactor Neo.manager.Window to extend Neo.manager.Base.
Current State:
Neo.core.Base.windowMap(Map) manually.Rectangleinstances directly as values.Goal:
Neo.manager.Base.items,map,get,add,remove).{id, rect, appName}instead of justRectangle.getWindowAtto query the collection.Benefits:
Instance,Component).