171 Commits

Author SHA1 Message Date
Rich
580ace24ad Added logic so that when a link appears at the beginning of a line, and the cursor is moved to the beginning of the line, the link is selected rather than positioning the cursor at the end of the previous line. 2010-12-16 20:43:20 +00:00
Rich
f2ba882506 Fixed problem where symbols were not showing properly. 2010-12-10 10:51:03 +00:00
d473a645f3 2010-12-07 12:51:52 +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
71fb86effb No need to set the SelectedFont since it is no longer used
Use Font instead of SelectedFont which can be null if there are more than one font within the selected text
2010-12-01 21:06:25 +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
05b8809608 Adjusted Tab Label width for DPI
Corrected RightMargin initialization
2010-11-22 21:15:11 +00:00
7df8f47ea7 2010-11-10 16:08:59 +00:00
52457bad6e 2010-10-20 16:53:59 +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
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
117bae32c8 2010-10-07 17:08:16 +00:00
5500f64394 2010-10-07 12:52:34 +00:00
Rich
dc7eb108cb Correct cursor position after RO Insert
Correct dispose logic for transition destination ITEMs
Correct cursor position after Transition Insert
Correct logic to parse Transition Link Token
Correct Save Config to dispose of ITEM
Removed debug vlnStackTrace
2010-09-27 16:12:46 +00:00
ae10528a5b 2010-09-24 12:30:38 +00:00
22831cc08d 2010-09-21 18:36:49 +00:00
7fb6638c2d 2010-09-10 18:01:51 +00:00
0849b002b4 2010-08-12 16:05:52 +00:00
935802a57a 2010-08-04 15:17:19 +00:00
f2ab81f97d 2010-06-24 15:19:46 +00:00
ce3b1b4be9 2010-06-23 18:18:09 +00:00
58baa1dd81 2010-06-08 20:53:36 +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
835c1c7362 2010-04-19 13:56:05 +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
0b0c769ab0 2010-03-25 14:51:27 +00:00
56d5c40f8a 2010-03-25 11:28:09 +00:00
ad901cb553 Find/Replace logic and fix to Copy/Paste of linked text 2010-02-02 19:34:10 +00:00
a6e6392c65 2010-01-25 13:50:42 +00:00
e0e54c3e44 2010-01-22 14:00:38 +00:00
a31cfa31a8 2010-01-12 15:26:22 +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
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
ed53060f48 Bug fix for disabling the GOTO Button when you right arrow off of linked text.
Find/Replace logic.
2010-01-08 17:34:38 +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
df34079386 Added tables to movement logic
Improved table layout
2009-12-18 18:36:37 +00:00
eabc9324bc Enter key logic 2009-12-10 18:12:24 +00:00
111ff933be 2009-12-09 15:43:14 +00:00
Rich
3858729217 Make TableWidth a Public Method
Fix Logic to move selection around links
2009-12-08 02:32:32 +00:00
e29c6121f0 fix for insert transition on a high level (bolded) step. Needed to build a font table instead of parsing from RTF. 2009-12-04 21:26:35 +00:00
ecff8237a2 2009-12-04 14:16:40 +00:00
f2360272a3 Fix dashes when inserting transitions, fix replace selected with RO 2009-12-02 14:30:13 +00:00
4660abc0b6 Keyboard shortcut logic 2009-11-17 14:41:08 +00:00
Rich
c72ca9fb52 Linked text was being displayed as text rather than a links for Cautions and Notes. This was because the overall style for Cautions and Notes (Italic) was being applied after the links were added. This was changed to use the selection and it appears to work properly. 2009-11-05 22:42:22 +00:00
be380cc312 2009-11-03 16:35:25 +00:00
6cb48301cb keytips and shortcuts
shortcut for hard space
2009-10-02 18:09:58 +00:00
5241e3a28a 2009-08-18 14:49:56 +00:00
eeef43e48e The mouse scroll wheel was not working when in an StepRTB 2009-08-05 15:08:11 +00:00
Rich
340a11d14a Update Transition Text 2009-07-30 19:05:17 +00:00