219 Commits

Author SHA1 Message Date
dd65177acd Added ability for user to enter the path to Visio
Use the user specified path to Visio, else look in the registry
2017-03-20 20:32:39 +00:00
41bc492517 B2017-039 Allow insert of High Level Step and substep while on an embedded image sub-step. 2017-03-08 19:50:13 +00:00
Rich
de84adc5ff Corrected logic to Find Visio Path in Registry 2017-02-10 17:03:29 +00:00
Rich
d6fe5a9d0d After adding code to support Visio, PROMS would no longer add high-level steps from the Insert ribbon. This has been fixed. 2017-02-01 15:43:06 +00:00
Rich
8defa23e65 Added support for Visio 2017-01-30 16:53:35 +00:00
07fd4990df B2016-238: Don’t allow insert of step from step with no text 2017-01-27 15:36:49 +00:00
21434d576d Changed tool tip to tell user the image size can be changed from the Step Properties panel
Added Change Image Size to context menu
2017-01-19 18:06:50 +00:00
4c4396e8c8 C2017-002 Allow inheritance of step data elements 2017-01-10 13:01:58 +00:00
cc30214d31 Additional logic to try to start up the equation editor, modified message box and added to error log if it could not be started. B2016-278 2016-12-06 16:32:12 +00:00
1ff60597c3 B2016-262 & B2016-263: for search results & report, print ‘Equation’ for Document text rather than rtf
Additional functionality for Equation Editor, bring up equation editor tool (from registry setting) on Equation button click
B2016-265, print proper size of change bar
B2016-261: don’t print extra blank lines for a table/equation/figure after caution/note off many lined step in single column mode
2016-11-22 14:16:04 +00:00
085814045c B2016-260: fix check that determines if step’s content is an equation (including paste buffer) 2016-11-18 13:30:40 +00:00
0b7371367c Equation Editor interface support 2016-11-17 15:05:15 +00:00
91da0b995f Added supporting logic to SaveText and SaveContents for Editorial Spell Checker
Added supporting logic to SpellCheckNext for Editorial Spell Checker
Save text changes before starting up the spell checker
Added supporting logic to UpdateEditor for Editorial Spell Checker
2016-10-25 18:48:14 +00:00
e689dc2ba0 Embedded images 2016-10-17 14:25:30 +00:00
Rich
2a60c36d25 Table off of Caution or Note 2016-08-10 18:03:19 +00:00
Rich
d6e23d63d1 Verify that an RO Table or Text Table can be added for an RNO. 2016-08-09 20:04:59 +00:00
e7302a504e B2013-154: enter-key from RNO in single column -> fix incorrect insertion/display of new RNO 2016-08-01 15:30:36 +00:00
Rich
000175c49e Disable Split and Merge Menu Items for RO Tables 2016-07-08 17:36:22 +00:00
Rich
c95527574f Disable Split and Merge buttons for RO Tables 2016-07-06 19:23:47 +00:00
14bb3fcf3b Using statement added so the ContentItems[0].MyItem do not say in cache (caused issues with paste/replace step) B2016-153
When using CopyStep Paste, don’t convert a transition to text if that transition has procedure number information  B2016-148
Fixed <Shift><F5> issue so that Copy Step Paste options menu pops up  B2016-148
Made SetButtonAndMenuEnabling a public function to fix <Shift><F5> issue so that Copy Step Paste options menu pops up  B2016-148
2016-06-29 19:32:06 +00:00
76b39e3046 B2014-105: When in Calvert Alarm Condition Response table, print AER table in AER column
B2014-105: When in Calvert Alarm Condition Response table, AER column allow insert of AER table
2016-06-28 15:05:42 +00:00
e4573a6880 C2016-020: Improve Delete step prompt dialog text to include that enhanced step is deleted also, if linked 2016-06-15 14:26:23 +00:00
d28304fd4c Don’t expand the RO step properties panel if the working draft does not have a RO Path set
Disable the GoTo button if on an empty RO table type.  Disable the Insert RO button if the working draft does not have a RO Path set
2016-05-24 19:06:30 +00:00
7f38f14657 Use config data to determine whether a step is enhanced rather than format flag EnhancedLinkedStep
Remove EnhancedLinkedStep format flag
Remove unnecessary comments
2016-05-19 12:57:29 +00:00
f4b05839fa B2016-122: from Document Version Properties form: click OK crashes if remove enhanced links done first.
B2016-122: Added a DocVersion.GetFromDB to get data directly from db (not from cache)
Support subsections when setting context menu items for enhanced links
2016-05-17 11:29:30 +00:00
5942d14798 Changed the “Search RO Text” checkbox label to “Search RO and Transition Text” (B2016-110)
Fixed null reference issues when adding/deleting Figures off of Figures (B2016 -111)
Added a public method that will set the cursor focus to the Find Text box when Find/Replace is first started (B2016-107)
When a new Figure substep is added, the Step Properties Panel is automatically opened with the RO tab selected.  Changed the RO button in Step Structure grouping of the Insert tab to read “RO Figure”.
2016-05-13 19:00:03 +00:00
15f3b2ce09 Enhanced: rename a method name for clarification
Enhanced: convert 16-32 bit link data at procedure level
Enhanced: convert 16-32 bit link data at procedure level.
2016-05-12 12:48:34 +00:00
253f2ee224 Enhanced: remove unnecessary step button enabling code 2016-05-11 12:26:38 +00:00
d4c0f2098d Enhanced: Additional context menu items for create missing & unlink; allow insert hls if in enhanced 2016-05-09 11:33:29 +00:00
7ce40b53a7 Fixed paste bug (B2016-005) remove paste options from tree context menus when copied step is deleted.
Made a public method to enable/disable the ribbon’s paste buttons so it can be called when a step is deleted from the tree view. (B2016-005)
2016-04-19 18:56:55 +00:00
b4c27db531 C2016-008: Don’t have ‘Create Missing Enhanced xxx Document Steps’ on context menu if enhanced section does not exist. 2016-04-14 15:00:57 +00:00
e6ad27120c C2016008: Create an enhanced step if it is missing from source (menuing) & Enable delete of unlinked enhanced step 2016-04-14 12:45:33 +00:00
c72522730c Hide the Step Properties Transition tab when on a Figure substep (B2014-093)
Disable the Transition, Hard Space, Symbol, and Indent buttons on the Insert Ribbon when on a Figure substep (B2014-093)
2016-04-12 17:43:09 +00:00
15c96e66b8 B2016-072 check the section config for the column mode to determine the Insert Table sub-menus, ie whether or not to include AER and Centered submenu 2016-03-18 13:11:42 +00:00
77591553c2 Added Insert and Replace buttons
Added comments with a link to the sendkeys key commands
Logic to let the Import Word Contents form know which edit item should receive the key strokes
2016-03-15 17:46:46 +00:00
d40cc470c3 B2016-071: Proms was crashing on insert of section level note/caution - null reference fix 2016-03-14 13:58:39 +00:00
01f7850964 Added a button for importing text from a word document
Allows you to select/open a word document and will put word text on clipboard
To remember the last word document opened
2016-03-11 15:33:25 +00:00
Rich
526214e0b5 Don't Change Selection if the mouse is down.
Don't hide the grid tools for RO Tables
Disable individual methods for RO Tables on the Grid Tool Ribbon and Context Menu (Copy, Paste, Insert, Remove)
Don;t allow edit mode if IsRoTable.
2016-03-02 21:03:08 +00:00
Rich
b5d87ce503 Corrected typo (runing vs running)
Shift-Ctrl-Note Insert Note displays an empty context menu if the Insert Note is disabled in the Ribbon
2016-03-01 18:52:25 +00:00
d863e066ab Fixed B2014-051: Display correct context menu for mis-spelled word’s Edit Step when in a grid cell 2016-02-04 14:22:41 +00:00
948fe7f1de B2016-023: For enhanced, display pasted steps in edit window if editor is open
B2016-025: Ribbon button enabling for enhanced support
2016-01-29 15:03:43 +00:00
Rich
b087ce9996 Fixed code so that Right-Click is accounted for before going to an enhanced document 2016-01-28 16:18:13 +00:00
7c7e29053c B2016-019: Don’t display enhanced tab if not enhanced document. Also enlarge form a bit so that folder button on Output settings tab isn’t cut off
B2016-015: refresh tabs for enhanced inserted steps. B2016-017: fix crashes on replace
B2016-024: do not allow insert new HLS in enhanced if positioned on substep (from ribbon)
- B2016-022: insert procedure in a ‘source’ set before/after did not have Create Enhanced checkbox and B2016-017: fix crashes on replace
2016-01-28 14:37:44 +00:00
2844a4a38d enabling/disabling of copy/paste buttons
adding (or not) paste menu items depending on to/from document types
2016-01-26 11:47:23 +00:00
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
bc6fcfd05b Use static function to check user’s security level in allowing changes to step properties
Use static function to check user’s security level in allowing the insert or change of a transition
Use static function to check user’s security level in allowing the user to edit a table cell
Use static function to check user’s security level in allowing text modifications when keyboard shortcuts are used
ROEditor only security is now also considered a Reviewer.  Don’t allow a Review goto an RO (run the RO editor), Don’t allow a Reviewer toggle out of view mode from the context menu, for Reviewers, don’t allow the Enter key enter new steps and substeps.
For Reviewers, when on a table (grid) have the Enter Key move down to the next step element, don’t allow Reviewers edit a table
2015-12-09 21:04:02 +00:00
8af0edb375 Added events to allow keystrokes to toggle change bars, continuous action summary, and placekeeper check boxes.
Made ribbon buttons for Superscript and Subscript public, also improved logic around the insert pagebreak button.
2015-11-06 21:04:31 +00:00
Rich
58e58083c2 New Enhanced Document Properties
Fixed Find and Replace logic to keep it from getting into an infinite loop
Used new CSLA code to hanndle deletion of procedures with external transitions
New Enhanced Document properties
2015-10-27 13:34:33 +00:00
7adcafa29b Added a Continuous Action Summary ribbon button 2015-10-23 18:15:29 +00:00
4f4af0156a B2015-001: single indent holds for entire steprtb.
B2015-001: print of single indent – handle soft return
2015-09-28 13:40:58 +00:00