Commit Graph
100 Commits
Author SHA1 Message Date
Rich b0fc93d078 Added SearchPrev property 2010-02-01 21:36:11 +00:00
Rich fbd6429670 Code to walk through Items for Find and Replace 2010-02-01 19:38:34 +00:00
Rich 61c9d01516 Added code to locate the currently selected StepItem in the TreeView 2010-01-13 21:32:23 +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
Rich 214cc7769e In the method that strips RTF prior to saving, when a LineBreak token is followed by a Font Change token, remove the fontchange and leave the space 2010-01-11 22:19:28 +00:00
Rich ce4d28e0b9 Refresh ContentInfo objects for any impacted by transition changes
This fixes a bug that if the contentInfo was not refreshed, it was not able to be edited.
This also causes ContentInfo's with Annotations to have the background color changed.
2010-01-11 22:17:52 +00:00
Rich 70a88b5638 Added feature to save search criteria into settings 2010-01-08 14:34:59 +00:00
Rich c7294d5ffd Added new Property CalledFrom which will return the first local in the stack 2010-01-08 14:34:16 +00:00
Rich 9180fba5ec Bug Fix - Delete button enabled for other than procedure StepItems 2010-01-08 14:33: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 843c3fc85a Bug Fix - Allow save if text is shorter than 4 characters 2010-01-08 14:31:29 +00:00
Rich 7d79be9a69 Changed Dispose to save search critera lists 2010-01-08 14:30:58 +00:00
Rich 4a977ce48d - Added feature to save search criteria into settings
- Bug Fix - when results list is changed due to a delete or edit, the results selection is cleared
- If a search criteria is selected from the list, the selected criteria is placed at the top of the list
- Limit the number of search criteria to 10.  We may want this to be a user configurable number.
2010-01-08 14:30:16 +00:00
Rich 147dd8919c Bug Fix - If a node doesn't have a parent, the program will not crash 2010-01-08 14:29:08 +00:00
Rich 7ab1302c84 Moved Font ComboBox for Debug 2010-01-08 14:28:13 +00:00
Rich df34079386 Added tables to movement logic
Improved table layout
2009-12-18 18:36:37 +00:00
Rich 3a4ab8c801 Improved Table layout 2009-12-18 18:35:30 +00:00
Rich 6f2b22b67e Save text after adding transition 2009-12-18 18:34:54 +00:00
Rich ee4f83fc20 Change anchor for checkListBoxApplic 2009-12-18 18:34:18 +00:00
Rich 5b853beb2d Default "Change All at Level" False for High Level Steps, True for non-high level steps 2009-12-18 18:33:13 +00:00
Rich a8405cdabc Removed debug from ArcDraw to draw segments in different colors 2009-12-18 18:30:52 +00:00
Rich b65a6abf87 Added ability to set default font for DEBUG 2009-12-18 18:29:58 +00:00
Rich dd1eb7e4f1 Added ToDo Comment 2009-12-18 18:28:54 +00:00
Rich 3858729217 Make TableWidth a Public Method
Fix Logic to move selection around links
2009-12-08 02:32:32 +00:00
Rich 9f780c4477 Added code so that a StepRTB used outside of a StepItem will not cause a crash. 2009-12-07 15:57:22 +00:00
Rich 35627d8fa2 Added code to Just Get RODb and not all of it's children. 2009-12-07 15:56:07 +00:00
Rich 79b0bf4c1b Fixed code so that Deletes of Procedures and Sections would no cause steps to be resequenced.
Added code to Just Get RODb and not all of it's children.
Added code to create an RoImageFile (Temporary) to be used to view and print images
Additional DEBUG info
2009-12-07 15:55:31 +00:00
Rich 0cb99bcf5e Added code to get ROs by AccPageID and GetChildren by ROType 2009-12-07 15:53:16 +00:00
Rich 6d298bfbfd Added New Word Properties and Methods 2009-12-07 15:52:32 +00:00
Rich c6e18d4fe7 Added getJustRODb and not all of it's children. 2009-12-07 15:51:30 +00:00
Rich 57fc6fa1a7 2009-11-09 20:23:05 +00:00
Rich 9909dcecf9 Added code to retrieve RO values for MSWord 2009-11-09 20:22:00 +00:00
Rich 36e4a5ee44 Fixed degree symbol translation
Added some debug code to look at data conversion during OLEdb read of dBase text.
2009-11-09 20:21:06 +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
Rich a077e429ac Added DisplayNumber property to Item 2009-11-04 17:17:19 +00:00
Rich c5c4d6006b Added PDF Generation Code 2009-11-04 17:16:26 +00:00
Rich f26cc50c3c Added Error Handling and Reporting 2009-11-04 17:15:29 +00:00
Rich cd04644e2f Data Loader Error form 2009-11-04 17:13:27 +00:00
Rich 52feb8a711 Fixed code for tree selection after selected item deleted 2009-10-27 22:59:00 +00:00
Rich 37099ec443 Fixed code for treeview select after selected step deleted 2009-10-27 22:58:12 +00:00
Rich d17c81a9d9 Put a Question Mark in as resolved text for invalid transitions 2009-10-24 03:07:05 +00:00
Rich 473b26a5bf Added TransitionText property 2009-10-24 03:05:59 +00:00
Rich 4ce64de76c Fixes to code to generate annotations for transitions with missing destinations. If more than one transitions with a missing destination point to the same destination, the first one would get an annotation.
Replace Outside Transitions with text if the source data is missing.
2009-10-24 03:05:14 +00:00
Rich 1ba85a266a Added code to handle when GoTo is clicked on an invalid transition 2009-10-22 19:10:52 +00:00
Rich b8661dd909 - Added code to dispose of children when a StepItem is disposed.
- Temporary Event to perform a delete when a StepRTB is double-clicked.
Added MyStepTabPanel property
2009-10-22 19:10:21 +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
Rich 988bd786a4 Added code to remove a font command combined with a comment in a link in StripRtfCommands
The initialization code was changed so that an invalid transition will not cause a crash
If a MRU Item is deleted, and then selected from the menu, a message box will be displayed.
2009-10-22 19:08:12 +00:00
Rich b1ad83dd4e Added cleanup of bars when TabControl is disposed. 2009-10-22 19:06:43 +00:00
Rich cc86853f6f - Added GetExternalTransitionsToChildren
- Added GetExternalTransitions
2009-10-22 19:05:47 +00:00
Rich 06c622b5eb - Added RTF command ulnone to StripRtfFormatting
- Fixed ResetParts to also MyContent.RefreshContentParts
 - Removed a using command because it was causing a cached iteminfo to be disposed.
Added DeleteItemAndChildren
2009-10-22 19:05:08 +00:00
Rich 8496e3128a Changed RegEx expression to find Links in FixTranstionText 2009-10-22 19:03:46 +00:00
Rich fd709f3fb7 - Added DeleteItemAndChildren Stored Procedure
- Added DeleteItemAndChildrenTest Stored Procedure
 - Added getExternalTransitions Stored Procedure
 - Added getExternalTransitionsToChildren Stored Procedure
2009-10-22 19:03:01 +00:00
Rich 7bc7129faf Changed GetIdValue to use UniqueID 2009-10-21 20:49:28 +00:00
Rich d2e964dde1 Removed GetChildren from editable object
Removed HasChildren from editable object
Removed ActiveParent from editable object
Removed ActiveFormat from editable object
Removed LocalFormat from editable object
2009-10-08 14:35:53 +00:00
Rich ceeea69bcd Changed ToString for StepData part of PlantFormat 2009-10-08 14:34:33 +00:00
Rich 66f1c21425 Added Item.MyItemInfo
Changed ActiveParent object to return cached ItemInfo
Added Section.MySectionInfo
Added Procedure.MyProcedureInfo
Removed debug printout
Removed GetChildren from editable object
Removed HasChildren from editable object
Removed ActiveParent from editable object
Removed ActiveFormat from editable object
Removed LocalFormat from editable object
Changed logic to use SectionInfo to retrieve FormatInfo
2009-10-08 14:33:50 +00:00
Rich 119c428ae4 Added MyFolderInfo to Folder
Removed GetChildren from editable object
Removed HasChildren from editable object
Removed ActiveParent from editable object
Removed ActiveFormat from editable object
Removed LocalFormat from editable object
2009-10-08 14:32:02 +00:00
Rich f20cc96212 Removed debug print
Added MyDocVersionInfo to DocVersion
Removed GetChildren from editable object
Removed HasChildren from editable object
Removed ActiveParent from editable object
Removed ActiveFormat from editable object
Removed LocalFormat from editable object
2009-10-08 14:31:06 +00:00
Rich d3e7bc9dd5 Removed AncestorLookup property
Changed logic to use Info version of parent
Changed Ancestor Lookup to use Info objects
Removed ActiveFormat from editable object
2009-10-08 14:29:52 +00:00
Rich 10f55d09fd Removed AncestorLookup property
Changed logic to use Info version of parent
Changed Ancestor Lookup to use Info objects
Removed ActiveFormat from editable object
Changed DefaultFormatSelection to use info objects
2009-10-08 14:28:43 +00:00
Rich 4bdc127c87 Removed AncestorLookup property
HasParent to Property rather than method
Removed ActiveFormat from editable object
Changed DefaultFormatSelection to use info objects
Added Folder.MyFolderInfo
Changed logic to use Info version of parent
Changed Ancestor Lookup to use Info objects
Fixed default value for disableduplex
2009-10-08 14:27:52 +00:00
Rich 6396b53eeb Removed AncestorLookup property
Changed logic to use Info version of parent
Changed Ancestor Lookup to use Info objects
Removed ActiveFormat from editable object
Changed DefaultFormatSelection to use info objects
Removed debug print
2009-10-08 14:27:03 +00:00
Rich 533baae01c HasParent to Property rather than method 2009-10-08 14:25:26 +00:00
Rich 8804d367da Use FormatInfo rather than Format object 2009-10-08 14:24:34 +00:00
Rich bb4825939e Fixed font logic. 2009-09-17 18:09:35 +00:00
Rich cccef00ebd Correct case of format property. 2009-09-16 16:18:33 +00:00
Rich f17a7d9b06 Updates to inheritance logic 2009-09-16 16:17:38 +00:00
Rich c549e65bf5 Corrected enum value (EnhancedBackgrounds)
Numerous fixes
2009-09-16 16:17:04 +00:00
Rich 9e45e5601d Preparation for Delete logic and Format Variable Search 2009-09-16 16:15:45 +00:00
Rich 9230be8fa8 Added missing LeftMargin attribute
Added missing attributes and fixed font logic.
2009-09-16 16:14:47 +00:00
Rich 57d657e9a7 Added Status Strip and consolidated logic to update listbox. 2009-09-16 16:13:52 +00:00
Rich a72f4118c5 Added missing properties to format and fixed logic.
Fixed inheritance logic.
2009-09-16 16:13:20 +00:00
Rich da310f2436 Added checkbox to limit data loading to Format. 2009-09-16 16:12:11 +00:00
Rich 5c4e13caec Changed MigrateDocVersion to return TimeSpan 2009-09-16 16:11:08 +00:00
Rich 47d6925187 Added GetAffectedROUsages 2009-08-26 15:02:36 +00:00
Rich d28cbd3933 Fix for Search 2009-08-19 15:34:43 +00:00
Rich 049759008f Support multiple connection strings 2009-08-19 15:34:00 +00:00
Rich 911276087d Multiple Connection Strings 2009-08-19 15:33:26 +00:00
Rich b086f76b63 Allow for multiple connect strings 2009-08-19 15:32:42 +00:00
Rich 55d639d373 Added code to lookup selected text in the value field of the RO Database 2009-08-05 21:12:59 +00:00
Rich 52b74f47ed Added lookup by value 2009-08-05 21:11:30 +00:00
Rich a646c399a3 Fixed logic for excluding link text from search 2009-08-05 21:10:37 +00:00
Rich cf8813cb83 btnToggleEditView_Click moved from DEBUG IFDEF
so that Release version will build
2009-07-30 19:07:13 +00:00
Rich 340a11d14a Update Transition Text 2009-07-30 19:05:17 +00:00
Rich 141f230e83 Use ItemInfo.ColumnMode to set columns 2009-07-30 19:04:36 +00:00
Rich df1defc709 Update Transition Text 2009-07-30 19:03:38 +00:00
Rich bb9a9c1d09 Open RO Editor from ROID label 2009-07-30 19:02:23 +00:00
Rich 9da4d68c7b Switch focus back to RTB after inserting item 2009-07-30 19:01:46 +00:00
Rich e70ffda937 Inserting New Items, FixTransition Text 2009-07-30 19:00:35 +00:00
Rich 9859b74db8 New Search Stored Procedure - Improved Performance 2009-07-30 18:59:12 +00:00
Rich 0ff065de42 FixTransitionText 2009-07-30 18:58:16 +00:00
Rich 39ef8f06a1 ItemInfo PropertyGrid for Debug 2009-07-30 18:57:25 +00:00
Rich b97c21544e SQL Updates For:
Inserting new Items
Search Performance
OWNER Execution
Contents Number Field increased to 256
2009-07-30 18:56:01 +00:00
Rich 73407f36d0 Changed Number field to 256 characters 2009-07-24 20:50:27 +00:00
Rich 921b269a28 Fix for Insert New Step 2009-07-24 19:38:33 +00:00
Rich 9e53d7d073 Fixes to bugs when all step editor windows are shut/reopened 2009-07-09 13:43:32 +00:00
Rich 3412a35eac Fixed bug where an error would occur for word pages 2009-06-29 13:54:14 +00:00
Rich c6372a3f46 Faster Search 2009-05-19 19:51:31 +00:00
Rich 291f354893 Added code to minimize and resize ribbon 2009-05-19 19:50:12 +00:00
Rich 51c044791c Added timing code to debug version of search 2009-05-19 19:49:08 +00:00