96 Commits

Author SHA1 Message Date
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
e389cbd5be 2011-02-14 15:51:02 +00:00
Rich
41c8a90bdf RichTextBox pseudo caret when it doesn't have focus 2011-02-09 21:52:56 +00:00
7105a1cfb7 2011-02-08 11:32:53 +00:00
3bae38ab21 2011-01-19 16:21:33 +00:00
Rich
a6c0dcddd0 A number of fixes so the selector for RichTextBoxes will work properly.
* If you press a left arrow when a link starts a line, the cursor will go to the end of the previous line.
* If you press the END key, the cursor will not go beyond the end of the line.
* If you place the cursor at the beginning of a line, and then click beyond the end of the previous line, the cursor will go to the end of the previous line
2010-12-21 20:33:24 +00:00
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