Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDE enhancement: save log & allow select in left pane #1813

Closed
FransM opened this issue May 5, 2020 · 4 comments
Closed

IDE enhancement: save log & allow select in left pane #1813

FransM opened this issue May 5, 2020 · 4 comments

Comments

@FransM
Copy link
Contributor

FransM commented May 5, 2020

It would be nice if it was possible to select text in the left pane of the IDE so it can e.g. be cut into an email message.
Also (or alternately) it would be nice if the commands given could be saved to a logfile

@gfwilliams
Copy link
Member

It would be nice if it was possible to select text in the left pane of the IDE so it can e.g. be cut into an email message.

As was mentioned in a reply to you on the forum, this is already possible and works fine.

Just click and drag and the text is immediately copied to the terminal.

@gfwilliams
Copy link
Member

Also, there's already an issue for saving to a file: espruino/EspruinoWebIDE#225

@fanoush
Copy link
Contributor

fanoush commented May 5, 2020

Just click and drag and the text is immediately copied to the terminal.

which is a bit confusing at first, but works. one doesn't need to press ctrl+c or find edit->copy menu, which is good, but still unexpected. took me some time to figure out why the selection is vanishing immediately and that the feature indeed works. maybe some feedback like android toast message 'copied' would help

@gfwilliams
Copy link
Member

maybe some feedback like android toast message 'copied' would help

Yeah, that could be good I guess.

The lack of using Ctrl-C is intentional, because Ctrl-C breaks out of running code or deletes the current line of text when in the terminal - I had to find a way of doing it that didn't involve that :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants