990 Commits

Author SHA1 Message Date
Rich
2b47b33ba2 Use RegexOption.SingleLine to handle transitions to sections which have embedded carriage returns in the section title. 2015-04-28 16:09:26 +00:00
895f65322d B2015-052: For finding the Default Step section, if none is specified look for ‘PROCEDURE STEPS’ in the Display Text of the section 2015-04-27 15:08:53 +00:00
45d311bdfe increase PSI labels width
Add argument to fmrPDFStatusForm call for pagenum transition processing (B2015-053)
Add argument for pagenum transition processing (B2015-053)
Add panel/scroll bar for PSI that has many fields (on larger font display, could not access bottommost) (B2015-051)
Add property for tracking of pagenum transitions (B2015-053)
For section list, use section default (procedure steps) if transition format has user interface of ‘SectDefault’. (B2015-052)
Pagenum transition processing – add 3rd pass for fix. (B2015-053)
2015-04-24 13:13:47 +00:00
f50e7d11b4 Added checkbox to sort Complete or Summary RO report on setpoint id and logic to sort by setpoint ID
Added status message for report generation.  Added logic to handle underline on/off (using the _ character).
2015-04-17 16:54:21 +00:00
Rich
f7c265c388 Added ErrorLog Message if a disconnected item is processed
Added logic to keep disconnected items from being displayed in the search results
If the user selects a disconnected item the code will display a message rather than crashing.
2015-04-10 11:51:05 +00:00
Rich
499cd0a1bf Added code to refresh transition search elements before doing long running query. Fixed incorrect search results when transition search tab selected with an open procedure
Changed drop down elements from Windows Forms ComboBox to DevComponents ComboBox.
2015-04-09 20:33:17 +00:00
Rich
381376843f Place the user in edit mode after they set the text alignment. This assures that the alignment setting is saved.
Changed the error log message when the user uses a format that does not have an initials header for a section which contains signoffs.  Also limited this message so that it is only output once per session.
2015-03-27 12:27:42 +00:00
Rich
ea8014c8d2 Set the font to the parent font when adding first character to a cell of a table.
Added a DebugMethod to output all of the parent fonts for a control.
2015-03-27 12:26:40 +00:00
9910cff2c5 Fix for partially hidden ‘EOP Step #:‘ tab in edit window for background steps 2015-03-25 12:02:35 +00:00
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