mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
terminal: terminate session on dispose
Previously, closing a terminal tab via the close button didn't terminate the process.
This commit is contained in:
@@ -166,6 +166,7 @@ public class JBTerminalWidget extends JediTermWidget implements Disposable {
|
||||
|
||||
@Override
|
||||
public void dispose() {
|
||||
close();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user