-
Notifications
You must be signed in to change notification settings - Fork 161
Insert code to terminal problem with ^[ #682
Comments
Thank you for reaching out with this bug report. You are getting this reply because the issue template was not filled in its entirety, overwritten, or some portions were partially left out. This issue template contains important information to be able to provide any kind of support, and will help us triage or reproduce the issue. Without reproduction no workaround or fix can normally be derived... Copy and paste the template located at https://raw.githubusercontent.com/platformio/platformio-atom-ide-terminal/master/.github/ISSUE_TEMPLATE.md and fill in all fields. Logs / Errors / other information should be added at the bottom in the Notes portion of the issue template. Tickets without this information may be closed and labeled invalid at our discretion. Thank you for your understanding. |
Nope! it has the same problems here!
…------------------ 原始邮件 ------------------
发件人: "the-j0k3r"<[email protected]>;
发送时间: 2019年4月17日(星期三) 下午5:44
收件人: "platformio/platformio-atom-ide-terminal"<[email protected]>;
抄送: "春繁先生"<[email protected]>; "Author"<[email protected]>;
主题: Re: [platformio/platformio-atom-ide-terminal] Insert code to terminalproblem with ^[ (#682)
Also works fine here.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hello again, Ive no idea what exactly you are doing, thereis not enough information provided in order for me to try to duplicate the issue exactly, Ive tried, it works here, and without knowing specifics which you omitted doesn't help me to help you. Fell free to edit your main post and add more information, and at that time, Ill have another look. But at this time, there's nothing further I can contribute. Thank you for your understanding. |
|
my shelloveride is "E:\Software\Anaconda3\Scripts\ipython.exe" |
When I select code and want to run it by “ctrl-enter”, it doesn't run and shows the code with "^[" at the end. I just add |
I find is my shell problem. |
Also, if you Have Windows 1809, That breaks many terminals, best thing is to stick at best with Windows 10 - 1803 for the foreseeable future until MS fixes the issue causing the problems. |
Description
Have problems in text-editor and the Insert-text editor.
Steps to reproduce
1.keymap bind
'atom-text-editor':
'ctrl-enter': 'platformio-ide-terminal:insert-selected-text'
2.write code 'a=5'
3.send it to the terminal
Expected behavior:
a=5
Actual behavior:
a=5
^[
Reproduces how often:
1000% percent
Versions
OS name and version: Windows 10
Platformio-ide-terminal version: 2.9.1
Additional Information
All I send with ‘^[" whatever I send.
The text was updated successfully, but these errors were encountered: