Skip to content

Commit 3230851

Browse files
committed
Removed ClearEverything action
1 parent 2e762d3 commit 3230851

File tree

7 files changed

+2
-119
lines changed

7 files changed

+2
-119
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
1. `grouporder: 100` - All custom actions use the same group order to keep menu items together
3030
2. `order:` - Set to 10 higher than the highest order value in existing action files
3131
- ClearComments: order 10
32-
- ClearEverything: order 20
33-
- PadTrackNo: order 30
32+
- PadTrackNo: order 20
3433
- New actions should follow this pattern
3534

3635
## Code the worker

src/actions/ClearEverything.js

Lines changed: 0 additions & 104 deletions
This file was deleted.

src/actions/PadTrackNo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
window._menuItems.editTags.action.submenu.push({
8686
action: actions.PadTrackNo,
87-
order: 30,
87+
order: 20,
8888
grouporder: 100
8989
});
9090
})();

src/init.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Tag Tools
22
requirejs('actions/clearComments');
3-
requirejs('actions/clearEverything');
43
requirejs('actions/PadTrackNo');
54
// requirejs('action_ActionTemplate');
65

src/local.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
actions.ClearComments.execute();
88
}, 'Clear Comments');
99

10-
window.uitools.addToolButton('righttoolbuttons', 'ClearEverything', function () {
11-
actions.ClearEverything.execute();
12-
}, 'Clear Everything');
13-
1410
window.uitools.addToolButton('righttoolbuttons', 'PadTrackNo', function () {
1511
actions.PadTrackNo.execute();
1612
}, 'Pad Track Numbers');

src/skin/icon/ClearEverything.jpg

-65.7 KB
Binary file not shown.

src/skin/icon/ClearEverything.svg

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)