d4be18b454
support pasting of step into section and section into procedure; when updating transition text, refresh transinfo
2015-01-29 13:45:25 +00:00
7e12ec0e09
support pasting of procedure into a docversion
2015-01-29 13:44:54 +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
fe2c4a5e14
Added methods to support transition report functionality
2015-01-23 00:46:08 +00:00
Rich
688c286296
Added methods to support transition report functionality
2015-01-22 22:28:14 +00:00
Rich
e66cc71db9
Removed debug code
...
Fixed format logic
Removed unnecessary logic
2015-01-20 19:21:52 +00:00
Rich
29ffd0329c
Added ability to perform a profile (Determine which sections of code are using the majority of the CPU time.)
...
Fixed logic that determines if the debug output should be created in the PDF.
Added ability to track DB actions.
Change cursor to a wait curcor when the print button is pressed.
Added Profile debug
Added a time-out for determining if a RO.FST file is newer.
Added a property (PrintAllAtOnce) to the ItemInfo object so that the code can differentiate between objects that are being used for edit or print.
Added logic to improve print performance. Specifically initialize a number of item properties when the procedure is loaded for printing, rather than waiting for the properties to be lazy-loaded.
Added Profile debug
Changed NextItem property to use GetNextItem method when printing.
2015-01-19 20:49:15 +00:00
630fc6de83
Add IsFigure to ‘IsLowestLevelStep’ property (was done for SUMMER printing of checkoff box on figure - customer did not want that)
2015-01-07 13:35:33 +00:00
003ce41d6b
Added a null reference check to the insert before function
2014-12-12 19:15:54 +00:00
Rich
e73b34ec68
Added Commented logic to handle ActiveSection when printing.
2014-12-08 20:28:27 +00:00
27c8d89bed
For tab comparison, trim strings before doing comparison in code that determines whether subsection number is derived from section number (IsSubsectionNumber)
...
If parent was continuous & this is separate, need to paginate to get subsection on its own page
For sections/subsections: if parent was continuous & this is separate, don’t reset docstyle until after separate section pagebreak; if separator location is ‘0’, x-offset should be at tab not text of step
2014-12-04 16:03:06 +00:00
Rich
78b211c90a
Corrected third level section numbers in transitions
...
Removed bracketed text from section titles within transitions
2014-12-04 05:05:58 +00:00
f93f1059fb
StepLevel for AND substeps within a NOTE should be same level so that the ANDs stay together for pagination
...
Don’t paginate (page break) in the middle of a Note box
2014-11-24 16:19:00 +00:00
85a8a26504
added Docstyle format flag DSS_WordContentLandscaped to flag that Word content is landscaped
...
don’t change level for steps under sequentials (only under notes/cautions/equipment lists)
use Docstyle format flag DSS_WordContentLandscaped to make End message landscaped
2014-11-18 15:12:23 +00:00
7d3b8872c8
Added properties for IsSubsection, IsSubsectionNumber and IsSeparateSubsection
...
Improved debug
Calvert: Improved tab on Section Continue Message and print missing Section Continue Message
2014-11-13 15:50:46 +00:00
57bf9ddc2e
Fixed a bug for removing the basis from transitions (Calvert OPS and STPS)
2014-11-12 16:39:26 +00:00
Rich
10673521e5
Added SectionInfo property HasInitials to make it easier to locate sections which get Initial Headers.
...
Removed Basis from Transition Text
2014-11-12 06:41:04 +00:00
Rich
0d3113c633
Added Property IsNote1 to find Warnings in Calvert Formats
2014-11-11 03:45:21 +00:00
Rich
d90e472f23
Fixed Transition Format to support multiple level sub-sections
...
Fixed Transition Logic for Calvert
2014-11-10 13:05:18 +00:00
235b6f7472
Added Print/HorizontalSubstep flag (default to false). Was in 16bit to flag footnotes for BGEVL (in addition to NotesToFootnotes
...
Set HorizontalSubstep flag to true (for Note type as footnote)
Added property ‘IsFootnote’; for Calvert formats: don’t bullet a single note/caution
Added HorizontalSubstep flag
Use ‘IsFootnote’ property to determine if a note is a footnote.
2014-11-06 14:30:40 +00:00
fd96809f2a
B2014-109: Fix crash on section delete – cache list was updated by sub-code and then enumeration crashed.
2014-11-05 14:55:13 +00:00
Rich
2d7c25d2d2
GetSectionInfo use local value rather than using the cache
...
Added Property HasStepCheckOffs
2014-11-05 14:34:53 +00:00
2d0fdc81e0
Calvert: for notes/cautions check for exact step type for grouping & bulleting notes/cautions
2014-11-04 11:55:56 +00:00
Rich
dad37c50a8
Don't use template for Notes and Cautions off of sections
2014-10-30 12:46:58 +00:00
Rich
7bd3193a48
Change Transition Code to Not Remove Closing Paren if tab has an opening paren
2014-10-30 10:43:53 +00:00
e5ad3ed95c
Added logic to put an error message in the PROMS error log showing the format file name that it is having problems loading
2014-10-29 17:54:04 +00:00
Rich
bf99440bde
Added code to provide information regarding transitions that are being fixed using the Fix Transitions menu item.
...
Added code to fix transitions that involve Section, SubSections and Steps as part of the path to the transition and how this is rendered in the step's text.
2014-10-22 00:55:04 +00:00
Rich
eae4e95c0a
Fixed Step_CheckOffIndex beyond 9
...
Fixed logic for determining Transition Text
2014-10-16 11:43:51 +00:00
42e05cc3cd
Added logic to check previous and next note/caution to see if there should be a tab to the left.
2014-10-09 19:41:52 +00:00
9bb365da74
IP2BCK: Don’t underline Step/Note/Caution pagelist item
...
IP2BCK: Added docstyle flag ‘DSS_PageListSpBckgrnd’ for IP2’s special background printing items
2014-10-03 13:42:39 +00:00
b27b0ad8bd
Added a FormattedDisplayText for use on Calvert’s Placekeepers
...
Will now handle Bold, Underline, and Super/Sub Script
2014-09-18 19:58:04 +00:00
e785302c9e
Calvert: copied steps/sections have change ids
2014-09-17 16:44:31 +00:00
Rich
a833185d58
Added code to adjust order of refreshing transitions when deleting item that is part of a transition
...
B2014-096 fixed
2014-09-16 03:18:32 +00:00
Rich
033b3514f8
Added some error handling to keep from crashing
...
Added code to support Opposite Unit replace words with and without ROs.
Added logic to limit UpcaseAllRoUnits to only work for setpoints.
2014-09-15 21:10:27 +00:00
Rich
be08172cf8
Change to sub-format titles to exclude the parent title, if the title begins with an asterisk
2014-09-15 18:11:42 +00:00
bbc56cbf78
Fix B2014-103: Notes have extra ‘Note’ tabs
...
fix asterisk hls, bulletted hls and location of change bar/change id on some hls
2014-09-15 15:48:04 +00:00
018599a9e7
Fixed issue of floating foldouts not printing for a procedure that was copied (Shearon Harris)
2014-09-11 17:34:23 +00:00
Rich
4531a04db1
Added an error handler if getOwnersByVersionID does not exist in the database.
2014-09-05 14:28:12 +00:00
Rich
6a8cad9899
Added a necesssary Property (IsSubStep) for ItemInfo that is used for copy/paste,
2014-08-28 14:05:16 +00:00
Rich
f9de5305f2
Added code to handle collection was modified error when copying items
...
Added code to make F5 and Shift-F5 keystrokes in the editor work identical to the right mouse button context menu of the tree view with regards to copy and paste of items
Added code to assure only items of similar type (eg: procedure, section, high level step, etc) can be copied and pasted at similar locations within a procedure or working draft
2014-08-28 02:41:23 +00:00
Rich
e8a905af49
When a Hard Return is added to a High-Level step, the RTF command "\line" is added. This was appearing in the TreeView. The code was changed so that the command was replaced with a semicolon.
2014-08-27 12:23:23 +00:00
c33fb0af53
BGEALN: Do not duplicate Tab/header for Notes/Cautions/Warnings. Add ‘IsCautionOrNotePart’
...
BGEALN: Various improvements in Calvert Alarms for blank lines within Notes/Cautions/Warnings
2014-08-26 16:36:29 +00:00
Rich
ba4f16b7e1
Use ActiveFormat rather than FormatStepData.MyFormat (this works for Steps/Sections and Procedures)
2014-08-21 17:52:11 +00:00
899e58cba0
Fixed a null reference when doing an Insert Before
2014-08-20 19:15:23 +00:00
ff57e04521
Added logic to identify that we are in a Condition/Response section of the Calvert Cliffs Alarms
...
Disable the ability to insert a Caution or Note when in a Condition/Response section of the Calvert Cliffs Alarms
2014-08-20 17:52:23 +00:00
c24d6b94ea
Calvert Alarms: 2 consecutive Notes with Warning after did not print correctly.
2014-08-18 13:32:57 +00:00
10ae0c3ab1
Adjust widths of items within the template for non-CONDITION/RESPONSE steps
...
Determine if step is within a single column template step
Use width for template items (uses change in format file); fixed HLS continue message location; center table around page center if under a single column template step
2014-08-08 13:46:01 +00:00
Rich
f6c6956381
Modified code to fix error where inserting high level steps failed
2014-08-07 21:02:30 +00:00
Rich
a17c27c0a8
Added code to raise an error if trying to paste a step in reference to a step that has been deleted by another user (eg: paste before, paste after or paste replace)
...
Added handlers for new treeview events of NodeCopy and ClipboardStatus
Added exception handlers to handle the exception of trying to use a deleted step as a reference point for a paste operation (before, after or replace)
Added code to set the MyCopyStep property to the value of the new step added in a paste replace operation
2014-08-06 00:55:41 +00:00
Rich
b5ded05838
Handle new error when a deleted step is attempted to be copied.
...
Added logic to handle an invalid transition (a transition to a disconnected step.
2014-08-05 19:02:02 +00:00