Skip to content

Commit 2b2e633

Browse files
authored
Version 2.2.0
Dev
2 parents 0e8fabb + 6fd50bc commit 2b2e633

File tree

11 files changed

+2342
-1456
lines changed

11 files changed

+2342
-1456
lines changed

.vscode/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"flake8.args": [
3+
"--max-line-length=120",
4+
"--ignore=E121,E123,E126,E226,E24,E704,F722,F821,F401,W503,W504"
5+
],
6+
"autopep8.args": [
7+
"--max-line-length",
8+
"120",
9+
"--experimental"
10+
]
11+
}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here are control buttons for the Add-on located.
1717

1818
#### Add
1919
Add a new Button to the "Buttons" Panel.
20-
<br> When the button is pressed a popup will appear with options to name your button and to selected the script from Texteditor which will be linked to the Button.
20+
<br> When the button is pressed a popup will appear with options to name your button and to select the script from Texteditor which will be linked to the Button.
2121

2222
#### Remove
2323
Remove the selected Button from the "Buttons" Panel.
@@ -43,13 +43,13 @@ Loads the selected Button into the Texteditor.
4343
Reload the linked script of the selected button.
4444
<br> If Autosave is active the button is also saved on the disk.
4545

46-
#### Rename
47-
Give you the option to rename the selected button.
48-
When the button is pressed a popup appear with a text field to put in the new Name.
46+
#### Edit
47+
Give you the option to rename and remove properties of the selected button.
48+
When the button is pressed a popup appear with a text field to put in the new name and a list of the properties.
4949

5050
#### Export
5151
Opens an export window to export your buttons as .py files or one .zip file.
52-
<br> On the right side of the export window are the option to choose in which format you want export the scripts. Under this option, all buttons are listed with a checkbox to decide which ones to export.
52+
<br> On the right side of the export window are the option to choose in which format you want to export the scripts. Under this option, all buttons are listed with a checkbox to decide which ones to export.
5353

5454
#### Import
5555
Opens an import window to import .py files or .zip files .

0 commit comments

Comments
 (0)