siarheiburliayeu / IDEA-Native-Terminal-Plugin

Native Terminal Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/9966-native-terminal
MIT License
63 stars 17 forks source link

is it possible to support cmder? #21

Closed darklonely closed 5 years ago

darklonely commented 5 years ago

hello :), is it possible to support cmder?

siarheiburliayeu commented 5 years ago

Hi @darklonely,

I think yes, will look into it tomorrow.

Thanks!

siarheiburliayeu commented 5 years ago

Hi @darklonely, Added for 0.3.1 - it will be available in a few days.

Thanks.

siarheiburliayeu commented 5 years ago

Awesome terminal, btw. Thanks!

darklonely commented 5 years ago

:) yes, i think it's better than ConEmu. Unfortunately the cmder.exe /start d:/xxx command is not working for me in Windows 7 x64. I tested the cmder.exe /task cmder d:/xxx command which is working as expected.

siarheiburliayeu commented 5 years ago

Oh, thanks. Will fix.

darklonely commented 5 years ago

since Windows 10 2019 May just released, i changed to it from windows 7(not update, a total fresh install). the cmder.exe /start d:/xxx command is still not working as expected. instead, the cmder.exe /task cmder d:/xxx command is fun. i don't know why, any tips? ( I use single instance mode of Cmder. The idea log doesn't report any error)

siarheiburliayeu commented 5 years ago

single instance mode of Cmder

Probably, it's the reason. Does the /task command work for you?

darklonely commented 5 years ago

yes. the cmder.exe /task cmder d:/xxx command works. i disabled the single instance mode, /start works, but it opens a new cmder window instead of a new tab.

siarheiburliayeu commented 5 years ago

:+1: I think, we can use this command for all Windows OS-s.

siarheiburliayeu commented 5 years ago

Fixed that. Thanks for the advice!