Release notes for SirPro V7.5: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This document lists the changes that have been made for <var class="product">SirPro</var> version S7.5. It requires <var class="product">Model 204</var> release 7.5 or higher. | This document lists the changes that have been made for <var class="product">SirPro</var> version S7.5. It requires <var class="product">Model 204</var> release 7.5 or higher. | ||
== | ==Procedure Search screen (SEARCH)== | ||
===Field changes=== | ===Field changes=== | ||
The searching capabilities have been enhanced to provide better impact analysis. The following fields has been changed or added. | The searching capabilities have been enhanced to provide better impact analysis. The following fields has been changed or added. | ||
Line 15: | Line 16: | ||
The number (from 1 to 999) that specifies the number of occurrences within a procedure that will | The number (from 1 to 999) that specifies the number of occurrences within a procedure that will | ||
be displayed. | be displayed. | ||
==== | ====Hide SEQa/BASEs==== | ||
SirLib users will see a prompt and entry area that allows | SirLib users will see a prompt and entry area that allows | ||
the display or hiding of SEQ. and BASE. procedures, which | the display or hiding of SEQ. and BASE. procedures, which | ||
Line 21: | Line 22: | ||
to be edited directly. Enter "Y" to prevent this procedures | to be edited directly. Enter "Y" to prevent this procedures | ||
from being displayed, and "N" to display them. | from being displayed, and "N" to display them. | ||
==== | ====Ignore Comment Lines==== | ||
If set to Y it will ignore any Soul formatted comment lines. If set to N all found lines will be included. | If set to Y it will ignore any Soul formatted comment lines. If set to N all found lines will be included. | ||
===New Function Keys=== | ===New Function Keys=== | ||
====PF5 - Toggle between case sensitive/insensitive==== | ====PF5 - Toggle between case sensitive/insensitive==== | ||
In Case Sensitive mode, a search for "html" would only find the | |||
lower-case version of that string. In Case-Insensitive mode | |||
the same search would find procedures containing either | |||
"html" or "HTML". | |||
====PF6- Create Proc==== | ====PF6- Create Proc==== | ||
===Other features=== | ===Other features=== | ||
Line 31: | Line 37: | ||
====PL subsystem==== | ====PL subsystem==== | ||
====Save profile for each change==== | ====Save profile for each change==== | ||
==Procedure List screen (PL)== |
Revision as of 08:44, 17 July 2015
This document lists the changes that have been made for SirPro version S7.5. It requires Model 204 release 7.5 or higher.
Procedure Search screen (SEARCH)
Field changes
The searching capabilities have been enhanced to provide better impact analysis. The following fields has been changed or added.
Procedure name
(new keyword like search)
Search strings
The maximum length has bene increased to nn.
# of context lines
Numeric indicator (0 through 9) of number of lines of code to display before and after the line containing the search string.
# occurrences to find
The number (from 1 to 999) that specifies the number of occurrences within a procedure that will be displayed.
Hide SEQa/BASEs
SirLib users will see a prompt and entry area that allows the display or hiding of SEQ. and BASE. procedures, which are used in code management functions but are not intended to be edited directly. Enter "Y" to prevent this procedures from being displayed, and "N" to display them.
Ignore Comment Lines
If set to Y it will ignore any Soul formatted comment lines. If set to N all found lines will be included.
New Function Keys
PF5 - Toggle between case sensitive/insensitive
In Case Sensitive mode, a search for "html" would only find the lower-case version of that string. In Case-Insensitive mode the same search would find procedures containing either "html" or "HTML".