123 Commits

Author SHA1 Message Date
dcf50073e7 B2024-089 Loic to clean up transitioning to a section that does not have a section number. Also added and updated comments. 2024-11-04 14:39:41 -05:00
7f899175d1 C2024-017 Removed old (not implemented) format variables and settings from the format files and removed incomplete references to them in the C# code. Also added descriptions of the used format variables in the C# code that hooks the XML format files to the PROMS C# logic. 2024-07-26 14:54:11 -04:00
5edaf30601 B2024-026: page number transitions duplicate page number 2024-05-08 12:07:11 -04:00
c865b67398 B2024-025 Older Parent/Child procedure sets use applicability tokens that do not include the “U-“ prefix. 2024-05-06 13:49:03 -04:00
389a3013b5 F2024-048 - Robinson requested that we use a hard space in the page number part of transitions that include page numbers. Made this change generic because it doen't make sence to break a page number on to the next line all by itstelf. 2024-03-27 16:12:00 -04:00
eeacf9b969 F2024-030 - Fixed PC/PC procedure number in transitions so that only one appears. 2024-03-25 09:15:07 -04:00
06013afc8b F2024-008 - Updated transition definitions to title case section numbers, section titles, and procedure titles. Also surround section titles with parenthesis. 2024-02-05 15:43:54 -05:00
1d3d1a9a3c F2023-076: Transitions resolving with extra parens 2023-07-11 09:11:22 -04:00
21fc0f1b4e B2023-017 need more logic handle the turn off of the step number when there is text needed before the “, Step” text the we chop off. 2023-02-23 13:57:10 +00:00
aa63726dcc F2023-029 fixed issue where the ending double quote after the section title was removed when using a transition type that does not include an optional step number. 2023-02-22 18:40:53 +00:00
c4e889a2b3 F2022-038: AER/RNO ‘NOTE’ centered; F2021-037: Title Case Proc titles in transitions; F2021-036: Note before Caution 2022-08-09 12:56:04 +00:00
bb3b76b0c2 B2022-061: handle newlines in Procedure Titles, in printed page headers (pagelist items) and transition text 2022-06-03 15:09:45 +00:00
2b32b245a4 B2022-004: BNPP1new, BNPP2, BNPPalr - Crash when adding transition to Parent/Child Procedure & support for PC proc transitions 2022-01-10 16:36:08 +00:00
ff6e04b5df B2020-089: Page number transitions not resolving correctly in HLS that are upper cased 2020-07-10 14:18:44 +00:00
cfb847de9c C2019-042 Added a check box to identify a section as being a foldout – used in with printing in duplex
C2019-042 use new format config setting to check if sections are foldouts
C2019-042 use new format config setting to check if sections are foldout
B2019-134 code cleanup, discovered we were missing a “break;” statement in processing folder specific information
2019-11-06 20:50:29 +00:00
311d442b57 B2019-076: support for folder/working draft level proc set specific info (moved code from VlnSvgPageHelper to here)
B2019-076: support for folder/working draft level proc set specific info & C2019-023: default values on outside transitions SI
B2019-076: make folder/working draft level proc set specific info consistent
B2019-076: Move GetInheritedSIValue from here to DocVersionExt.cs so it is accessible from TransitionExt.cs
2019-05-21 12:34:47 +00:00
b7633a1f08 B2019-072: Include psi in outside transition text 2019-05-14 14:06:34 +00:00
b96b577892 B2019-001: ‘Resolved Transition Text’ for transitions going to a section – print only 2019-01-07 16:34:52 +00:00
b0269d4f56 F2018-022 added an AppendDotZero step type flag to append “.0” to a high level step number 2018-03-21 17:12:43 +00:00
Rich
01ce36b86a B2018-002 Handle Range Transitions for Invalid Transitions
Add a prefix to transitions converted to text which were invalid
B2018-002 Add counters for invalid transitions converted to text.
Added a method to convert invalid transitions to text
B2018-002 Cleanup debug
B2018-002 Changed the panel so that it only requires a default section if the default is not set and it is required
B2018-010 Logic fixed to display the Requires Default tooltip only when it is required.
B2018-002 Fix invalid transitions when a step is activated.
B2018-002 Don't fail when you open a step with an invalid transition.
B2018-002 Display Transition Refresh Statistics
2018-01-24 14:47:34 +00:00
Rich
b1fa1603b2 Revert to previous version 2018-01-19 19:21:42 +00:00
Rich
849b7230f2 Handle Range Transitions for Invalid Transitions
Add a prefix to transitions converted to text which were invalid
Add counters for invalid transitions converted to text.
Added a method to convert invalid transitions to text
Cleanup debug
Changed the panel so that it only requires a default section if the default is not set and it is required
Fix invalid transitions when a step is activated.
Don't fail when you open a step with an invalid transition.
Display Transition Refresh Statistics
2018-01-18 15:09:06 +00:00
Rich
672cdf7ef4 B2017-236 Replace embedded returns with spaces and trim the spaces from the end of the section title. 2017-10-20 13:13:38 +00:00
Rich
66bb457fb3 B2016-003 Transitions to sections whose number has a leading space was causing errors in transition text 2017-10-13 13:30:49 +00:00
f4f52e2a84 C2017-026: Add a visual indicator (*) in the PROMS editor to indicate a Continuous Action Step 2017-07-07 11:53:58 +00:00
afe6c695d9 Fixed issues with Transitions and ROs when importing procedures and sets. Notifies user when Transitions and/or ROs are converted to text. Added message box for when an export is complete as well as when an import is complete
When a Transition or RO is converted to text, a “Link Convert To Text” annotation type is created instead of a “Verification Required” annotation
When a RO is converted to text, a “Link Convert To Text” annotation type is created instead of a “Verification Required” annotation
Fixed an invalid index issue
2017-01-04 16:50:00 +00:00
Rich
645dd85bf7 Step transitions to another Section were being output as Section 3.0 Step 3.4. This change causes the code to output Step 3.4. 2016-09-26 20:36:24 +00:00
Rich
89f2a58397 Step transitions to another Section were being output as Section 7.1.3 Step 7.1.3.g. This change causes the code to output Step 7.1.3.g. 2016-09-23 14:43:10 +00:00
Rich
56ab02c3f7 Refresh NextItems when looking for Range transition Item
Dispose of steps as they are imported.
2016-08-03 15:12:04 +00:00
7e2d6ca977 C2014-006: for BGE alarms, transition to window should have window with HLS text
Fix B2015-211 (pagination flag to fix step text from overlapping bottom continue message)
2016-06-27 13:18:00 +00:00
a98f4998da Support for Inactive document styles
Change ‘Count’ to ‘MaxIndex’ for ‘vlnIndexedFormatList’
Add Inactive flag
2015-07-20 14:28:22 +00:00
dd6d76dff7 Fix page number transition if on first page 2015-06-04 11:25:58 +00:00
Rich
4f16b9ca67 Fixed logic to find external transition when attempting to delete a procedure 2015-05-29 00:18:09 +00:00
5b07290ccd Process page number transitions & change bar location
B2015-073: Code for processing page number transitions
Allow for step box across page break.
2015-05-28 16:23:53 +00:00
ba036e23ff B2015-066: Last update for page number transitions was not correct. This fixes problem. (Note that last checkin listed incorrect bug number) 2015-05-26 16:16:04 +00:00
d4e030811e B2015-065: don’t duplicate Page ~/Page Num in page number transitions
B2015-065: Pass in correct transition type for resolving page number transitions
2015-05-26 12:58:05 +00:00
Rich
e3b5351b30 Added code to support conversion to text of invalid referenced objects and invalid transitions
Added command line switch NOUPDATERO to prevent updating referenced objects
Added code to support conversion to text of invalid transitions
2015-02-05 03:52:57 +00:00
90b46d6873 from an rofstinfo, get an rofst object without ro images
added ToString()
2015-01-29 13:46:22 +00:00
Rich
688c286296 Added methods to support transition report functionality 2015-01-22 22:28:14 +00:00
Rich
29ffd0329c Added ability to perform a profile (Determine which sections of code are using the majority of the CPU time.)
Fixed logic that determines if the debug output should be created in the PDF.
Added ability to track DB actions.
Change cursor to a wait curcor when the print button is pressed.
Added Profile debug
Added a time-out for determining if a RO.FST file is newer.
Added a property (PrintAllAtOnce) to the ItemInfo object so that the code can differentiate between objects that are being used for edit or print.
Added logic to improve print performance.  Specifically initialize a number of item properties when the procedure is loaded for printing, rather than waiting for the properties to be lazy-loaded.
Added Profile debug
Changed NextItem property to use GetNextItem method when printing.
2015-01-19 20:49:15 +00:00
Rich
78b211c90a Corrected third level section numbers in transitions
Removed bracketed text from section titles within transitions
2014-12-04 05:05:58 +00:00
57bf9ddc2e Fixed a bug for removing the basis from transitions (Calvert OPS and STPS) 2014-11-12 16:39:26 +00:00
Rich
10673521e5 Added SectionInfo property HasInitials to make it easier to locate sections which get Initial Headers.
Removed Basis from Transition Text
2014-11-12 06:41:04 +00:00
Rich
d90e472f23 Fixed Transition Format to support multiple level sub-sections
Fixed Transition Logic for Calvert
2014-11-10 13:05:18 +00:00
Rich
7bd3193a48 Change Transition Code to Not Remove Closing Paren if tab has an opening paren 2014-10-30 10:43:53 +00:00
Rich
bf99440bde Added code to provide information regarding transitions that are being fixed using the Fix Transitions menu item.
Added code to fix transitions that involve Section, SubSections and Steps as part of the path to the transition and how this is rendered in the step's text.
2014-10-22 00:55:04 +00:00
Rich
eae4e95c0a Fixed Step_CheckOffIndex beyond 9
Fixed logic for determining Transition Text
2014-10-16 11:43:51 +00:00
f9bfbea84a Added ‘UseSpecificPageNo’ for printing of explicit page number transitions
Use ‘UseSpecificPageNo’ for printing of explicit page number transitions
Allow Change Id for each procedure (not one for entire session). Request from Calvert.
Implement ‘UseSpecificPageNo’ flag.
Added ‘UseSpecificPageNo’ flag
Change Id dialog (moved from VEPROMS UI)
2014-07-02 13:14:33 +00:00
Rich
9ee31d43fc Improved how GetResolvedText handles curly braces 2014-05-28 02:13:53 +00:00
72fed66796 Fix for updating And type of transitions when steps/substeps are added or removed 2014-05-23 14:51:17 +00:00