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

Edit mode should allow me to add lines #4

Open
MMI opened this issue Feb 21, 2022 · 1 comment
Open

Edit mode should allow me to add lines #4

MMI opened this issue Feb 21, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@MMI
Copy link

MMI commented Feb 21, 2022

I should be able to type in more code when I'm in edit mode. The use case is kind of like this:

I'm merging some C header file stuff and I need to keep both sides... so I add #ifdef SOME_LABEL at the top of the right side block, and a #else at the bottom. The I right-arrow to bring the left side block over and double click to enter edit mode -- I cannot add a new line for the #endif -- I can only add text to the last line of the merged block.

@babobski babobski self-assigned this Feb 22, 2022
@babobski
Copy link
Owner

Thanks for the report. Currently there is no logic for adding lines and editing is only allowed for existing lines. But I will see what I can do.

@babobski babobski added the enhancement New feature or request label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants