jjenko
fd97a7853d
B2022-046 - Copy/Paste table Rows, Columns, or selected Cells was not updating RO and Transition links with new RO or Transition Usage numbers.
2023-11-10 08:57:17 -05:00
jjenko
ca665d9fc8
Merge pull request 'Merged format changes made by Barakah into the official PROMS version of the formats.' ( #152 ) from F2023-140_BNPP_Formats_Merge into Development
...
format only changes
2023-11-06 11:29:48 -05:00
jjenko
0e9d6ac391
Merged format changes made by Barakah into the official PROMS version of the formats.
2023-11-06 11:25:06 -05:00
jjenko
7b4b6323bf
Added better logic to catch null references when PROMS tries to convert an older Word section to use the Docx file format. The real issue was bad data where the tree view looks like it’s a step editor section, but the PROMS editor depicts it as a Word section (with the arrow icon instead of a plus icon). When printed or approved, PROMS tries to process it as Word section but some information in that database record is null. PROMS will now handle these pieces of information that is null and record the issue in the error log and not try to convert it to a Docx, allowing to continue printing or approving.
2023-11-03 09:55:48 -04:00
jjenko
911a86dbf1
Merge pull request 'B2023-007 The Dashed Explicit AND sub-step type was not putting a blank line before printing the “AND” separator text. Needed to add EveryNLines=”1” to the sub-step definition.' ( #149 ) from B2023-007_dashed_expl_AND into Development
...
format only change. No code review required.
2023-11-02 15:43:21 -04:00
jjenko
c5381df38a
B2023-007 The Dashed Explicit AND sub-step type was not putting a blank line before printing the “AND” separator text. Needed to add EveryNLines=”1” to the sub-step definition.
2023-11-02 15:40:33 -04:00
jjenko
e1249dccee
Merge pull request 'GenWork' ( #148 ) from GenWork into Development
...
code change looks good. formats listed are OK too. The format files should not have been in this check-in, but I verified that last changes to these BNPP formats are still there.
2023-11-01 09:05:57 -04:00
jjenko and Kathy Ruffing
7834cf634f
F2023-139 Replaced hardcoded “Step Description Table” the section title and removed the section number that was preceding the step numbers in the background document
2023-10-31 06:34:36 -04:00
jjenko and Kathy Ruffing
30330c175e
F2023-138 continuation - missed a spot in the Alarm format
2023-10-31 06:34:36 -04:00
jjenko and Kathy Ruffing
8233f15315
F2023-138 For all of the used Barakah formats, set the color of the ECI footer text to Red and changed the font size to 12pt and font style to Bold
2023-10-31 06:34:36 -04:00
jjenko
ab02e9771e
Merge pull request 'F2023-139 Replaced hardcoded “Step Description Table” the section title and removed the section number that was preceding the step numbers in the background document' ( #146 ) from GeneralDebugging into Development
...
Format only change
2023-10-25 16:36:36 -04:00
jjenko
118ee9db28
F2023-139 Replaced hardcoded “Step Description Table” the section title and removed the section number that was preceding the step numbers in the background document
2023-10-25 16:32:01 -04:00
jjenko
fcf0ac9843
Merge pull request 'F2023-138 continuation - missed a spot in the Alarm format' ( #144 ) from GeneralDebugging into Development
...
format only change
2023-10-25 13:50:24 -04:00
jjenko
043aeccda7
F2023-138 continuation - missed a spot in the Alarm format
2023-10-25 13:45:37 -04:00
jjenko
a152b70a6f
Merge pull request 'F2023-138 For all of the used Barakah formats, set the color of the ECI footer text to Red and changed the font size to 12pt and font style to Bold' ( #143 ) from GeneralDebugging into Development
...
Only format changes, not code logic changes that could affect other customers.
2023-10-25 09:40:14 -04:00
jjenko
1170822dad
F2023-138 For all of the used Barakah formats, set the color of the ECI footer text to Red and changed the font size to 12pt and font style to Bold
2023-10-25 09:36:38 -04:00
jjenko
266667a6df
B2021-089
...
Depending on how Parent/Child Applicability was set up, the Child Applicability Names were not being sent to the RO Editor. This prevented adding Child specific RO field values.
2023-10-18 15:28:08 -04:00
jjenko
a79819bb65
B2023-104 Import procedure and Go To RO
...
Added a check for a bad RO link when trying to do a Go To RO. A message box pops up telling the user to re-link that RO.
Fixed the Import logic so that an old RO link reference can be replaced with the new one that is generated when a procedure is processed during the Import function. The Import caused the Bad RO link reported in this bug. This bug was introduced when the ROID was standardized in length and formatting (new RO logic in 2022).
2023-10-16 15:33:45 -04:00
jjenko
fedbb698ab
C2023-019 Added a message box to install the latest PROMSFixes for when PROMS opens a database that does not have the needed Stored Procedures that allow for displaying only the formats related to that plant.
2023-10-13 14:03:39 -04:00
jjenko
928fba3b37
Merge pull request 'B2023-101 & 102: Incoming Transition & Copy/Paste Replace with Incoming Transitionis crashes' ( #134 ) from GenWork into Development
...
Passed code review. OK to generate test executable.
2023-10-12 09:12:16 -04:00
jjenko
4e064786e0
Merge pull request 'C2023-018 Upgrade: sub-step pagination' ( #132 ) from GenWork into Development
...
code changes look good to proceed with testing.
2023-10-10 08:22:32 -04:00
jjenko
f37872e209
C2023-016 – Expanded Find/Replace to search through all of the step editor sections in the same procedure.
2023-10-04 11:38:00 -04:00
jjenko
52a1e0dd5b
Merge pull request 'F2023-137 Added a top continue message to the alarm point pages' ( #127 ) from GeneralDebugging into Development
...
format only change
2023-10-02 11:19:14 -04:00
jjenko
34e9c39d9b
F2023-137 Added a top continue message to the alarm point pages
2023-10-02 11:17:33 -04:00
jjenko
0cd54eb2e4
Merge pull request 'B2023-100 Fixed the positioning of the header box for the Introduction section to match all of the other section types' ( #125 ) from GeneralDebugging into Development
...
format only changes.
2023-09-29 11:01:49 -04:00
jjenko
c4bfbcf1e6
B2023-100 Fixed the positioning of the header box for the Introduction section to match all of the other section types
2023-09-29 10:50:02 -04:00
jjenko
42dea70a80
Merge pull request 'B2023-099 Restore the original calculation for finding he center point of the procedure and section END messages.' ( #123 ) from GeneralDebugging into Development
...
no code review needed being code causing the bug was simply backed out and the original logic was restored.
2023-09-28 14:26:40 -04:00
jjenko
7ecc3e578f
B2023-099 Restore the original calculation for finding he center point of the procedure and section END messages.
2023-09-28 14:17:47 -04:00
jjenko
94731c96b8
Merge pull request 'B2023-097 B2023-098 printing of figures for Byron and Braidwood' ( #121 ) from B2023-097_B2023-098 into Development
...
format only changes
2023-09-26 11:02:42 -04:00
jjenko
8a58426d89
B2023-097 B2023-098 printing of figures for Byron and Braidwood
2023-09-26 11:00:41 -04:00
jjenko
5d56311d5e
B2023-096 set PROMS to defaution to Production mode
2023-09-14 15:42:05 -04:00
jjenko
6d5d87f04d
B2023-093 added a Try Catch to the Convert method per suggestion from review
2023-09-13 16:27:13 -04:00
jjenko
ef3efe2380
B2023-093 Convert PROMS Word sections to the DOCX format if needed before Editing or Printing
2023-09-13 14:27:38 -04:00
jjenko
a923a597f3
Merge pull request 'C2023-015: Pagination on sub-step (currently only for Vogtle 3_4)' ( #112 ) from VogtleWork into Development
...
Reviewed and approved the code for allowing page breaks at the sub-step level for the Vogtle Unit 3 & 4 Alarms.
2023-09-12 08:48:44 -04:00
jjenko
350b943066
Merge pull request 'B2023-091: Vogtle Alarms pagination fix' ( #109 ) from VogtleWork into Development
...
passed the code review
2023-08-30 14:09:40 -04:00
jjenko
10821a478b
B2023-078 When using the split screen PROMS was crashing when the user closed a procedure tab on the other split screen side which didn’t have the current editing focus. PROMS was trying to reposition to the procedure tab that had editing focus, we were not taking into account that saved currently active procedure tab could be in a different split screen.
2023-08-30 10:55:07 -04:00
jjenko
ad476d8de4
Merge pull request 'F2023-134' ( #107 ) from F2023-134_dontUnderlineAfterUnderbar into Development
...
format only change.
2023-08-24 14:59:31 -04:00
jjenko
a472169c9d
F2023-134
...
Turned off the format flag that was underlining text after an underbar when printing a RO return value
2023-08-24 14:56:37 -04:00
jjenko
25d500c44e
Merge pull request 'B2023-089: Search results – reselection of search results step that was deleted causes unexpected results when redisplayed in editor.' ( #103 ) from GenWork into Development
...
Looks good. The new logic will now handle if the step that is trying to be opened was deleted.
2023-08-24 08:51:13 -04:00
jjenko
0fa0213eac
Merge pull request 'F2023-131 change font of generic EOP format to Arial' ( #102 ) from F2023-131_ERGsFont into Development
...
Format only changes
2023-08-23 14:16:02 -04:00
jjenko
314356de36
F2023-131 change font of generic EOP format to Arial
2023-08-23 14:14:13 -04:00
jjenko
bc11b2118f
Merge pull request 'F2023-130 Vogtle ReplaceWords - don't bold \Check' ( #98 ) from VogtleAlarms into Development
...
format only change.
2023-08-22 14:12:46 -04:00
jjenko
ba5e76edae
F2023-130 Vogtle ReplaceWords - don't bold \Check
2023-08-22 14:09:59 -04:00
jjenko
47c7af2918
Merge pull request 'VogtleWork' ( #96 ) from VogtleWork into Development
...
Reviewed the code changes for the pagination logic.
Changes are isolated for Alarm Point procedures and controlled by a format flag and is used in the Vogtle Units 3 & 4 Alarm format.
Changes look good.
2023-08-22 10:48:29 -04:00
jjenko
fcc9e1f99f
Merge pull request 'VogtleAlarms' ( #88 ) from VogtleAlarms into Development
...
format only changes.
2023-08-21 11:42:23 -04:00
jjenko
754e41645f
F2023-128 don't bold /Block
2023-08-21 10:29:30 -04:00
jjenko
821859d2a7
F2023-129 lowercase "place" will now be bolded via ReplaceWords
2023-08-21 09:40:07 -04:00
jjenko
8dc255f0a6
Merge pull request 'F2023-116 - increased the width of the step text on Alarm Point page' ( #76 ) from VogtleAlarms into Development
...
Format only change.
2023-08-09 16:41:04 -04:00
jjenko
d6ea577e25
F2023-116 - increased the width of the step text on Alarm Point page
2023-08-09 16:39:02 -04:00
jjenko
c8657e46c5
F2023-115 - Added new HLS type that removes extra blank lines between it and its table
2023-08-09 12:00:45 -04:00
jjenko
b2e81621e6
F2023-083 Replace Words was removing space after Go To
2023-08-09 09:54:46 -04:00
jjenko
e2ce24a9f3
Merge pull request 'VogtleAlarms' ( #72 ) from VogtleAlarms into Development
...
format only changes
2023-08-08 17:15:32 -04:00
jjenko
d1d0d0afb0
F2023-082 fix to allow replace word defeat with hard space
2023-08-08 17:07:51 -04:00
jjenko
6781b41d34
F2023-114 add page boarder and header to deleted alarm points -Vogtle Alarms
2023-08-08 12:32:48 -04:00
jjenko
2f538d4b66
Merge pull request 'F2023-106 - shaded the first two rows of the table on the cover page.' ( #66 ) from VogtleAlarms into Development
...
format only changes
2023-08-07 14:22:10 -04:00
jjenko
9f744942b3
F2023-106 - shaded the first two rows of the table on the cover page.
2023-08-07 14:19:36 -04:00
jjenko
b589a67ce3
Merge pull request 'F2023-113 turned on procedure level applicability for Vogtle single and two column formats' ( #64 ) from VogtleAlarms into Development
...
Format only change.
2023-08-07 10:47:55 -04:00
jjenko
d4ab586dfb
F2023-113 turned on procedure level applicability for Vogtle single and two column formats
2023-08-07 10:45:40 -04:00
jjenko
58fa085ba2
Merge pull request 'F2023-088 Updated Replacewords list per the writer's guide' ( #62 ) from VogtleAlarms into Development
...
Format only changes.
2023-08-07 09:25:39 -04:00
jjenko
fd7d707315
F2023-088 Updated Replacewords list per the writer's guide
2023-08-07 09:22:29 -04:00
jjenko
7761216e4f
Merge pull request 'F2023-110 - Added continue message at bottom of page for multi-page alarm points' ( #58 ) from VogtleAlarms into Development
...
Format only change.
2023-08-04 08:49:35 -04:00
jjenko
cfe352743f
F2023-110 - Added continue message at bottom of page for multi-page alarm points
2023-08-04 08:44:41 -04:00
jjenko
8365e5cc4f
Merge pull request 'B2023-079, F2023-108 - Caution Note order, don't center note caution with sub-steps' ( #56 ) from VogtleAlarms into Development
...
Format only changes to the Vogtle Units 3 & 4 format files.
2023-08-03 08:46:42 -04:00
jjenko
46311a51e0
B2023-079, F2023-108 - Caution Note order, don't center note caution with sub-steps
2023-08-03 08:40:13 -04:00
jjenko
8c9ff1a302
Merge pull request 'VogtleAlarms' ( #53 ) from VogtleAlarms into Development
...
Format only changes
2023-08-01 09:29:47 -04:00
jjenko
63679fb957
F2023-107 Vogtle Alarm format, Bold section number and title when printed
2023-08-01 09:23:45 -04:00
jjenko
da32e0ebdf
Merge branch 'Development' into JSJ_VogtleAlarms
2023-07-31 15:55:49 -04:00
jjenko
551ebde070
F2023-093 set checkoff to default off - add checkoffs/innitial lines per examples in writer's guide
2023-07-28 15:01:32 -04:00
jjenko
15b6327202
Merge pull request 'F2023-104 - Vogtle Alarms - made step/sub-step field wider' ( #49 ) from VogtleAlarms into Development
...
Vogtle Alarm Format changes - no code review required.
2023-07-27 16:07:30 -04:00
jjenko
1953dc554e
F2023-104 - Vogtle Alarms - made step/sub-step field wider
...
F2023-105 - Vogtle Alarms - corrected sub-step tabbing to match writer's guide
2023-07-27 16:02:36 -04:00
jjenko
988f685be0
Merge pull request 'VogtleAlarms' ( #47 ) from VogtleAlarms into Development
...
Format changes only. No code changes.
2023-07-27 11:32:09 -04:00
jjenko
3b0d6dc723
F2023-103 change font size of procedure title on cover pages to 14 pt.
...
~ also adjusted the cover page title length
~ change made to Vogtle Alarms and Single Column format
~ Emailed Chris to do same changes in Vogtle Two Column format (since he is currently making changes to that format)
~ Updated the Single Column fomat with PSI dialog and with the Unit 3 and Unit 4 Cover Page styles
2023-07-27 10:59:22 -04:00
jjenko
63b86d8434
F2023-095 TOC formatting changes
...
~ Alarm format did not need changes
~ only did Single Column format
~ sent Chris the TOC changes needed for two column format since he is currently making other changes in that format.
2023-07-27 08:48:29 -04:00
jjenko
c2d43d8e78
Merge pull request 'F2023-081, F2023-087' ( #45 ) from F2023-081_F2023-087 into Development
...
The code change to support the new PageStyle token looks good.
2023-07-26 09:33:15 -04:00
jjenko
d36ea56732
Merge pull request 'F2023-102 allow sub-steps in Notes and Caution' ( #43 ) from VogtleAlarms into Development
...
minor format change to allow sub-steps off of Notes and Cautions
2023-07-25 16:09:23 -04:00
jjenko
a2aaba7886
F2023-102 allow sub-steps in Notes and Caution
2023-07-25 15:54:45 -04:00
jjenko
afb9e2a162
F2023-100 F2023-101 Vogtle Alarms
...
~ alignment of "Description" label in Alarm Point Table
~ Revmove section number/title from Word Front Matter section style
2023-07-25 08:51:11 -04:00
jjenko
8e0b0ce2a7
F2023-089, F2023-090 - Vogtle 3&4 Alarms
...
~ Left justify OR and AND separators
~ Center Single Line Note and Caution
2023-07-14 10:32:15 -04:00
jjenko
93c8844fd2
F2023-078 - Alarm Point table in Editor
...
F2023-079 - Adjust Change Bar position on Alarm Point page
F2023-080 - fix page header of second page of Alarm Point page
F2023-082 - Vogle Alarm format, Span cautions and notes across the page width. Also separate Note/Caution for Front Matter
F2023-085 - Vogtle Alarms - Add RO_LookUp calls to pagelist to automatically generate Alarm Point Table
F2023-086 - Add a Word section type called "Deleted Alarm Point" for alarm points that were removed
2023-07-12 15:55:55 -04:00
jjenko
05247bc026
Initial check in of formats for Vogtle Units 2 and 3
2023-07-07 15:48:15 -04:00
jjenko
50d462e806
Merge pull request '~Added code to handle UI issues when selecting child nodes of a selected node' ( #9 ) from C2023-010 into Development
...
Reviewed-on: 7/6/2023. Great documentation of the code change. Feel this is ready for testing.
2023-07-06 10:59:22 -04:00
jjenko
376a462c2d
B2022-144 added logic to process dividual procedures to check for bad RO Links
...
Also fixed a build issue for the controls library
2023-06-28 10:08:33 -04:00
jjenko
be0c910432
~ Set to build using DotNet Ver 4.6.2
...
~ Upped the minor revision number of PROMS to 2.1 and RO Editor to 2.2
2023-06-22 14:37:29 -04:00
jjenko
3866095240
Merge pull request 'VSStoGIT_Bindings' ( #2 ) from VSStoGIT_Bindings into Development
...
Reviewed-on: looks good.
2023-06-21 16:33:33 -04:00
jjenko
fe270e55c7
F2023-074 – added the CaseInsens flag to the “go to” and “return to” replace words
2023-06-12 19:41:40 +00:00
jjenko
dce82f86cd
B2023-073 – added format setting to override the calculation used to determine the width of tabs (including section tabs)
...
F2023-074 – added the CaseInsens flag to the “go to” and “return to” replace words
2023-06-12 19:41:03 +00:00
jjenko
1667d831ad
fixed compile error because Source Safe doesn't know how to merge properly NOR does is give you the option to just use the file you're checking in, instead of trying it merge just the changed lines.
2023-06-08 18:34:48 +00:00
jjenko
34679bc07c
2023-06-08 18:22:22 +00:00
jjenko
8fb7887990
F2023-072 Centered the rev number in the page header of the landscaped attachment
2023-06-08 14:18:25 +00:00
jjenko
1f20d1eaf1
F2023-071 added landscaped attachment Word section style
2023-06-08 13:51:53 +00:00
jjenko
6bf328ae34
F2023-070 Added a Single Column Procedure Steps section type
2023-06-07 20:42:00 +00:00
jjenko
9d1719fc33
F2023-069 removed the width override setting on the Indented Paragraph type (type #35 )
2023-06-07 18:39:07 +00:00
jjenko
11045c3a22
F2023-068 added IF ANY TIME to replace words so that it is automatically underlined.
2023-06-07 14:58:43 +00:00
jjenko
0485c657fe
B2023-069 added a document style flag SecOvrideSupInfoTabOff to allow for the adjustment of the Supplemental Information step tabs on a per section basis
2023-06-05 20:13:20 +00:00
jjenko
d63ae83ee8
B2023-068 fixed a null reference error preventing a SAMG procedure from printing
...
B2023-069 added a document style flag SecOvrideSupInfoTabOff to allow for the adjustment of the Supplemental Information step tabs on a per section basis
2023-06-05 20:09:45 +00:00
jjenko
7313a8dea8
B2023-069 added a document style flag SecOvrideSupInfoTabOff to allow for the adjustment of the Supplemental Information step tabs on a per section basis
2023-06-05 20:09:10 +00:00
jjenko
65ec267c7a
B2023-062 SAG procedure with continuous sections not printing correctly. Increased page length a little to fit last section set to print continuous on the same page
2023-06-02 16:15:16 +00:00
jjenko
28ca5744c3
B2023-057 adjusted the position of the step numbers in step editor attachment sections. Also general format file cleanup
2023-05-31 21:08:57 +00:00
jjenko
782301f1fe
F2023-067 Turned on Supplemental Information capabilities on the “Attachment with Section Number and Title (includes End message)” section. Also added to section descriptions, which section types allows for Supplemental Information.
2023-05-30 16:21:54 +00:00
jjenko
ffcbfa23dc
F2023-065 adjusted the tab position on the Supplemental Info page to make room for a larger tab
2023-05-25 18:21:03 +00:00