Copy button in the terminal #177#186
Copy button in the terminal #177#186Aspireve wants to merge 9 commits intoIndianOpenSourceFoundation:masterfrom
Conversation
There was a problem hiding this comment.
Found 17 potential problems in the proposed changes. Check the Files changed tab for more details.
There was a problem hiding this comment.
Found 11 potential problems in the proposed changes. Check the Files changed tab for more details.
There was a problem hiding this comment.
Found 15 potential problems in the proposed changes. Check the Files changed tab for more details.
|
Hey @GouravSardana do review it please |
|
@Aspireve can you please fix above warnings? |
|
Yup Sure, give me a minute |
|
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Found 11 potential problems in the proposed changes. Check the Files changed tab for more details.
dynamic/utility.py
Outdated
Check notice
Code scanning
Trailing whitespace
|
Aye there are a lot of errors, it'll take time, I'll solve it as soon as possible. |








Related Issue
The Issue was to create a button to Copy the code snipped straight into the clipboard of the computer
Closes: #177
Describe the changes you've made
To create a copy method I used the pyperclip library from python
The part of selecting the text to copy was a bit complex so I had to make up an elaborate method to do so.
The method I used works on all types of code, keeping the indentation constant aswell, for both spaces and tabs
Checklist:
Screenshots