bdd1b054a4
B2020-043: After insert of step above, resolved transition text was incorrect if tab had step number
2020-04-02 12:58:12 +00:00
2d2a58c2a3
B2019-179: fixed crash when using enter key from first table of two
2019-12-17 16:06:01 +00:00
27944c837d
B2019-017: Do not create enhanced step for an RNO
2019-05-07 12:59:47 +00:00
a2b10e0844
B2019-049 Added check for table in a Caution or Note to the TableLocation() logic
...
B2019-049 when printing a table that is inside a note or cation, use the single column setting of the TableCenterPos format value
2019-04-02 15:45:33 +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
3419b1b7b0
C2019-008 Added check for type of image (RO or imbedded) when the Insert Before/After is done while on a Figure substep type. If inserting a RO Image, the RO tab on the Step Properties panel is opened
2019-02-20 17:23:43 +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
Rich
588edabb25
B2018-076 - Adding a substep to a second figure was causing the code to crrash
2018-05-18 14:05:30 +00:00
b5df7ffc1c
B2018-072 Fixed infinite loop when expanding last step of procedure that has only a high level RNO with substeps
2018-05-08 19:58:29 +00:00
89128764b7
F2018-025 Treat the HSL with a “.0’ as a section number/title and the first level substeps as high level steps, adjusting the tab numbering and positions accordingly through all the substep levels
2018-04-11 19:44:37 +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
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
54f1be3ba1
B2017-222: Don’t create enhanced links for paste replaced steps
2017-09-26 14:33:42 +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
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
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
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
a223b72423
B2017-159: Don’t allow paste of step that was deleted by clearing its text.
2017-08-01 13:18:12 +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
df6271d05c
B2017-129 – fixed null reference (opening User Manual section)
2017-06-26 20:12:30 +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
2388bc87a4
B2017-101: Supplemental Information Steps: Allow copy step
2017-05-26 12:29:42 +00:00
f139c79d32
Support for SAMGS Supplemental Information
2017-05-03 14:37:25 +00:00
9a52e89fd5
B2017-059 only turn on the spellchecking if the RTB is visible
2017-04-17 15:42:31 +00:00
Rich
26a9fcba81
A bug fix for Farley was causing problems for Facing Page code. It was fixed.
2017-03-27 14:16:57 +00:00
Rich
6ac7897946
B2017-043 If the Edit Window is scrolled horizontally then new steps, cautions, notes or tables need to be located with respect to the horizontal scroll location
2017-03-24 19:09:09 +00:00
Rich
4932c7d28c
Fixed logic to support adding a Caution when a Caution or adding a note when a note exists in Deviation Document Format
2017-02-20 16:08:23 +00:00
Rich
e1019e3454
Fixed logic to support adding a Caution when a Caution exists in Deviation Document Format
2017-02-17 16:06:16 +00:00
30369c2630
B2017-029 added a check for editing a deviation document before doing some special positioning
2017-02-16 20:47:34 +00:00
Rich
be1a86b43a
Changed Deviation Document Layout:
...
* account for Cautions and Notes
* find the first item on a High Level Step (Cautions or Notes)
* account for RNOs and Substeps when calculating step height
2017-02-16 18:24:48 +00:00
ea177b4b21
Fixed a null reference error cause by previous update to this file
2017-02-15 15:50:35 +00:00
Rich
fef4b2ba8b
Deviation Documents now display properly in the Step Editor.
...
Cautions and Notes position properly when added
2017-02-15 14:26:26 +00:00
0f99ac59f5
F2017-011 fixed logic that was partially overwriting the text in the TitleWithTextRight step type (enhanced backgrounds) Also fixed the positioning of the TitleWithTextRight and TitleWithTextBelow step types on the step editor for enhanced backgrounds
...
null reference check
F2017-013 – added logic to SplitTitle to handle when the page list item containing <SectionLevelTitle> also has text (ex: <SectionLevelNumber>) on the same line and we need to split all of that text onto another line
2017-02-08 20:19:28 +00:00
a9bd84ad5f
B2016-273: checkoff/signoff for embedded images
...
B2016-272: centered tables print too far to right
2016-12-05 13:55:57 +00:00
b242d57d4b
B2016-264: Inserting a centered equation off a centered equation places 2nd equation too far to left in step editor
2016-11-30 14:16:53 +00:00
0b7371367c
Equation Editor interface support
2016-11-17 15:05:15 +00:00
2229ac2908
Check for a null reference when the <Shift><F7> is used to toggle inclusion on the Continuous Action Summary
2016-11-10 20:14:17 +00:00
ae856a98ec
Moved fix for B2016-211 to RTBItem.cs
2016-10-28 13:42:13 +00:00
e689dc2ba0
Embedded images
2016-10-17 14:25:30 +00:00
adff92d778
Don’t automatically expend all sub-sections and the steps within them when selecting the main section from the tree. B2016-211
2016-10-12 16:12:35 +00:00
146073dcb8
RNO tabs cut off on the edit screen B2015-123
2016-10-10 18:47:02 +00:00
72282c3184
Fix B2016-218: do not allow insert before/after (another RNO) when on an RNO
2016-09-27 15:50:52 +00:00
6ed306e8b9
Fixed null reference error when inserting a figure off of a figure
2016-06-01 14:49:59 +00:00
Rich
2f81c9c85f
Found one more occurance where windows overlapped in the editor. B2016-134
2016-05-23 15:53:59 +00:00
Rich
767fbc8a7f
B2016-134 The logic used to position steps was using the parent location rather than the previous step. This was causing steps to overlap in the edit window.
...
The Drag Indicator for Folders and Procedures was being shown as red for after the selected item or blue for after the selected item. This was just causing confusion in the manual, so the color was changed to always be red.
The message "No Section Content" for an empty section (A Section with no steps) was printing overtop of the text of previous steps when the sections were set to print continuously. The code was changed to only show this message if the pagination for the section was set to separate.
Somehow, about 13 sub-steps have Grid records in the Wolf Creek data. These items were AND steps, Explicit OR steps and Paragraphs. They printed the grid with a Tab (small letter "o"). The code was changed so that Grids do not print the Tab.
2016-05-23 12:38:15 +00:00
5942d14798
Changed the “Search RO Text” checkbox label to “Search RO and Transition Text” (B2016-110)
...
Fixed null reference issues when adding/deleting Figures off of Figures (B2016 -111)
Added a public method that will set the cursor focus to the Find Text box when Find/Replace is first started (B2016-107)
When a new Figure substep is added, the Step Properties Panel is automatically opened with the RO tab selected. Changed the RO button in Step Structure grouping of the Insert tab to read “RO Figure”.
2016-05-13 19:00:03 +00:00
Rich
acffe4982e
Use the PDFToken from the Enhanced Document DocVersion Config to identify Enhanced Document links.
2016-05-12 16:05:04 +00:00
15f3b2ce09
Enhanced: rename a method name for clarification
...
Enhanced: convert 16-32 bit link data at procedure level
Enhanced: convert 16-32 bit link data at procedure level.
2016-05-12 12:48:34 +00:00
Rich
6822406b9e
Added an indicator to identify Steps, Sections or Procedures that have Enhanced Links.
2016-05-10 17:58:00 +00:00