308 Commits

Author SHA1 Message Date
e803ec1cb2 B2019-037 added logic to replace ~ and # characters with superscript and subscript commands 2019-04-17 17:08:03 +00:00
17260519e3 B2019-030 Use FlexableMesageBox instead of MessageBox so that it is always on top. 2019-03-07 18:02:31 +00:00
94cc5c22aa C2014-009: Allow for edit/print of Notes & Cautions off a sub-step in the right column of Condition Response table (Calvert personnel made update request) 2019-02-07 13:12:01 +00:00
d144f8653d B2019-009 Enable the Copy Step button when on a RNO step type
B2019-010 Don’t allow a CopyStep Paste Before or After when on a RNO step type
2019-01-29 20:40:28 +00:00
bcfeab9aca C2019-003: Added a separator & confirmation dialog to Unlink of Enhanced Step 2019-01-16 15:10:48 +00:00
dad929da41 B2018-142 – added Null checks so that an un-linked background document can be deleted 2018-11-07 13:09:14 +00:00
813d48daaa B2018-116 added a null reference check in logic that allow you to unlink a background step 2018-08-23 16:41:49 +00:00
efc2d818de B2018-111: Create Missing Enhanced Step on sub-step’s Caution/Note (should not be allowed) 2018-08-09 12:40:14 +00:00
4ad9fd65bf B2108-112 Use IsAllowedToEdit in call to SetButtonEnablingForEnhanced() so that a reviewer cannot toggle out of View mode, and cannot delete from the context menu.
B2018-112 Added IsAllowedToEdit method for use in setting up the menu and context menu items
2018-08-08 15:23:38 +00:00
8c84a8b96d C2018-005: Change Step Type button on the ribbon should be disabled when on Procedure or Section in editor 2018-05-30 13:02:35 +00:00
Rich
f3af44b26a B2018-055 - Correction to code that fixed B2018-005. Needed to handle second and third siblings of a table. Code was implemented to use the parent. It needed to support using the previous edititem if the parent was null. 2018-03-26 15:40:48 +00:00
725f5d651f Code cleanup – commented out non-reachable code
C2015-022 Separate Windows Upgrade – child window support for CopyStep, code cleanup
2018-03-12 14:37:40 +00:00
Rich
a7595775a3 B2018-014 - Shortcut Keys (Ctrl-Shft-T) doesn't add a table. Actually based upon the format (AcTable value) it should not be able to add a table on a single spaced substep (Equipment List). However it did not provide any feedback. The code has been changed to let the user know that the step type that they are on does not allow a table to be added. The code was fixed generically to handle the addition of Substeps, RNOs, Cautions, Notes, Figures and Equations. 2018-02-23 20:36:46 +00:00
Rich
97b3281553 B2018-038 MathType replaces EQNEDT32.EXE 2018-02-22 18:44:13 +00:00
Rich
96e903968f B2018-008 - Allow the context menu for style to work in a Property Dialog for Procedures and Sections. Originally the error was identifiedas not allowing case changes, but it also incluuded Bold, Italics and Underline 2018-02-22 14:25:29 +00:00
Rich
3b8a984566 B2018-009 - The folder tree view was showing both DocVersions (Working Drafts and Folders). It was not consistent, Sometimes Working Drafts would be shown for folders and sometimes they would not. The code has been changed to only show folders.
Also, since you can select any folder, it is possible to select a folder that does not have any procedures.  The code has been changed to only allow you to add a transition to a valid folder.
B2018-005 - Changes to Tables not being saved if the user selects a button from the Ribbon that creates a step while a cell is still in edit mode.  This has been corrected
2018-01-24 21:35:20 +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
8818376ab9 Commented-out unused code. 2018-01-23 19:12:13 +00:00
Rich
b1b5d2c24d B2018-005 - Changes to Tables not being saved if the user selects a button from the Ribbon that creates a step while a cell is still in edit mode. This has been corrected 2018-01-23 18:30:14 +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
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
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
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
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
f3f99b97ad C2017-028 Allow sup info off of a table when on an empty table cell 2017-07-11 13:32:43 +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
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
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
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
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
d972d277bc B2017-101: Supplemental Information Steps: Don’t allow insert before & after. 2017-05-26 12:30:13 +00:00
f139c79d32 Support for SAMGS Supplemental Information 2017-05-03 14:37:25 +00:00
0e18aa7b83 B2017-067 don’t give option to use Visio if it is not installed on the machine 2017-03-30 13:56:30 +00:00
dd65177acd Added ability for user to enter the path to Visio
Use the user specified path to Visio, else look in the registry
2017-03-20 20:32:39 +00:00
41bc492517 B2017-039 Allow insert of High Level Step and substep while on an embedded image sub-step. 2017-03-08 19:50:13 +00:00
Rich
de84adc5ff Corrected logic to Find Visio Path in Registry 2017-02-10 17:03:29 +00:00
Rich
d6fe5a9d0d After adding code to support Visio, PROMS would no longer add high-level steps from the Insert ribbon. This has been fixed. 2017-02-01 15:43:06 +00:00
Rich
8defa23e65 Added support for Visio 2017-01-30 16:53:35 +00:00
07fd4990df B2016-238: Don’t allow insert of step from step with no text 2017-01-27 15:36:49 +00:00
21434d576d Changed tool tip to tell user the image size can be changed from the Step Properties panel
Added Change Image Size to context menu
2017-01-19 18:06:50 +00:00
4c4396e8c8 C2017-002 Allow inheritance of step data elements 2017-01-10 13:01:58 +00:00
cc30214d31 Additional logic to try to start up the equation editor, modified message box and added to error log if it could not be started. B2016-278 2016-12-06 16:32:12 +00:00
1ff60597c3 B2016-262 & B2016-263: for search results & report, print ‘Equation’ for Document text rather than rtf
Additional functionality for Equation Editor, bring up equation editor tool (from registry setting) on Equation button click
B2016-265, print proper size of change bar
B2016-261: don’t print extra blank lines for a table/equation/figure after caution/note off many lined step in single column mode
2016-11-22 14:16:04 +00:00
085814045c B2016-260: fix check that determines if step’s content is an equation (including paste buffer) 2016-11-18 13:30:40 +00:00