1288 Commits

Author SHA1 Message Date
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
Rich
600bbc52ea B2016-246 Control-Shift Right-Arrow changed to extend select * from ITEMS IIon a word to the right at a time 2016-11-10 16:08:26 +00:00
Rich
3cd0e1cae7 Allow search to work on the basis of Folders, rather than DocVersions (Working Draft). 2016-11-08 21:45:29 +00:00
Rich
c014652d90 Keep RO Link for RO Images
Changed AddRtfText to public
Center figures in the PDF
Added debug output for figures.
2016-11-04 13:22:54 +00:00
Rich
c6da832041 B 2016-253 Fixed a crash after clicking on the Section drop-down when on a through transition. 2016-11-03 15:06:18 +00:00
c6f096cf55 Fixed issue the where the list of procedures in the Transitions panel would duplicate as the user clicked from step to step in a procedure. B2016-248 2016-10-28 16:35:56 +00:00
191648da4b B2016-211 – don’t expand all the sub sections when entering a procedure from the parent section 2016-10-28 13:42:53 +00:00
ae856a98ec Moved fix for B2016-211 to RTBItem.cs 2016-10-28 13:42:13 +00:00
Rich
d6c2a6f379 Use FolderInfoList.SortedChildList to get the folders in the correct order 2016-10-26 13:12:04 +00:00
91da0b995f Added supporting logic to SaveText and SaveContents for Editorial Spell Checker
Added supporting logic to SpellCheckNext for Editorial Spell Checker
Save text changes before starting up the spell checker
Added supporting logic to UpdateEditor for Editorial Spell Checker
2016-10-25 18:48:14 +00:00
Rich
0726a87325 Added a Format Property (IncludeSectionNum) to Include Section Number in Section Cautions and Notes.
Bring active window to front, so that active window can be seen.  Sometimes the active window was being displayed under other windows.  This makes it possible to see the active window
2016-10-21 15:05:21 +00:00
85d774a273 B2016-235: files with extension of ‘.tiff’ failed in Embedded image support.
B2016-234: Inserting image ‘after’ with delete caused crash.
2016-10-21 14:05:49 +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
e7a1619945 when building an export file (from the Approved procedure) replace any forward slash or backslash used in the rev number (user types in the rev number) 2016-08-12 13:29:15 +00:00
Rich
d46ee4e39c Keep special characters for Enhanced Document Text 2016-08-11 19:31:52 +00:00
d42a05a1f4 For Parent/Child procedures, added the Child name (ex. Unit 1) to the export filename when you export from the Approve Version 2016-08-11 17:53:27 +00:00
Rich
2a60c36d25 Table off of Caution or Note 2016-08-10 18:03:19 +00:00
Rich
d6e23d63d1 Verify that an RO Table or Text Table can be added for an RNO. 2016-08-09 20:04:59 +00:00
Rich
60e7c9a140 Notes and Cautions off of Sections with substeps were not expanding in the editor 2016-08-04 20:03:16 +00:00
e7302a504e B2013-154: enter-key from RNO in single column -> fix incorrect insertion/display of new RNO 2016-08-01 15:30:36 +00:00
Rich
2099596290 B2015-134 Hanging Indent with Hard Returns was not being saved 2016-07-20 12:43:40 +00:00
Rich
e19db72647 B2016-173 Transition to MS Word section causes crash
B2016-135 Hanging Indent crash on History
B2016-162 Backslash typed into table cell does not get saved as a Backslash
2016-07-19 14:25:29 +00:00
3fa4783083 Fix B2015-142: use current item to determine available transition format list rather than procedure 2016-07-11 14:37:19 +00:00
Rich
000175c49e Disable Split and Merge Menu Items for RO Tables 2016-07-08 17:36:22 +00:00
f96212221d Logic to find when words are bolded or underlined also fixed logic in looking at the next item 2016-07-08 13:53:06 +00:00
Rich
c95527574f Disable Split and Merge buttons for RO Tables 2016-07-06 19:23:47 +00:00
b7e0e78ca9 Fixed logic for Find/Replace of backslash and symbol characters B2016-156
Moved repeated logic to a static function RTFConvertedSymbolsToUnicode which is needed for Find/Replace. Used in DisplayText.cs, FindReplace.cs, and VlnFlexGrid  B2016-156
Fixed finding backslash and symbols B2016-156
Fixed finding backslash and symbols in tables (grids) B2016-156
2016-07-06 15:23:30 +00:00
14bb3fcf3b Using statement added so the ContentItems[0].MyItem do not say in cache (caused issues with paste/replace step) B2016-153
When using CopyStep Paste, don’t convert a transition to text if that transition has procedure number information  B2016-148
Fixed <Shift><F5> issue so that Copy Step Paste options menu pops up  B2016-148
Made SetButtonAndMenuEnabling a public function to fix <Shift><F5> issue so that Copy Step Paste options menu pops up  B2016-148
2016-06-29 19:32:06 +00:00
76b39e3046 B2014-105: When in Calvert Alarm Condition Response table, print AER table in AER column
B2014-105: When in Calvert Alarm Condition Response table, AER column allow insert of AER table
2016-06-28 15:05:42 +00:00
3275c1f446 Added symbols for Trade Mark, Service Mark, Infinity, Proportional To, Ohm sign, Not Equal To, Copyright, Registered sign
Added logic to handle the Trade Mark symbol – RTF is automatically converting the Unicode to \’99 but PROMS StepRTB would not display it
This function was moved to CSLA Extension.  Commented out the code here, built without errors.  Remove this file from the SVG Library project.
2016-06-22 13:14:32 +00:00
4c6d09803d Supporting logic to handle the use of the backslash character
Supporting logic to handle the use of the backslash character, and question marks
Supporting logic to handle the use of the backslash character, dashes, and symbols
Supporting logic to handle the use of the backslash character and dashes
2016-06-21 15:15:01 +00:00
e4573a6880 C2016-020: Improve Delete step prompt dialog text to include that enhanced step is deleted also, if linked 2016-06-15 14:26:23 +00:00
Rich
aa7ef60129 Added Comment 2016-06-14 19:55:02 +00:00
Rich
7de1b026fe Use shared access for the WORD Document so that the code will not crash, 2016-06-14 19:50:09 +00:00
Rich
c67d516743 When the mouse button is pressed on a step edit window, the focus is immediately set to that item.
Debug info for the StepRTB was improved.
2016-06-14 17:15:03 +00:00
6ed306e8b9 Fixed null reference error when inserting a figure off of a figure 2016-06-01 14:49:59 +00:00
f763a9a868 Fixed crash when you selected the Open button on the Library Document tab in the Tools panel. Open button is only available for library documents with zero references.
If the open library document is not referenced, then save changes but don’t generate a PDF.
2016-05-26 15:25:47 +00:00
d28304fd4c Don’t expand the RO step properties panel if the working draft does not have a RO Path set
Disable the GoTo button if on an empty RO table type.  Disable the Insert RO button if the working draft does not have a RO Path set
2016-05-24 19:06:30 +00:00
2498cd10dc Enhanced tab: if no available docversions to link to from a source, hide ‘new’ button
Caching fix
B2016-132 fix: don’t allow double click to insert RO when on enhanced step
2016-05-24 14:57:21 +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
7f38f14657 Use config data to determine whether a step is enhanced rather than format flag EnhancedLinkedStep
Remove EnhancedLinkedStep format flag
Remove unnecessary comments
2016-05-19 12:57:29 +00:00
3d62b2c50a Additional logic added to try and find a step editor section that could be the default step section, when one was not set. 2016-05-18 19:48:09 +00:00
Rich
298377980f If the user choses to link to an existing item and then clicks on the dropdown and does not select an existing item, the code will wait for another action to be taken. Without this change the code was crashing. 2016-05-17 20:32:22 +00:00
f4b05839fa B2016-122: from Document Version Properties form: click OK crashes if remove enhanced links done first.
B2016-122: Added a DocVersion.GetFromDB to get data directly from db (not from cache)
Support subsections when setting context menu items for enhanced links
2016-05-17 11:29:30 +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