1322 Commits

Author SHA1 Message Date
3acba6eff2 B2018-053 modified the tool tip for the Adjust Size button. Removed the part about the table background turning grey 2018-03-22 20:20:32 +00:00
daf19ec057 B2018-048 Opening an item from search results would sometimes be caught in an infinite loop. The code was trying to use the dictionary for open PROMS windows even when the Separate Windows mode was not active. 2018-03-15 14:16:15 +00:00
678018c4a1 C2015-022 Separate Windows Upgrade – For Right Mouse Click, don’t allow Insert Folder Before/After in child windows and when a procedure set is in child window, only allow the Insert of a folder tree node. 2018-03-12 14:38:21 +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
8ba6a5d64a C2015-022 Separate Windows Upgrade – support CopyStep among child windows, manage dictionary of child windows, OpenItem will decide if need to open in a child window or main window, child windows support of library documents 2018-03-12 14:36:44 +00:00
d00ebcc35d C2015-022 Separate Windows Upgrade – new call to RemoveEnhancedFromConfig 2018-03-12 14:35:49 +00:00
e4866e4ecc C2015-022 Separate Windows Upgrade – added logic to restore child tree nodes of a procedure set that was opened in a child window but then closed
C2015-022 Separate Windows Upgrade – added an event to allow us to update the bookmark list in child windows
2018-03-12 14:35:07 +00:00
60b83e9926 B2018-025: Proms crashes opening Working Draft if associated enhanced Working Draft had been deleted 2018-03-01 15:34:22 +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
334999bbe2 B2018-020 handle hard returns in search string by converting them to “\\line ” before searching. This will be converted to “\line” in the vefn_FixSearchString() stored procedure. 2018-02-08 15:15:47 +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
05f04b75ef Set the tabel font to 10 point
Remove the override for the transition type 5
Modiffied code that determined the font size for inserted transitions to get the correct value.
2018-01-19 17:14:55 +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
32d6728744 B2018-006 - Clicking on a step while a step is expanding causes PROMS to crash. The code has been changed to ignore the clicck while the code is expanding a step. 2018-01-18 14:21:37 +00:00
203baaf699 C2017-036 Call method that finds a proportional font that supports the symbol characters we use. 2017-11-13 17:38:22 +00:00
df8b4b3562 C2017-036 Use Arial instead of Arial Unicode MS – as of Word16 Microsoft is no longer suppling Arial Unicode MS 2017-11-13 17:34:52 +00:00
dd266d9d6c B2017-231 force the list of correct words to appear when doing a right mouse click on a misspelled word. 2017-11-13 14:10:01 +00:00
Rich
090b3cd452 B2017-245 Disable the Save RO Button for Section and Procedure Titles 2017-11-06 16:48:47 +00:00
Rich
0d8be26409 B2017-251 - Added Error Log message when a step or MSWord section is opened. 2017-11-06 15:56:02 +00:00
Rich
543a64a4f2 B2017-249 Handle AutoSave feature of MSWord. Handle temporary documents which were not saved when PROMS crashed or was terminated without saving. 2017-11-06 15:25:09 +00:00
Rich
a201611858 B2017-248 If a sibling Table, Figure or Equation has a sub-table or figure or equation, the code would crash when trying to display it. The code was changed to use the MyParent property which is never null rather than the MyParentEditItem property which can be null. 2017-10-31 17:50:53 +00:00
8c37fd9fe4 B2017-243 added Cannot Paste menu items that will display a message box with more information explaining why the paste cannot be done 2017-10-25 14:12:00 +00:00
Rich
0be8261cc4 B2017-237 Fixed logic to find prevvious sup info step. Used IsCautionPart rather than IsCaution, since BGE has mixed cautuions and notes, The logic was runiing into an infiinite loop since the second note part was a caution, and this was causing the code to loop for the parents notes. 2017-10-20 13:16:05 +00:00
17b9ec24b2 B2017-232 handle sorting tree node names that contain more than one period 2017-10-10 18:42:03 +00:00
54f1be3ba1 B2017-222: Don’t create enhanced links for paste replaced steps 2017-09-26 14:33:42 +00:00
73593b8546 B2017-219 if a word section cannot be opened because it is gotten from a bad database record, then create a blank word document and open it 2017-09-22 16:41:45 +00:00
Rich
6ef5988005 B2017-215 /DB Switch was not working properly 2017-09-21 15:51:41 +00:00
fbc4b42ff1 B2017-209: Restoring an enhanced step whose source step is deleted causes crash 2017-09-21 14:08:20 +00:00
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