Changeset 182 for trunk/lingosource/castlib1/bbedit_Utilities.ls
- Timestamp:
- 06/24/08 05:26:11 (4 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/bbedit_Utilities.ls (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/bbedit_Utilities.ls
r180 r182 649 649 650 650 else -- option 2: we have NO second member and diff against the file at the path in the member comments (=> alex linked scripts UNIX(!) path) 651 comm = memref1.comments651 comm = line 1 of memref1.comments 652 652 653 653 end if … … 1012 1012 end if 1013 1013 1014 comm = memref.comments1014 comm = line 1 of memref.comments 1015 1015 if comm.length > 0 then 1016 1016 … … 1128 1128 if memref.type = #script then 1129 1129 memname = memref.name 1130 comm = memref.comments1130 comm = line 1 of memref.comments 1131 1131 if comm.length then 1132 1132 … … 1296 1296 if memref.type = #script then 1297 1297 memname = memref.name 1298 comm = memref.comments1298 comm = line 1 of memref.comments 1299 1299 1300 1300 if length(comm) < 1 then … … 1350 1350 put "-------------------------------------------------------" 1351 1351 put RETURN&"neuer = new(#field)"&RETURN&"neuer.text = "&memref&".scripttext"&RETURN&"neuer.copyToClipBoard()"&RETURN&"neuer.erase()"&RETURN 1352 put RETURN&"shell_cmd(""E&"PBPaste | BBedit ; BBedit " &memref.comments"E&")"&RETURN1352 put RETURN&"shell_cmd(""E&"PBPaste | BBedit ; BBedit " & line 1 of memref.comments & QUOTE&")"&RETURN 1353 1353 else 1354 1354 … … 1356 1356 put "-------------------------------------------------------" 1357 1357 put RETURN&"neuer = new(#field)"&RETURN&"neuer.text = "&memref&".scripttext"&RETURN&"neuer.copyToClipBoard()"&RETURN&"neuer.erase()"&RETURN 1358 put RETURN&"shell_cmd(""E&"PBPaste | BBedit ; BBedit " &memref.comments"E&")"&RETURN1358 put RETURN&"shell_cmd(""E&"PBPaste | BBedit ; BBedit " & line 1 of memref.comments "E&")"&RETURN 1359 1359 1360 1360 else … … 1365 1365 neuer.erase() 1366 1366 1367 comm = memref.comments1367 comm = line 1 of memref.comments 1368 1368 if char 1 of comm = "~" then put "$HOME" into char 1 of comm 1369 1369 … … 1450 1450 if memref.type = #script then 1451 1451 memname = memref.name 1452 comm = memref.comments1452 comm = line 1 of memref.comments 1453 1453 if comm.length then 1454 1454 if char 1 of comm = "~" then … … 1478 1478 memref = member(n, cl) 1479 1479 if memref.type = #script then 1480 comm = memref.comments1480 comm = line 1 of memref.comments 1481 1481 if length(comm) > 0 then put "Membername:" && memref.name & TAB & "("&comm&")" & Return after str 1482 1482 end if
Note: See TracChangeset
for help on using the changeset viewer.
