Commit Graph

60 Commits

Author SHA1 Message Date
Rich 37ffd45792 B2011-030 - ColorConfig.ColorFromString failed on an empty string.
B2010-004 - AdjustLocation should only be called for Visible StepItems
2011-01-07 17:04:43 +00:00
Kathy c073e06c46 2011-01-05 14:29:17 +00:00
Kathy 894f295c26 2011-01-05 12:04:22 +00:00
Rich dd802ce319 Debug - Split a line into multiple lines to determine the cause of an error.
Debug - Added logic so that focus is not given to an object that is being disposed.
2010-12-17 12:12:53 +00:00
Rich 10f06a5e9c Update underlying data field when related object is updated.
If the selected Library Document is out-of-range throw a specific error
Don't fail if the user clicks on open space in the BookMark list
Added property to provide a right margin (RTBMargin) between the RichTextBox and the StepItem
2010-12-16 20:42:44 +00:00
Kathy 9e42edf4ad 2010-12-07 12:51:06 +00:00
Rich 5b70652cb4 Use the TreeView timer to select the newly created step when a step is added from the TreeView. This assures that it will get focus.
Changed OnChange to be called for a specific instance
Don't select newly created Step if it was created from the TreeView
Adjust the locations of steps properly if a caution or note is deleted
Reduce repeated setup of the RTF data in a step
Add an event that fires after the Step is added from the TreeView so that the newly created step can get focus
2010-12-02 22:23:50 +00:00
Rich bb3844538c - Added tools to find Symbol Characters in Word Documents
- If the range does not have any characters return an empty string
Refresh Most Recent Items when the office button is pressed
Added OrdinalChanged Event
Used OrdinalChanged Event rather than MyContent.Changed Event when Ordinal is updated.
Use OrdinalChanged Event to update Tree Node
Refresh MRU list as items are added
Use OrdinalChanged Event to update Step Tab
- RTBFillIn changed to only update the RTB when the contents change
- AdjustSizeForContents changed to raise the HeightChanged event when the Height changes
Update the treeview tabs even if the step is not open.
2010-12-01 20:03:06 +00:00
Rich 9de2eb9d9a Added other symbol font names (Symbol, VESymb) to IsSymbolFont.
Check for null mySection before checking details on a new node.
Error 177 - Hidden property added to use for collapse rather than Visible.
Error 173 - Use DeleteItemInfoAndChildren on Cancel of a new ItemInfo.
2010-11-29 16:31:41 +00:00
Rich 05b8809608 Adjusted Tab Label width for DPI
Corrected RightMargin initialization
2010-11-22 21:15:11 +00:00
Kathy 2e3f6cba97 2010-11-18 15:46:33 +00:00
Rich f208c98202 Copy all fields from Library Document when converting a Library Document to a Stand-alone Document
Added code to update the Procedure Panel when a Word Section is added.
Created a method to find a ProcedureDisplayTabItem for a specific item
Added code to Reset the Tab when a Section's Number is changed.
Added code to Reset a Procedures Parts when a Panel is Reset
Added an event for a Node being added.
2010-11-17 22:29:54 +00:00
jjenko 74082c3038 2010-11-16 20:23:39 +00:00
Rich 8f110a10e3 Properly Save Text from DisplayText
Fixed logic to support single character in a stepRTB
(Fixed 127) Corrected code to deal with null AERStepItem
Added code to respond to a Right Arrow for steps that don't have RNOs
Changed KeyDown (Keys.Down) logic to support a Hard-Return at the end of a StepRTB
2010-10-19 15:55:08 +00:00
Rich ecb9f7f872 Save Item only once when text is updated
Adjust AER to reflect changes in the RNO column
Added AnnotationColor property
Set Active or Inactive BackColor for StepRTB
2010-10-18 15:40:29 +00:00
Rich 043995b4b4 Fix Caution and Note layout after delete. 2010-10-13 21:09:59 +00:00
Rich c9ab8919f0 Fixed code to correctly position Tables
Fixed code that inserts a table to point to existing substeps
2010-10-12 19:54:48 +00:00
Rich e278a2ca37 Fixed Invalid message for DSOPanel (MSWord)
Comment-out unused varaible
Calculate Table Width and Location
Fixed Arrow-Up and Arrow-Down to account for Tables
Adjust Table location based upon the width of the Table
2010-10-12 15:01:09 +00:00
Kathy 52fe4b6ddd 2010-09-27 12:43:35 +00:00
Kathy 6604321362 2010-09-23 18:45:44 +00:00
jjenko f88bfe84fe 2010-09-16 18:43:57 +00:00
Kathy 202b08e8ef 2010-09-10 18:00:39 +00:00
Rich d739a72c7b - Put RO Adjustment code prior to Replace Words - Match 16 Bit
- Replaced logic for Replace Words so that they are replaced sequentially through  the text rather than sequentially through the word list.
- Added DoTransitionAdjustments that adds hardspaces to Transitions.
- Changed the NextUnicode module to ignore Hard Spaces
- Added logic to find 'real' spaces in ROs and replace only them.  Spaces are  also used to terminate RTF commands.
Added code to handle "AND Range" Transitions
- Use new ToolTip property
- Use new MyStepSectionLayoutData
- Remove Debug
Remove unused code
Renamed TwipsPerPage to PointsPerPage
Adjusted Superscript offset to match 16-Bit
- Added Debug Code to compare 16-Bit and 32-Bit text
- Added Debug Code forr Pagination
- Added optional code to match 16-Bit pagination
Added Ruler for 6 and 7 lines per inch.
2010-09-06 19:39:44 +00:00
Rich 9cc6174ad1 Changed CheckOffs
Made DisplayText more generic
Added comments
- Added parameter to DisplayText
- Removed specific OutlineTable
2010-05-25 16:12:51 +00:00
Rich fbc56399f1 Added support for iTextSharp
Changed code that determines line color for thin lines.
Temporary fix for "*Resolved Transition Text*" bug
Removed Comment
2010-03-25 19:34:04 +00:00
jjenko 0b0c769ab0 2010-03-25 14:51:27 +00:00
Kathy 56d5c40f8a 2010-03-25 11:28:09 +00:00
Kathy a6e6392c65 2010-01-25 13:50:42 +00:00
Kathy 7df59aa377 2010-01-22 13:57:21 +00:00
Rich d00dc0749e When Content of a StepItem changes, refresh the ItemAnnotations
FindText changed to use StepRTB object
2010-01-11 22:20:33 +00:00
jjenko cfb58493fa fixed the problem where the last item in the step list was not scrolling all the way into view
logic to change background color if the item contains an annotation
2010-01-11 14:05:31 +00:00
Rich ec1d6f9bd2 - Bug Fix - Update RNO tab when AER tab is updated
- Commented-Out debug for location
- Bug Fix - Cautions are now added above existing notes
Bug Fix - AdjustSizeForContents - Only adjust width if text != ""
2010-01-08 14:33:04 +00:00
Rich 3a4ab8c801 Improved Table layout 2009-12-18 18:35:30 +00:00
jjenko 5e6c39ed26 added tool tips reflecting the step type to each step item 2009-12-14 15:43:56 +00:00
Rich 3858729217 Make TableWidth a Public Method
Fix Logic to move selection around links
2009-12-08 02:32:32 +00:00
Kathy 655ec1ab94 2009-11-20 12:34:14 +00:00
Kathy 61bea1edc4 2009-11-13 14:14:10 +00:00
Kathy 7801cdadf9 2009-11-03 16:36:41 +00:00
Rich 5e3b830a3b - Fixed FindTop to work when the parent has a bottom value that is negative.
- Added code to remove a StepItem and the associated DB records.
 - Changed AdjustLocation to work properly when an AER and the next step has an RNO.
 - Temporary event handler to RemoveItem when the StepRTB is double-clicked.
2009-10-22 19:09:07 +00:00
Kathy f3bb9786f0 2009-09-01 14:33:11 +00:00
jjenko 89cc2d429e fixed bug where there would be extra space between steps/substeps as steps are expanded 2009-08-05 15:06:20 +00:00
Rich 141f230e83 Use ItemInfo.ColumnMode to set columns 2009-07-30 19:04:36 +00:00
Kathy b1da81e65f 2009-07-24 11:54:20 +00:00
jjenko a17a98fe57 2009-06-16 14:23:01 +00:00
Kathy f0f719b9f6 2009-05-21 13:28:25 +00:00
Rich 56fdefa924 Fixed bug that caused second level RNOs not to be located properly 2009-05-06 17:20:02 +00:00
jjenko 7c59522ad4 2009-03-30 14:27:34 +00:00
Rich 5fe81af184 Update to logic to position step items 2009-03-28 22:30:24 +00:00
Kathy f44e6162ec 2009-03-05 16:06:24 +00:00
Rich 5b318cf7a4 Reduced duplicate calls to AdjustLocation 2009-02-06 19:43:17 +00:00