You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(gui): add AutoDevVariableListComponent and improve popup behavior in AutoDevInputSection #51
The commit introduces a new class `AutoDevVariableListComponent` to the GUI package, which is a custom Swing component. Additionally, the commit modifies the `AutoDevInputSection` class to improve the behavior of the popup when the user inputs a specific character. The popup is now created lazily and reused if it's not disposed, ensuring better memory management and a smoother user experience.
0 commit comments