981 Commits

Author SHA1 Message Date
06e71b1522 Reset the override changebar when the grid (table) changes 2015-03-16 13:40:51 +00:00
83c2ce7e66 Reset the override changebar setting if the ChangeID is changed (calvert) 2015-03-16 13:40:07 +00:00
Rich
95874bd501 Handle rtf token "\bullet" within Grid.
Handle the various formats used for analog alarm points (High# and Low#) so that the ROs will be correctly replaced on the cover page.  The various formats include either a space or a dash or a underscore followed by High, HI, Low or LO followed by a number.  The code will treat all of the formats consistently.
2015-03-11 12:38:18 +00:00
Rich
7e10163760 Handle exception if external transition to a procedure. 2015-03-10 10:10:56 +00:00
8472fa86b0 Fixed issue of adding a transition to a Note that is off of a section header (title) 2015-03-06 19:27:41 +00:00
17a72a4dd7 Reset the change bar override when the step text is changed and saved. 2015-02-26 19:24:42 +00:00
Rich
52c6e61b6a Use code that finds the ROImage file based upon filename. 2015-02-24 15:43:40 +00:00
Rich
c8618a23d4 Added step path data to resulting search items
Added code to handle when content audit that has 0 for delete status and a null action date
Added code to handle content audit that does not contain any config information
2015-02-20 02:58:50 +00:00
Rich
cb52bad3e9 Improved conversion ot Referenced Objects and Transitions to text
Added code to implement deleting pdfs
Fixed problems with searching by Textm Annotations, Referenced Objects and Transitions
2015-02-18 02:36:42 +00:00
Rich
3e413b0f17 Changed SubSection.Edit Section Config property to correctly be defaulted to "No"
Base MyConfig on the type of item (Procedure, Section or Step)
Keep the code from crashing iff the user selects a result in the search window that points to non-editable text
2015-02-16 20:22:57 +00:00
Rich
75f8bd9584 Mulitple ROs with No Units trying to eliminate duplicate Units 2015-02-16 19:28:11 +00:00
Rich
fc95275902 Hyphen immediately following an RTF token should add a space to terminate the RTF Token
Added Error Location to Error Log
2015-02-16 18:42:05 +00:00
8991bdc2d3 Added a check for null references in the logic that builds the context menu. We were getting an error when you right clicked on a “Steps” or “Sections” tree node for procedures with sub-sections. 2015-02-12 18:29:06 +00:00
Rich
bcfd5578c1 Added how SubSection_Edit property value is determined
Added code to delete ro usages and transitions that are converted to text.  Added code to handle "dashes" and "unicode dashes"
Added code to support converting to text transitions to external destinations with internal style transition
Added wait cursor for log running processes so application shows it is busy and added code to to fix searches that should return results but are not returning results when doiing transitions searches.
Added code to make Refresh Referenced Objects and Refresh Transitions button under Review tab of StepTabRibbon not visible
2015-02-11 20:32:43 +00:00
Rich
313cb28327 Added Progress Bar output 2015-02-10 15:51:38 +00:00
Rich
93043d7fd4 Convert Hard hyphens to soft hyphens so that the PDF can be searched for hyphens. 2015-02-09 16:06:00 +00:00
a961b0cc6b Changed the label for selecting the transition type to “Select Type” in the search transition panel. 2015-02-09 14:33:47 +00:00
Rich
4e1eff4c4f Added code to support conversion to text of invalid referenced objects
Added code to support the searching for transitions
Added code to support refreshing of referenced objects and transitions
Added interface code to support refreshing of referenced objects and transitions
Added code to store the xml representation of the approved version of the procedure in the database for future support of temp mods, etc.
2015-02-05 03:56:30 +00:00
af99b05c2c Added “(red ? in the editor)” to the Include Missing ROs checkbox label. Default the checkbox to be unchecked, and added anApplication.DoEvents()
Fixed the preview of images containing more than one sample layer (iTextSharp error)
Fixed the printing of images containing more than one sample layer (iTextSharp error), added better error handling, added an Error bookmark group.
2015-01-30 20:14:46 +00:00
dbcca8a8b9 support paste into parent if steps are open in step editor
implement functionality behind the Paste menu items when pasting from a parent (proc pasted into docversion, section into proc, etc)
2015-01-29 13:47:27 +00:00
246e09e0da Made CreatePlot public so I could access it in the generation of the Complete RO Report
Logic for Complete RO Report
2015-01-27 20:58:36 +00:00
Rich
85771b0dda Fix DoROReplaceWords So that parts of words are not affected 2015-01-24 23:13:55 +00:00
Rich
42ba094c03 Fix Logic to replace a Hard-Hyphen with a Hyphen 2015-01-24 20:37:11 +00:00
Rich
638fea272e Replace Hard Hyphens with normal hyphen so the PDF search for hyphens will work properly
Support using regular hyphens as hard-hyphens
2015-01-24 19:09:08 +00:00
Rich
c1fcb88627 Add right click menu item for a procedure and a folder with a working draft to process transition report. 2015-01-22 22:29:23 +00:00
Rich
d501a39a7b Added a Command Line parameter (/NoChgID) which will allow the user to skip entering a ChgID.
Added Profile debug
Improved Performance for ReplaceWords
A wait cursor was set when a right-mouse click occurs on a treeview.  This gives instant feedback that something is happening.
2015-01-19 20:54:28 +00:00
f3b7e9138f Implement code for DontResetIndentOnNewline for BGE 2015-01-16 14:59:47 +00:00
112bd6dcc3 Logic to include places where there are missing RO on the RO Usage Report. Added Check box to include missing ROs on the RO Usage Report 2015-01-13 16:32:09 +00:00
f3cba1acde Previous fix for positioning of high level step text in the edit window caused the width of the sub-steps to get smaller and smaller. Adjust the MyStepRTB.Left only if not on a highlevel step or the tab contains “{Section Prefix}”. 2015-01-12 18:06:18 +00:00
99cbb788f2 Corrected the starting location of the step edit window for steps 1-9 so that they start at the same location as step 10 and greater
Fixed the positioning of the Fixed Change Bar to use the format default font rather than the current step / substep font, to ensure consistency.
2015-01-07 17:41:57 +00:00
3d35cf5498 Fixed null reference bug when no procedure set is selected 2015-01-07 03:03:20 +00:00
8c55393cbf Fixed a bug where you could not do a RO Summary Report for “All Referenced Objects” Also made the tree selection smarter to un-check children when a parent node is checked and to uncheck a parent node when a child node is checked. 2015-01-05 20:13:08 +00:00
174bac97f7 Logic to call the function to create the RO Summary Report
Added functions to for use in generating the RO Summary Report
Enabled the RO Summary Report and added logic to support the gathering of information for the report
Added logic to generate the RO Summary Report
2014-12-19 19:46:27 +00:00
eec2b3cbae Trap the plus sign <Ctrl><Shift><+> and <Ctrl><+> on the keyboard (not the keypad) 2014-12-17 15:51:38 +00:00
882c4eb7b9 Replace a space with underline turned off after to a hard space with underline turned off after
Fixed B2014-086: Keystroke combinations in RTB should be not processed such as right align or center text.
2014-12-16 15:26:39 +00:00
c73453cca0 Fixed B2014-087: save new text before saving change id config data 2014-12-09 14:28:42 +00:00
298354f4fd Calvert: for VALTYPE & STARTUP page list tokens, if there are no steps in section, check for 1st subsection steps
only change availability of notes/cautions if in the Calvert Alarm format when checking if IsInCalvertConditionResponse
2014-12-05 15:22:47 +00:00
Rich
d578f95922 Fixed Replace Word logic with respect to hardspaces and rtf bold and underline commands 2014-11-20 16:33:11 +00:00
Rich
cf8d11623b Enter Key on High Level step will default to the current step type
Fix logic for continue message indent
2014-11-13 20:09:41 +00:00
Rich
8ee0eddd18 Added code to assure correct user was saved in Grid table when changes are made to a grid
Modified code to prevent corruption of grid data when removing a column in a grid
2014-11-12 01:35:20 +00:00
Rich
a711691ff6 Removed Debug output 2014-11-10 13:06:32 +00:00
b52c7098f9 Reverted the first transition type back to not allowing the user to select a section
Fixed the transition logic so that the first transition type can be when the procedure you are transiting to does not have a default section named “Procedure Steps”.
2014-11-06 20:59:22 +00:00
Rich
32ddfbbce0 Fixed logic to keep code from crashing. 2014-11-06 02:48:50 +00:00
c46b4de7ab Alignment and positioning of pagelist items, fixed line spacing of some text elements
Added a null check
logic to keep the text widths consistent for enhanced background Caution/Note steps
2014-11-04 17:16:46 +00:00
09c88e8948 fixed footnote tabbing in editor & made other note types inactive
BGEVLV: for ‘TitleWithTextRight’ types, position correctly on screen if no children for this type
BGEVLV: don’t print duplicate footnote data even if it exists in data; fixed y-location of footnotes on last page of section.
2014-10-30 14:24:48 +00:00
Rich
f20adce7ef Added a TreeView menu option to collapse procedures. Requested by Bob Bleacher of Calvert. 2014-10-28 11:19:30 +00:00
73ca054fa2 Added logic so that Prerequisite Steps (transition type) would be removed only when printing 2014-10-23 18:00:16 +00:00
Rich
505bfa467d Added Error Handler for corrupted table data. 2014-10-22 20:25:31 +00:00
Rich
5e33d7ec2a Fix ReplaceWords so that it doesn't replace link tokens. 2014-10-21 04:43:55 +00:00
Rich
7fb9a2e31f Fixed Logic 2014-10-16 11:53:21 +00:00