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

Improve editing of multiline pastes #23

Open
gitbuda opened this issue Oct 13, 2021 · 0 comments
Open

Improve editing of multiline pastes #23

gitbuda opened this issue Oct 13, 2021 · 0 comments
Labels
community community Effort - Low Effort - Low feature feature Frequency - EveryTime Frequency - EveryTime Priority - Next Priority - Next Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3

Comments

@gitbuda
Copy link
Member

gitbuda commented Oct 13, 2021

When a user pastes command from, e.g. docs:

LOAD CSV FROM "/path-to/people_nodes.csv" WITH HEADER AS row
CREATE (n:Person {id: row.id, name: row.name});

Screenshot from 2021-10-13 08-46-09

it's possible to edit only the last line. A solution is to paste line by line, but that's very inconvenient when there are many lines (3+).

@gitbuda gitbuda added the enhancement enhancement label Aug 13, 2022
@katarinasupe katarinasupe added feature feature community community Severity - S3 Severity - S3 Effort - Unknown Effort - Unknown Importance - I3 Importance - I3 and removed enhancement enhancement labels Dec 29, 2023
@imilinovic imilinovic added Effort - Low Effort - Low and removed Effort - Unknown Effort - Unknown labels Feb 22, 2024
@hal-eisen-MG hal-eisen-MG added the Priority - Later Priority - Later label Feb 22, 2024
@katarinasupe katarinasupe added Frequency - EveryTime Frequency - EveryTime Reach - VeryFew Reach - VeryFew and removed Importance - I3 Importance - I3 labels Feb 27, 2024
@hal-eisen-MG hal-eisen-MG added Priority - Next Priority - Next and removed Priority - Later Priority - Later labels Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community community Effort - Low Effort - Low feature feature Frequency - EveryTime Frequency - EveryTime Priority - Next Priority - Next Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3
Projects
Development

No branches or pull requests

4 participants