Commit Graph

74 Commits

Author SHA1 Message Date
mschill bd89af5e8c C2019-036 View Only mode work with Checked Out Procedures 2025-11-17 07:05:52 -05:00
mschill 9130604fa6 C2015-028 Add Editorial Mode to PROMS Step Editor 2025-09-25 08:01:19 -04:00
mschill bb45e551a3 C2017-031 Extend Copy / Paste Replace Functionality for Enhanced Background Steps 2024-09-30 15:02:35 -04:00
jjenko bb6a27fb73 Added a null reference check 2020-05-22 13:57:56 +00:00
jjenko c452ad5e13 B2019-139 check if we are on a procedure title or section title that is empty before trying to delete when you move off of the empty title in the step editor. 2019-09-16 15:41:08 +00:00
jjenko 536f7efb7e B2018-152 Added a message box for case where user deletes all of the text in a step element, then selects one of its substeps. Added logic to handle the deleting of the that step if user selects YES from message box. 2019-04-26 15:07:52 +00:00
jjenko 17260519e3 B2019-030 Use FlexableMesageBox instead of MessageBox so that it is always on top. 2019-03-07 18:02:31 +00:00
Rich 01ce36b86a B2018-002 Handle Range Transitions for Invalid Transitions
Add a prefix to transitions converted to text which were invalid
B2018-002 Add counters for invalid transitions converted to text.
Added a method to convert invalid transitions to text
B2018-002 Cleanup debug
B2018-002 Changed the panel so that it only requires a default section if the default is not set and it is required
B2018-010 Logic fixed to display the Requires Default tooltip only when it is required.
B2018-002 Fix invalid transitions when a step is activated.
B2018-002 Don't fail when you open a step with an invalid transition.
B2018-002 Display Transition Refresh Statistics
2018-01-24 14:47:34 +00:00
Rich b1fa1603b2 Revert to previous version 2018-01-19 19:21:42 +00:00
Rich 849b7230f2 Handle Range Transitions for Invalid Transitions
Add a prefix to transitions converted to text which were invalid
Add counters for invalid transitions converted to text.
Added a method to convert invalid transitions to text
Cleanup debug
Changed the panel so that it only requires a default section if the default is not set and it is required
Fix invalid transitions when a step is activated.
Don't fail when you open a step with an invalid transition.
Display Transition Refresh Statistics
2018-01-18 15:09:06 +00:00
jjenko 203baaf699 C2017-036 Call method that finds a proportional font that supports the symbol characters we use. 2017-11-13 17:38:22 +00:00
Kathy 20a07c6a3e B2016-130: Copy and paste replace steps causing missing and duplicate items in tree (problems with ‘NextItems’) 2017-08-07 13:05:02 +00:00
Kathy 970ba90c35 B2016-001: Don’t crash when deleting a section in editor with transition link errors & select ‘No’ to not get placed on sub-steps 2016-02-02 16:41:01 +00:00
Kathy 1e3324aa7b Enhanced Documents, handle enhanced steps
Enhanced Documents, delete items
Enhanced Documents button disable/enable
Enhanced Documents, tree view support for insert/delete/copy-paste
Move DisplayText.cs to CSLA
Enhanced Documents adding links (method added in docversion)
2016-01-20 16:46:31 +00:00
Kathy 2988ba9b87 RNOs displayed before substeps for enhanced background flag
Improved arrowing for backgrounds with RNO before substeps
2013-10-02 10:41:58 +00:00
jjenko c56c78f1e0 Added a check for the number of available Cautions and Notes in the TopPart() and BottomPart() functions to avoid an index out of range error. 2013-09-10 15:40:41 +00:00
Rich e063da6198 Fixed code to initialize MS Word sections if Document Style does not specify font.
Added code to handle refreshing the Edit Screen when a section is moved.
Added code to refresh the Edit Screen when a section is moved.
2013-03-12 15:01:46 +00:00
Rich d827e10d88 Shutoff AutoExpand for PMS-809 also 2013-02-15 19:50:37 +00:00
Rich 34ef8944f0 Shutoff AutoExpand for PMS-810 2013-02-15 17:01:51 +00:00
jjenko d42972a389 B2012-365 Fixed the default get of the Auto Indent option to return No if it is not set in the config
B2012-365  Fixed, the Auto Indent option enabling
B2012-369 Fixed the lack of displaying a new subsection, after entering a new High level step
2012-12-11 19:41:51 +00:00
Kathy 4516759585 2012-12-05 16:44:14 +00:00
Rich d29f45d322 Handles displaying grid this is not enabled
Added MyDisablePanel vlnPanel control
Added ApplDisplayMode property to StepPanel class
Added vlnPanel class
2012-12-04 23:08:43 +00:00
jjenko 4ed39bda97 Fixed problem using a dash character in the Title field. Bug Fix : B2012-292, fix the saving of the Title field when creating a new Word section
Added a check for the existence of a temporary word file before trying to create it
Part two of fix for bug B2012-292, don’t delete word section if user deletes the Title text in the step editor
2012-11-05 18:58:13 +00:00
Rich 6e65ec7cd0 Limit refresh of items during expansion of a item for the first time to improve performance.
Use the top EditItem to determine absolute location of items on the Step Panel.
2012-10-25 00:43:02 +00:00
Rich 6d7413de52 Fixed logic to handle a Windows Handle error during refresh. 2012-10-16 16:36:04 +00:00
Rich 240265e070 Added logic to allow a timer to refresh items which were not being positioned properly. 2012-10-16 14:46:35 +00:00
jjenko fe96bbf619 The <CTRL-LEFTARROW> key stroke now works like 16-bit VE-PROMS (it wasn’t jumping to the AER column with it should have) 2012-03-19 14:22:17 +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
jjenko ebe7ae7ffa Right and left arrow key fixes to hand RNOs 2011-06-01 19:42:19 +00:00
Kathy cffec5776a 2011-05-19 13:32:33 +00:00
jjenko 271c1ce923 2011-04-26 20:01:48 +00:00
Kathy 2ec5e1b8dc 2011-04-26 12:01:15 +00:00
Rich a03970cd09 Initialize Borders from FlexGrid selection
Eliminate SelChange funtions during Initialization
Eliminate Moving GridItem to the Left and Right on selection
Fixed a bug where SelectedEditItem was null
Eliminate SelChange funtions during Initialization
Use FlexGrid CellRange (Selection) to Get and Set Range Borders
Added Unknown value to GridLinePattern enum
Set Range Borders based upon CellRange (Selection)
2011-03-22 15:05:22 +00:00
Kathy 7105a1cfb7 2011-02-08 11:32:53 +00:00
Kathy 3214475301 2011-01-19 16:20:57 +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 926d99cfdc Fixed BackColor logic so only one RTB has the active BackColor for a StepPanel 2010-12-01 22:18:56 +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
Rich e20796dfbf Fixed NextItems logic
Replaced duplicate logic in GetChildren with MyItems
Fixed logic to check for Sections = null
2010-11-15 17:01:36 +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
Kathy fd69da45b9 2010-09-28 18:22:08 +00:00
Kathy 6604321362 2010-09-23 18:45:44 +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
jjenko 0849b002b4 2010-08-12 16:05:52 +00:00
jjenko 935802a57a 2010-08-04 15:17:19 +00:00
Kathy 56d5c40f8a 2010-03-25 11:28:09 +00:00
Kathy 3ef5518f94 2010-01-22 13:59:58 +00:00