From 472fc5337dc41abc9545256720f3265f466f9b16 Mon Sep 17 00:00:00 2001 From: garret Date: Sat, 9 Oct 2021 15:20:50 +0100 Subject: add depctrl thing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no feed yet, will get round to it eventuallyâ„¢ --- macros/select-comments.lua | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 macros/select-comments.lua (limited to 'macros/select-comments.lua') diff --git a/macros/select-comments.lua b/macros/select-comments.lua deleted file mode 100644 index c0c281d..0000000 --- a/macros/select-comments.lua +++ /dev/null @@ -1,18 +0,0 @@ -script_name = "Select Comments" -script_description = "Selects all commented lines" -script_author = "garret" -script_version = "1.0.1" - -function main(sub, sel) - sel = {} - for i=1,#sub do - line=sub[i] - if line.comment == true then - table.insert(sel, i) - end - end - aegisub.set_undo_point(script_name) - return sel -end - -aegisub.register_macro(script_name, script_description, main) -- cgit v1.2.3-70-g09d2