101 Commits

Author SHA1 Message Date
aa264a4e5d WCNCKL: added length of smart template HLS (for wrapping)
WCNCKL: Set length of smart template HLS (for wrapping)
Moved ‘SplitText’ from vlnSvgPageHelper so that it can be accessible from DisplayText (Volian.Controls.Library) and VlnSvgPageHelper (print)
Calvert: use item’s format to determine if change id tab should be visible rather than top folder (top folder was used when user was prompted to enter change id for session).
WCNCKL: use ‘SplitText’ to handle split/wrap of HLS checklist text
2014-09-09 13:10:34 +00:00
003ca74e2c Fixed replace words underline logic 2014-08-25 14:49:29 +00:00
580ca5f63c Don’t turn off Bold or Underline during Replace Words if entire text is manually Bold and/or Underlined
Fix the RNO continue message so that it does not use a bullet character when building the tab for the continue message
2014-08-22 20:20:06 +00:00
Rich
35bed5b381 Added Error Handler to keep code from crashing when a partial replace word is not correctly formated. 2014-08-18 18:37:00 +00:00
a33347b22a Replace words for bolding [Bxxx], i.e. support for regular expression text in replaceword/with
Added TextAt counter for debug
Added debug of TextAt by allowing specifying of ItemIds
2014-08-18 13:34:09 +00:00
Rich
a16ea8a6ac Fixed CopyItemAndChildren so that change bars are not changed for copied procedures.
Changed logic so that VE-PROMS source code can be located in either 16Bit or 16-Bit folders
This strips prerequisite step references from procedure text when printing
Recursive transitions cannot be added to procedure text.  If you try to add a transition to a step that contains the text of the step, you will be told that this is not permitted.
Default Change IDs were not being properly updated.
Added footer line to the debug rulers when creating a PDF.
Removed Prerequisite Step references in the PDF bookmarks
2014-07-22 00:05:06 +00:00
Rich
d194f751d9 When mulitple ROs appear within a step that have the same units, the units will be excluded from the RO value. In edit mode, the units are displayed. In Print or Display mode, the units are excluded. Thus the phrase "between 25 GPM and 35 GPM" becomes "between 25 and 35 GPM". 2014-06-20 20:13:10 +00:00
Rich
1a3ef465bf Added logic to ReplaceWord logic so that if the ReplaceWord inserts a hard return the hard return will not be added at the beginning of a step. The includes RTF formatting of underline and bold and also an asterisk at the beginning of a step. 2014-06-05 18:46:51 +00:00
Rich
ee2ff97295 Fixed logic to process ROs and Transitions containing curly braces 2014-05-28 17:45:44 +00:00
Rich
7f7e3085ab Fixed how DoROAdjustments handles curly braces
Fixed how DoTransitionAdjustments handles curly braces
Fixed how SaveContents handles curly braces
2014-05-28 02:15:00 +00:00
Rich
da6cc6ac3e Updated code of FixTransitionText and FixContentText of the Content and ContentInfo classes to fix problem with Prerequisite Steps. 2014-05-22 00:40:15 +00:00
f332618227 BGE: Handle {} around ro values
BGE: Added an x-Location of end message for a section
Use x-location of end message for a section; tab format for sequential tabs at 4th level; hls tab spaces; indent in transition format 9
BGE: Use x-location of end message for a section
BGE: support for top continue messages that contain tab for continued step
resolve {Step Text} token in transition; modify code that processes transition format to use collection matches rather than search for ‘{‘
support AllUnits ro flag
support ‘{‘ and ‘}’ around ro value
top continue message with tab; location of top continue message in both AER/RNO columns for dual column; support indent in transition format during print
support two top continue messages (aer/rno) that can have different text; fix bug in splitting procedure title text if it contains hard spaces
2014-04-29 13:12:10 +00:00
Rich
122407a40c Fixed logic to uppercase ROs after Dash in text to exclude other RO text 2014-04-24 11:36:49 +00:00
d7407d60fa Fixed Replace words logic to handle underline better. 2014-04-17 16:25:41 +00:00
Rich
00b6045076 Fixed logic to properly handle curly braces next to links (Transitions or Referenced Objects) 2014-03-27 14:07:15 +00:00
7530ca00f3 For range transitions, don’t put ‘, Step’ in text twice if there is an optional section number
Added underline flag for transition text
Added support for underline flag for transition text and fixed bug where replace words that had underline on/off for ‘OR’ turned off underlining in transition text
If selectedindex for section list was -1, set to 0 and refresh the section list
2014-03-10 12:44:48 +00:00
156d4b32ba Fixed issue in Braidwood data that was underlining after a dash space when that dash space was in a transition 2014-02-27 17:31:51 +00:00
Rich
cdc4dcd66d Changed the logic to remove the return if it occurs at the beginning of the text, rather not not replacing the word. 2014-02-12 19:07:39 +00:00
b904c19005 Added logic to support the UnderlineAfterDashSpace flag
beefed up logic to better handle a Note/Caution off of a High Level Step and off of a High Level RNO (all on the same step)
2014-02-12 18:32:10 +00:00
Rich
b94fd1d833 Added logic to override bolding of tables when the font has a bold setting. 2014-02-11 15:05:33 +00:00
Rich
2cf8e67bd7 Changed how ROFSTLookup object was obtained based on correct DocVersion
Added code to support other variations of how unit information is entered into text
2014-02-07 17:41:59 +00:00
Rich
9de2e84909 Removed debug handler
Added error handler for unprocessed ROs in Content text.
2014-02-06 18:37:35 +00:00
5ccdd9d3d7 Improved error message when image data is not found during a ‘preview’ request
Use UpRoImmAftrDashSpace to upper case RO units (flag was introduced for WCN)
2014-02-05 13:46:15 +00:00
fff0233bf3 Fix B2014-003: parsing of rtf was incorrect for link with symbol and text after link 2014-01-23 14:25:12 +00:00
Rich
c535af5bc2 Changed UpdateTransitionText to support changes to Procedures or Sections.
Update related transition text if content is restored for Procedures or Sections.
Changed code that saves changes to section and procedure titles to update related transition text.
2014-01-17 21:17:47 +00:00
Rich
750c8df895 Revised code to assure setpoint ro's were underlined and non-setpoint ro's were not underlined during printing
Revised code to assure ro's in grids are not colored red during printing
Added code to override Height property of vlnPrintObject class in vlnBox class
Added code to utilize BoxLeftAdj property
Removed blank lines and previous debug code
Added code to assure spaces between note and caution boxes are added when separate box format flag is used
Added code to implement %c token in continue message of Byron/Braidwood formats
Added code to utilize BoxLeftAdj property
Added code to correct underline termination issue involving reference objects and transitions
Changed Height property to virtual to allow overriding in inherited classes
2014-01-17 16:12:20 +00:00
Rich
75abd14dd4 Added CapSPIfLastLower=True for Catawba and McGuire
Added CapROIfLastLower=False for Catawba and McGuire
Added CapSPIfLastLower for Catawba and McGuire so that only setpoint ROs are uppercased if the surounding text is uppercase.
2014-01-15 19:29:26 +00:00
Rich
dade570a7f Replace Words in RNOs no longer shuts-off bolding 2014-01-08 11:52:35 +00:00
63166ed728 Fixed the check for CapRoIfLastLower and the UpRoAftrDash conditions 2013-12-19 16:39:04 +00:00
87734bb4d2 Fixed Replace words logic where it begin done on step text that is bolded 2013-12-17 19:22:59 +00:00
Rich
b030911ef3 Fixed ReplaceWord logic to not add bolding if the step is bolded. 2013-12-17 14:07:23 +00:00
Rich
60dbbb6269 Set the plot background to white if not doing compare and transparent if doing a compare.
Add logic to exclude high level steps from those items included in the Replace Words list for substeps.
Removed event handlers for DSOFramer.  It appears that these no longer work for MSWord 2013.
New Watermark Logic
2013-11-07 21:45:56 +00:00
2deb6dc799 don’t do replace words if there is a dash before or after the word 2013-10-11 13:14:31 +00:00
Rich
3363a94037 When a hardspace was added before or after a "Replace Word" (IF, THEN, WHEN, AND, OR, NOT) in a table, the word was still underlined. The issue was that there was some RTF formatting which occured between the hardspace and the "Replace Word". Logic was added to check for Hardspaces preceding or following a "Replace Word". 2013-09-25 15:57:24 +00:00
Rich
98d8a174fb Changed how DoBeforeTransFlagSupport located replace words string in step text from first location to last location
Added and used new method IncludesParentToHLS to PDFReport to correct how step tab data is displayed in PDF report
2013-07-25 03:38:16 +00:00
0eda70c1c8 Added TurnOffReplaceWords format flag
Added space after UnderlineOn command when converting.  Fixed the conversion of Top Continue Message, when not defined in 16-bit, set to an empty string so that it is not inherited from the Base format
Added TurnOffReplaceWords flag
Don’t do ReplaceWords if TurnOffReplaceWords is set to true
2013-07-17 15:13:02 +00:00
Rich
2067a6f212 Added IsTransition, AdjustStepTransitionText and BoldTransitionExceptHLS properties to PlantFormat class for VCSummer data
Added code to utilize BoldTransitionExceptHLS property for VCSummer data
Added code to reset MyGaps when changing sections for drawing centerline for VCSummer data
Added code to handle Transition Caution and Transiton Note when printing PDF for VCSummer data
Added code to handle proper incrementing for lower case roman numeral page numbering for VCSummer data
Added code to handle hard new lines in Procedure title for VCSummer data
2013-07-03 03:40:09 +00:00
05f3fcf8a4 2013-06-07 11:11:54 +00:00
7427c75caa 2013-05-29 14:56:40 +00:00
Rich
11fe928774 Changed an Error Message to provide the location where the error occured.
Added logic to keep un-numbered child steps together.
Changed the space on the first page to be yWithinMargins.
Changed an Error Message to provide the location where the error occured.
Changed the format of the Pagination Debug file to make comparison easier.
Used YTopMost to correctly determine how much space is left on a page.
Changed an Error Message to provide the location where the error occured.
Changed logic to keep from breaking in a caution or a note.
2013-05-13 10:44:25 +00:00
4b26543dca 2013-03-26 13:32:19 +00:00
0a1d868d4a 2013-02-20 11:45:14 +00:00
7f58611e6b 2013-02-08 12:22:26 +00:00
ee85f979c8 2013-01-21 13:47:29 +00:00
Rich
308ccc9eaa Changes CreateRtf method of DisplayText class to handle U_ID and S\u8902?ID text in display text
Returns text changed in CreateRtf method of DisplayText class
Created DoSearchAndReplace method to DisplayText class
Added logging support to FoundMatches class
2012-12-04 23:04:40 +00:00
978ca38993 needed an empty replace words list – don’t inherit from parent (if null, was inheriting from parent) 2012-11-27 15:12:32 +00:00
Rich
ce52e31138 Added logic to create annotations for transitions to un-numbered steps 2012-11-15 16:59:39 +00:00
b7bea9a5f1 logic to support transition to a non-numbered step
commented out test coding to save for now.
2012-11-14 19:18:47 +00:00
274706e0c1 2012-10-26 10:27:26 +00:00
2fdb19be8e 2012-10-04 11:31:23 +00:00