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
be3fb618b6
Enhanced: Create new enhanced steps; unlink an enhanced step; link to existing
2016-05-09 11:32:52 +00:00
3bcd01ce8d
Fix some of enhanced format flags
...
C2016-008: Create an enhanced step if it is missing from a source
2016-04-14 12:44:51 +00:00
425617eeec
Fixed a delete step issue where if there were transitions that needed deleted or re-assigned, you would get trapped in an infinite loop, constantly displaying the error message.
2016-03-17 17:47:04 +00:00
4ddac642b0
B2016-047: Use ‘DSS_ChklstEditSize’ to docstyle for setting of edit window size
2016-03-14 13:01:03 +00:00
d874371f44
B2016-037: Cut text with referenced objects removes text (actually ‘cleans’ any content text that has ‘<NewID>’ in it
2016-03-02 13:36:55 +00:00
debcc7db30
B2016-040: after delete, steps disappear from edit screen.
2016-02-26 15:06:12 +00:00
596a59d0f6
B2016-030: Crash when deleting a source (has linked enhanced) sections when all are displayed in editor.
...
B2016-029: Title of newly created enhanced section is not correct if source section not titled ‘New Section’.
B2016-031: Insert from tree of section after a non-linked section does not get inserted in enhanced procedure in correct location.
2016-02-02 14:07:25 +00:00
8d062dc49b
Using the FlexibleMessageBox for all of those displaying a list of references to check
2016-02-01 17:00:17 +00:00
948fe7f1de
B2016-023: For enhanced, display pasted steps in edit window if editor is open
...
B2016-025: Ribbon button enabling for enhanced support
2016-01-29 15:03:43 +00:00
7c7e29053c
B2016-019: Don’t display enhanced tab if not enhanced document. Also enlarge form a bit so that folder button on Output settings tab isn’t cut off
...
B2016-015: refresh tabs for enhanced inserted steps. B2016-017: fix crashes on replace
B2016-024: do not allow insert new HLS in enhanced if positioned on substep (from ribbon)
- B2016-022: insert procedure in a ‘source’ set before/after did not have Create Enhanced checkbox and B2016-017: fix crashes on replace
2016-01-28 14:37:44 +00:00