terminal: trim command when matching command for smart execution and when smart execu...
[idea/community.git] / plugins / terminal / src / org / jetbrains / plugins / terminal / ShellTerminalWidget.java
2020-08-12 Sergey Simonchikterminal: trim command when matching command for smart...
2020-07-08 Dmitry.KrasilschikovTerminalSmartCommandActions refatoring - move exectuor...
2020-07-06 Alexander PrendotaMerge IDEA-MR-2009 from marketplace/broken-plugins
2020-06-23 Dmitry.KrasilschikovIDEA-243838 support debugger for Terminal smart command...
2020-06-22 Dmitry.KrasilschikovFUS-734 stats for `TerminalShellCommandHandler` - chang...
2020-06-21 Dmitry.KrasilschikovIDEA-242835 IDEA-244081 ability to change shortcut...
2020-06-21 Dmitry.KrasilschikovFUS-734 FUS for smart command execution
2020-06-12 Andrei KuznetsovMerge Android Studio 4.0 (aosp/studio-master-dev)
2020-05-12 Dmitriy.PanovSpace plugin merged
2020-04-22 Ivan ChirkovMerge branch 'master' into prendota/plugin-manager...
2020-03-17 Svetlana.ZemlyanskayaIDEA-CR-59637: FUS: don't report terminal commands...
2020-03-09 Sergey Simonchikterminal: extract boilerplate code (IDEA-CR-58519)
2020-02-17 Sergey Simonchikterminal: search for matched line at line with cursor...
2020-02-17 Sergey Simonchikterminal: decouple shell command handling logic from...
2019-12-15 Artem MukhinMerge amukhin/analyze-stacktrace-action-fix into master
2019-12-09 Dmitry.KrasilschikovFUS-549 collector for all executing commands in terminal
2019-12-08 Dmitry.KrasilschikovIDEA-217039 move command matching to pooled thread
2019-11-07 Dmitry.KrasilschikovIDEA-225759 show "Diff" dialog for `diff path1 path2...
2019-11-07 Dmitry.KrasilschikovIDEA-CR-54257 IDEA-217039 update prompt on Ctrl+Enter...
2019-11-07 Dmitry.KrasilschikovIDEA-217039 `git log` terminal command parsing to show...
2019-11-07 Dmitry.KrasilschikovIDEA-217039 terminal custom commands handling - proper...
2019-10-11 Dmitry.KrasilschikovIDEA-217039 terminal custom commands handling - proofre...
2019-10-10 Dmitry.KrasilschikovIDEA-CR-53260 IDEA-217039 add `private static final`
2019-10-07 Dmitry.KrasilschikovIDEA-217039 custom commands handling for Terminal:...
2019-09-26 Dmitry.KrasilschikovIDEA-217039 check that current command line contains...
2019-09-24 Dmitry.KrasilschikovIDEA-217039 terminal custom commands handling - selecti...
2019-09-13 Sergey Simonchikterminal: executeCommand(shellCommand) should postpone...
2019-09-12 Sergey Simonchikterminal: add proper Enter key code to execute command
2019-09-11 Dmitry TrofimovMerge branch 'traff/python-psi-impl'
2019-09-11 Dmitry.KrasilschikovIDEA-217039 custom commands handling for Terminal:...
2019-09-11 Sergey Simonchikterminal: do not execute command in shell if matching...
2019-09-02 Sergey Simonchikterminal: add API to determine if there are running...
2019-09-02 Sergey Simonchikterminal: add API for executing commands
2019-09-02 Sergey Simonchikterminal: return empty command in getTypedShellCommand...
2019-08-29 Sergey Simonchikterminal: use new ShellTerminalWidget API in TerminalSh...
2019-08-29 Sergey Simonchikterminal: provide API to access typed shell command
2019-08-29 Sergey Simonchikterminal: remove unused method
2019-08-29 Sergey Simonchikterminal: move commandHistoryFilePath to ShellTerminalW...