1288 Commits

Author SHA1 Message Date
d80c80f66b B2017-176: Search Panel - Remove Working Draft Nodes from Tree 2017-09-20 14:57:04 +00:00
d27eb9a2b2 B2017-208 The Bold, Italics, Underline buttons were staying checked when applying to a multiple cell selection, even when you selected a different table cell. . This would be true if you move off the table then back on it, but would not be true if you exited PROMS then got back in.
B2017-200 Newly entered text in a table cell will now be saved when the Copy Row, Column, or Selection is performed. Prior to this, if a table cell was actively being edited (still had the dark blue background), the new text would not be save before the copy/paste of a table row, column, or selection was performed.
2017-09-18 13:57:05 +00:00
f2247946e0 B2017-197 a Select method was being called in the SplitSelectionRow method all the time. We only need to call the Select method when are processing rows that do not contain any merged rows. 2017-09-08 14:19:50 +00:00
aa1af73cd6 B2017-194 Added a NULL reference check before setting the enabled flag for the table border and align text buttons. MyFlexGrid was null when you moved off the table while in the adjust size mode. 2017-09-07 13:06:30 +00:00
34ea55a624 B2017-179 detect if Paste/Replace was aborted due to Transition references and user had selected to go to the first transition that needs attention. 2017-09-01 12:41:07 +00:00
d228ca58dc B2017-179 detect if Paste/Replace was aborted due to Transition references and user had selected to go to the first transition that needs attention.
The Paste/Replace method can now return a NULL, so we needed to handle that.
2017-09-01 12:40:09 +00:00
2258a0b81a B2017-184: WINDOW tab for Calvert Alarm Procedures getting cut off in edit window in Default text size setting of windows display 2017-08-30 14:05:14 +00:00
a0d8011436 B2017-187 calling BringToFront all the time was considerably slowing down paging through a procedure with long steps and would make the scroll bar ineffective. 2017-08-29 18:19:16 +00:00
e1bdda3722 B2017-182: deleting a step with transitions, selecting ‘No’ on dialog that asks user to be placed on 1st substep caused hardspace & annotation on step. 2017-08-29 13:11:08 +00:00
5e80643686 B2017-183: Don’t allow paste replace for source steps from tree view. 2017-08-28 14:25:30 +00:00
5ce26f2350 B2017-180: don’t allow paste replace on source/enhanced steps.
B2017-181: fix crash when select/deselect procedure sets in search panel
2017-08-24 13:55:34 +00:00
95f4767651 B2017-045: Allow copy of enhanced step pasted to non-enhanced section removing enhanced link data 2017-08-23 12:12:57 +00:00
Rich
88383ec87f B2017-175 The steps were being displayed with High-level steps and sections overlapping an expanded high-level step. The fix assures that high level steps and sections will be located vertically so that they don't overlap other steps. 2017-08-18 12:43:45 +00:00
c4b443a7aa B2017-173 – added a check for the VESymbFix font when loading the tables so that it is not replaced with the table’s text font 2017-08-11 15:02:01 +00:00
Rich
8f29d66215 B2017-166 Verify that the step type should change before changing step type 2017-08-07 19:01:15 +00:00
20a07c6a3e B2016-130: Copy and paste replace steps causing missing and duplicate items in tree (problems with ‘NextItems’) 2017-08-07 13:05:02 +00:00
Rich
2b7ac6131b B2017-155 Round the wdith when saving the Image Size 2017-08-01 14:01:15 +00:00
a223b72423 B2017-159: Don’t allow paste of step that was deleted by clearing its text. 2017-08-01 13:18:12 +00:00
Rich
c684234065 B2017-156 - Don't allow alignement or borders if a table cell selection is not valid
B2017-158 - Allow unlinked steps to be pasted before or after enhanced steps (Linked Steps)
2017-07-31 15:53:29 +00:00
2c15add602 Added Try/Catch as part of B2017-143 fix to prevent PROMS from crashing
B2017-143  Print was disposing fonts that are save in a static dictionary, causing editor display problems after printing a procedure.
2017-07-14 18:30:57 +00:00
24d6cf60ab B2017-056 The chronology of changes report had duplicate records (two for each text change). We were clearing the change bar override when we did not need to which caused an additional write to the database thus the extra record. 2017-07-11 16:02:06 +00:00
f3f99b97ad C2017-028 Allow sup info off of a table when on an empty table cell 2017-07-11 13:32:43 +00:00
Rich
ae4ca7df37 B2017-135 Only open the Message Box once
B2017-137 Restore Previous valid version if the current version cannot be opened
2017-07-10 15:43:14 +00:00
f204e513de Disabled the Save and Print buttons in Word when editing Word attachments 2017-07-07 17:52:36 +00:00
Rich
3f31210ccf B2017-133 EDraw - DSO Framer Replacement 2017-06-30 18:34:19 +00:00
Rich
8048416576 B2017-127, B2017-131 Send message when a MSWord section is opened.
B2017-126 Only turn-on NamedPipe if Command Line parameter /NamedPipe is used.
2017-06-29 17:53:50 +00:00
f65502bbf1 B2017-124 - a null reference was causing PROMS to error when deleting a figure substep out of a group of figures 2017-06-28 18:09:16 +00:00
559c01f22a B2017-130 after interrupting the update ROs, PROMS thought that the RO.FST was older than that in the database. That logic is no longer needed with the new Update RO Values design. 2017-06-27 17:51:50 +00:00
df6271d05c B2017-129 – fixed null reference (opening User Manual section) 2017-06-26 20:12:30 +00:00
c1bbd219a3 B2017-128 disable the merge table cells button if only one table cell is selected 2017-06-26 15:34:51 +00:00
a8a0b37a32 Added titles to message boxes used during the check of the RO.fst B2017-125
Add LoadingFigures to save status of loading the figures during Update RO Values B2017-125
Added checks to see if the RO Figures need loaded B2017-125
Added checks to see if the RO Figures need loaded and set the status during the loading figures part of updating RO values B2017-125
Make the progress bar text visible B2017-125
Added titles to message boxes used during the check of the RO.fst and make the progress bar text visible B2017-125
2017-06-23 20:02:34 +00:00
3e0f5e19bb C2016-029 can now apply the Bold, Italics, Underline, Upper case, Lower case, and Title case styles to a selected range of table cells 2017-06-22 12:50:29 +00:00
8afa945327 Added a null reference check 2017-06-21 18:57:03 +00:00
Rich
dc6468155f B2017-048, B2017-052, B2017-055 ROs sometimes have two start tokens which make them uneditable. 2017-06-20 20:04:49 +00:00
d20ec450ce Added DoUpdateRO flag for use in the new Update RO logic
Better feedback when updating RO values, also save list of updated ROs in text file in Documents\VEPROMS
2017-06-20 16:28:45 +00:00
Rich
9e0c47cb02 B2017-123 Find Replace handle multiple clicks without crashing
Allow done button to stop processing when doing bookmark all
2017-06-19 17:27:41 +00:00
Rich
7ff0dbd98f B2017-118 - Don't access RO Association unless there is a RO Usage
B2017-118 - Restore Children, Sibling, Text or Table cell text when no RO Association has been established
2017-06-13 17:41:05 +00:00
74898f5e4e Added methods to use common dictionary of fonts part of B2017-117 Out of Window Handles fix
Use method from VE_Font to get a font reference (uses dictionary so redundant Window Handles are not created)  B2017-117
Add a Using statement when we temporarily create a RichTextBox to ensure the Window Handle is free’d. Also use method from VE_Font to get a font reference (uses dictionary so redundant Window Handles are not created)  B2017-117
2017-06-12 17:57:22 +00:00
7c615cf182 B2017-114 Fixed issue where PROMS was trying to adjust the location of steps on the screen when shutting down, and sometimes hanging in the process. 2017-06-08 17:16:10 +00:00
dd4c099741 Updated usage of ReplaceSymbolChars to use an index
The buttons in the symbol gallery now use an image of each symbol so that we can show the FreeMono representation
2017-06-01 14:31:16 +00:00
1648de9f8d Added HWndCounter tool to count/debug window handle usage
Add DSO Framer errors to our error log
Commented out a debug console.writeline
2017-05-26 18:31:23 +00:00
d972d277bc B2017-101: Supplemental Information Steps: Don’t allow insert before & after. 2017-05-26 12:30:13 +00:00
2388bc87a4 B2017-101: Supplemental Information Steps: Allow copy step 2017-05-26 12:29:42 +00:00
738089548c On Preferred Page Break checkbox: make Supp Info -> Sup Info for consistency
B2017-099: fix crash & printing of HLS with Caution & supinfo & supinfo on HLS too.
2017-05-26 11:51:24 +00:00
Rich
0da05e4912 Added DisplayTabControl to the constructor for DisplayRO 2017-05-26 11:01:48 +00:00
Rich
eb96b737f6 Set the label for the Panel for the Search Buttons to Blank. 2017-05-25 19:12:20 +00:00
2055fa863e B2017-073: Pasting image into RO image from context menu crashes 2017-05-19 14:19:45 +00:00
5ea29fbc74 B2017-084: Fix hang when closing PROMS with Word doc open & open/close of RO Editor
B2017-084: Fix hang when closing PROMS with Word doc open & open/close of RO Editor.
2017-05-18 14:13:23 +00:00
944cd18c6b B2017-081: crash on insert of supplemental information (cached item was of wrong type) 2017-05-04 14:10:23 +00:00
9e93a16c7b embed the subinfo.png 2017-05-03 15:25:16 +00:00