You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the editors(like nano, vim, vi, vscode etc) have support for multiple tabs. The only editor that I can recall that don't support multiple tabs is notepad. Something like this could be really helpful and also could be easily implemented into click:
This looks really bad because we have to import from protected file and there is a lot of repetitive code.
Thank you
The text was updated successfully, but these errors were encountered:
yashrathi-git
changed the title
Support to open multiple files in text-editor using click.edit
Support for editing multiple files using click.editSep 14, 2021
Hello,
Most of the editors(like nano, vim, vi, vscode etc) have support for multiple tabs. The only editor that I can recall that don't support multiple tabs is notepad. Something like this could be really helpful and also could be easily implemented into click:
Instead of calling editor using single file as argument it provides multiple files as arguments here.
So it calls something like:
All editors don't support tabs, but most of them do.
Right now implementing something like this without changes to click would look like:
This looks really bad because we have to import from protected file and there is a lot of repetitive code.
Thank you
The text was updated successfully, but these errors were encountered: