-
Notifications
You must be signed in to change notification settings - Fork 5
/
Textpad-setup-notes.txt
36 lines (23 loc) · 1019 Bytes
/
Textpad-setup-notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
How to set up Textpad (the Windows text editor) to run LMNL validation as a tool.
Other text editors will have analogous capabilities.
=== Command line setup --
Edit the batch file LMNLwf-calabash.bat
so it points to your Calabash installation.
=== Textpad setup --
Set up for running Calabash from Textpad to validate LMNL syntax files:
Under Preferences/Tools add a tool; mine is called "LMNL syntax wf check".
Select "Program" and point the tool at the batch file in this distribution, LMNLwf-calabash.bat.
(I.e. the same file you would run at the command line.)
Having added the tool, OK through and then come back to drill into the new branch for the tool settings
Command: C:\Users\Wendell\Documents\GitHub\Luminescent\LMNLwf-calabash.bat
Parameters: $URL
Initial folder: C:\Users\Wendell\Documents\GitHub\Luminescent
Check the following:
Capture output
Sound alert when completed
Regular expression to match output:
.*at \([0-9]+\):\([0-9]+\),$
Registers:
File: [none]
Line: 1
Column: 2