126 Commits

Author SHA1 Message Date
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
b5bf9e85f0 Added code to resolve issue when trying to convert Wolf Creek Temporary procedures 2014-07-19 16:59:10 +00:00
Rich
01913ed0ba Changing a step type was causing hyphens (dashes) to be displayed as boxes. This happened during Calvert training. This change corrects this problem. 2014-06-17 14:06:05 +00:00
Rich
985b419736 Fixed logic adding an RO before another RO in a table cell,
Fixed logic adding a transition before another transition in a table cell.
2014-06-12 14:18:59 +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
9bc84679d3 ReadOnly Step Property for Backgrounds
Support ReadOnly step property for rtb size
Support ReadOnly for rtb
Pagination for Background documents, i.e. HLS/Caution/Note have pagebreaks
Pagination for Backgrounds; Pagelist items for Backgrounds; tabs & offset for backgrounds & minor general Callaway
PageList items for Background documents (HLRNO & HLSTAB) and CURDATE & CURTIME (for fnpnmp)
2013-09-25 16:09:15 +00:00
89965f1278 Fix possible symbol font discrepancy in tables
Allow options for handling foldout page if first page.
2013-09-10 12:46:23 +00:00
a99730e570 Convert '^' to delta correctly. (when assigning color to RO, it was not setting font for delta symbol, so it got set to a '?'. 2013-08-29 14:19:26 +00:00
76710282b4 2013-07-03 13:57:43 +00:00
05f3fcf8a4 2013-06-07 11:11:54 +00:00
f9d3af6941 2013-04-15 12:29:14 +00:00
Rich
9ca4eda235 Logic was added to the indent code to keep the indent code from going into an infinite loop 2013-02-20 23:06:29 +00:00
Rich
dd6285f4a4 Fixed populating change list tab for single unit sites
Refresh Context Menu when keyboard is used to activate it.
2013-01-09 20:34:07 +00:00
4d0346f0f8 B2012-350 added call to save the text before it processes a tab change
B2012-347 fixed problem with doing a find text after doing a spell check
B2012-350 needed to add a count check for the list of tab items
2012-12-06 03:32:50 +00:00
84cc475d90 2012-10-26 10:29:37 +00:00
f03ad38655 bug fix BB2012-189 – added logic for RNOWithAlt
fixed width calculation
For the screen display, force the use of Letter Gothic Tall when Letter Gothic is set.   Some of the Letter Gothic characters have a different width whereas Letter Gothic Tall characters have a consistent width.
2012-10-22 18:37:20 +00:00
b8d6bde4e0 2012-10-04 11:32:50 +00:00
2d008eb046 2012-09-18 13:31:00 +00:00
2956ba702f 2012-09-12 13:23:21 +00:00
Rich
7bcfafcc8b Move frmErrors when frmLoader is moved
Shutoff SpellCheck for StepRTB
Use using for temporary StepRTB
Use using for vlnFlexGrid
Added debug output to track StepRTBs and vlnFlexGrids in memory
Limit bottom margin to 0 or above
Dispose of roImage after it is done being used
Dispose of Figure after it is done being used.
Use GetJustRODB so that images are not loaded.
Added ErrorHandler if annotation is deleted after a search
Track create, dispose and finalize
Add static variable to control if SpellCheck is used
Use using for temporary StepRTB
Lazy Load SelectionStack
Clean-up on Dispose
Track create, dispose and finalize
Make MyCopyInfo Lazy Loaded
Use using for temporary StepRTB
Add Dispose method for TableCellEditor
Cleanup on Dispose
Only kill MSWord instances that are invisible
2012-07-13 18:34:57 +00:00
Rich
b0a8ee1625 Added Email & UpdateSettings flags
Keep code from failing if _LinkLocations is null
Add PromsPrinter to constructor for VlnPageHelper
2012-05-10 15:44:27 +00:00
00e634f4ed 2012-05-08 13:05:32 +00:00
1f275edd7a 2012-04-30 13:59:40 +00:00
Rich
729fa6e2dc Reduced duplicated Audits
Added comments
Added and used calculated IsDirty Property
2012-04-18 19:38:42 +00:00
10e0736193 2012-04-11 10:41:55 +00:00
Rich
e428553e06 fixes to change manager 2012-01-23 13:56:56 +00:00
ee1228e7ab 2011-12-01 12:48:29 +00:00
5c69100338 2011-11-21 16:58:11 +00:00
Rich
2aeee7fdbc Added MyItemInfo property
Fixed format of ToString for AnnotationAuditInfo
Fixed format of ToString for ContentAuditInfo
Fixed Restore if no next item
Fixed ActiveParent logic after restore
Added Timing logic and then Commented it
Fixed Logic when there is not a NextNode
Timing Debug code
Update UserID when saving annotation
Commented Timing Debug
Created and used FixPath - StepPath
Use MyItemInfo.SearchPath if Content doesn't have path
Refresh Change List from Timer.Tick
Added Timer for Refresh
Added code to refresh ChangeBar
Added and Commented timing debug
Changed logic for saving ROUsages
Added Closed Property that is set when the handle is destroyed
Don't refresh StepRTB if it is closed
2011-08-23 14:14:14 +00:00
Rich
6047e40ba0 Only set MyStepPanel.LastAdjust if MyStepPanel isn't null
After StepRTB is resized verify that text has not scrolled out of view
2011-08-09 20:12:40 +00:00
Rich
792351c922 Change Manager 2011-08-01 20:20:39 +00:00
Rich
37d067a74e Added table function to return a list of Content records that contain a specified string.
Added stored procedure to standardize text (standard steps)
Lazy Load font value.
Return the correct EditItem when a step is deleted.
Update the StepTabRibbon EditItem when the StepPanel EditItem is changed
Get MyItemInfo if it is not set.
Added missing logic to MyEditItem.
2011-06-24 21:47:40 +00:00
45a5ea5263 make spell checker available to the grids 2011-06-07 19:07:05 +00:00
a51f98c230 Fixed problem saving clipboard copy of just an RO in the text, save both RTF and Text version of step text to clipboard, handle, paste rtf vs plain text 2011-05-27 17:18:37 +00:00
99bd83fd14 2011-04-21 12:24:59 +00:00
cedea519ca 2011-04-19 14:10:36 +00:00
76dd59be14 2011-04-08 13:15:41 +00:00
Rich
2d16db5bf2 Override the default font for Demo Mode
Check for null MyFlexGrid before using it.
Added Static LineWidth0 method used for drawing borders on the screen
Fixed logic to draw borders on the VlnFlexGrid
Fixed logic to draw grid borders on the pdf output.
2011-04-07 23:35:07 +00:00
6e353f6781 2011-04-06 14:24:49 +00:00
cae4e76643 2011-03-31 18:36:56 +00:00
e439f31c1f 2011-03-30 15:50:40 +00:00
bbed806edb 2011-03-25 16:47:52 +00:00
4849d4aecf 2011-03-14 11:34:58 +00:00
Rich
6029f6dd8b - Removed Debug
- Don't resize grid when initializing
- Use LoadGrid which adjusts the Grid Font
- Only save contents if in edit mode
Changes to Comments
Added Property MySymbolFontName
- Setup GoTo button to handle ROTable Grids
- Support GoTo for ROTable Grids (MyFlexGrid.IsRoTable)
- Restored code to handle Vertical Alignment
- Added MyItemInfo property
- Removed commented-out debug in DPI property
- Support Font Override
- Use DisplayText to do ReplaceWords
- Set Text Color to Black (Change Links to Black)
Use DebugOutput property rather than _DebugOutput field
- Override Font for printing grids
- Override Font for printing text
2011-03-11 15:49:39 +00:00
b78e720313 2011-03-09 11:54:40 +00:00
3b9531f578 2011-03-07 13:18:11 +00:00
089c50befa 2011-03-01 16:34:27 +00:00
25b9449794 2011-03-01 13:27:32 +00:00
7704e926df 2011-02-18 18:59:46 +00:00
4d021ea9a3 2011-02-14 16:31:06 +00:00