File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
(define pkg-authors '(robby))
9
9
10
- (define version "1.50 " )
10
+ (define version "1.51 " )
11
11
12
12
(define license
13
13
'(Apache-2.0 OR MIT))
Original file line number Diff line number Diff line change @@ -2295,4 +2295,17 @@ please adhere to these guidelines:
2295
2295
(qs-stop-scripts "&Stop persistent scripts " )
2296
2296
(qs-report-issue "Report an &issue " )
2297
2297
(qs-error-load "Quickscript: Errors while loading script properties " )
2298
+
2299
+ ;; macro stepper
2300
+ ; used in the button label and menu item and title for some dialog boxes
2301
+ (macro-stepper "Macro Stepper " )
2302
+
2303
+ ; these next three are in the same dialog; first a message and then two button labels
2304
+ (macro-stepper-warning-message
2305
+ "Macro expansion has taken a suspiciously large number of steps.\n\nClick "
2306
+ " Stop to stop macro expansion and see the steps taken "
2307
+ " so far, or click Continue to let it run a bit longer. " )
2308
+ (macro-stepper-continue "Continue " )
2309
+ (macro-stepper-stop "Stop " )
2310
+
2298
2311
)
You can’t perform that action at this time.
0 commit comments