1529 Commits

Author SHA1 Message Date
Rich
09331fa227 Delete Empty CPS Annotation 2016-04-21 20:21:18 +00:00
ca12e39a6b Fixed a null reference error that happened when a step was deleted from the tree. B2016-105
Adding a new step from the section node in a tree will now consistently add the new step at the beginning of that section – whether the procedure editor is open or not. – B2016-002
2016-04-21 17:31:33 +00:00
71927ea398 C2016-007 and B2016-097 – Update ProcStep data every time (Westinghouse CPS) 2016-04-20 15:47:28 +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
3bcd01ce8d Fix some of enhanced format flags
C2016-008: Create an enhanced step if it is missing from a source
2016-04-14 12:44:51 +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
abcedb6c0f Added a check for an empty string 2016-04-07 14:09:45 +00:00
597c5b6ace 2016-04-06 17:03:22 +00:00
0cfa497f09 2016-04-06 15:57:03 +00:00
d16add0a0e B2016-094: click in Tree View white space does not select tree node if step opened from Search 2016-04-06 15:50:44 +00:00
abc992057c 2016-04-05 18:16:47 +00:00
f9145f8b68 2016-04-05 18:12:36 +00:00
Rich
b695681aba code to support CPS Editor 2016-04-05 16:05:19 +00:00
8c8aad861b Fix B2016-093: Sometimes windows are left blue after adding RO 2016-04-05 15:26:58 +00:00
ba8d5d9ea7 C2016-004: Added new format flag ‘NoDefaultSectReq’ to Transdata to use 1st step section as Default if none defined 2016-03-18 15:26:13 +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
425617eeec Fixed a delete step issue where if there were transitions that needed deleted or re-assigned, you would get trapped in an infinite loop, constantly displaying the error message. 2016-03-17 17:47:04 +00:00
ba019e4476 Added shortcut keys for the buttons 2016-03-16 15:08:34 +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
cca53e5d79 Will now replace hard spaces with spaces (was putting in a ?)
Will now replace each hard return with a space
2016-03-14 16:32:05 +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
4ddac642b0 B2016-047: Use ‘DSS_ChklstEditSize’ to docstyle for setting of edit window size 2016-03-14 13:01:03 +00:00
067351f47a Added logic to trim the copied text after the first tab character 2016-03-11 20:22:56 +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
6f454134db B2016-069: Hardspace appeared to be 2 spaces in ‘view’mode of StepRTB if proportional font (Arial) 2016-03-07 16:32:01 +00:00
a203dd1846 Disable Approve Some Procedures option when more than on user is in a procedure set. 2016-03-04 03:00:38 +00:00
d67291bb2c Don’t allow a Reviewer only user toggle the Include on Continuous Action Summary check box. 2016-03-03 18:38:04 +00:00
235024bef4 B2016-067: Copy/paste/property edit of section caused format to change
B2016-064: Reviewer can no longer copy/paste steps via keyboard shortcut F5
2016-03-03 16:52:10 +00:00
b400a27cd4 Added a check for the shortcut switch “/EmbedImages” before allowing the paste of a screen shot 2016-03-03 16:26:24 +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
a1deb2a0ff Don't set the grid into adjust size for RO Tables 2016-03-02 21:01:39 +00:00
e9b3cd91e2 Took out memory garbage collection call that was significantly slowing down printing.
Added a forced memory garbage collection call after editing a table
2016-03-02 19:52:00 +00:00
d874371f44 B2016-037: Cut text with referenced objects removes text (actually ‘cleans’ any content text that has ‘<NewID>’ in it 2016-03-02 13:36:55 +00:00
4dfddeecb4 Added multi-user check for menu items to prevent certain actions when someone else is in a procedure or procedure set. 2016-03-01 20:56:13 +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
Rich
74f2b180eb B2016-055 - Answering No to a dialog when doing a paste replace of a procedure was causing the code to crash.
B2016-048 - Editing an existing transition was causing the code to crash.
2016-03-01 13:38:08 +00:00
9a7d508f81 Fixed<Shift><Space> bug B2016-008 2016-02-29 15:21:36 +00:00
Rich
841f8fff63 When the Dock property was set to fill, the save and cancel buttons were hidden
Removed the message box from the search save button which was incorreclt stateing that the output was saved to the clipboard.
2016-02-26 20:50:31 +00:00
Rich
2c498554ee Adjust the height of the Annotation Text window to scroll when moved past the bottom line. 2016-02-26 20:49:26 +00:00
Rich
cc108f3c85 Don't use the EditItem for paste if it's parent is not expanded. This keeps the pasted step from being pasted in the wrong place.
Display the SQL Code Revision in the email that sends the Error Log
2016-02-26 16:10:47 +00:00
5f517fa72c Created a descriptive name for the create pdf button on the reviewer ribbon 2016-02-26 16:01:00 +00:00
7eff67c489 disable print button on the reviewer ribbon when the applicability setting is Master 2016-02-26 16:00:17 +00:00
debcc7db30 B2016-040: after delete, steps disappear from edit screen. 2016-02-26 15:06:12 +00:00
Rich
c7c8d7f4ec Set the Annotation Scrollbar on and fit the annotation window to the space available. 2016-02-25 19:44:07 +00:00
2d753b1db6 Allow user to select a date to begin showing change bars
Added context menu item to allow the selection of a date to begin showing change bars.
2016-02-24 17:34:21 +00:00
d7643f4721 logic to save word sections with resolved RO values for exporting the approved procedure
Better memory management and commented out debug statements to help evaluate memory usage
2016-02-18 15:31:19 +00:00
Rich
697fbf98f8 Show the amount of time it takes to complete a search
Remove Debug Messages
Eliminate crash due to SQL connections
The location for search result was changed from bullets to meaningful values.
2016-02-12 20:00:10 +00:00
006d194d01 Fix B2016-034: New Procedure/New Word Section creation causes new procedure to disappear from tree view 2016-02-12 16:35:15 +00:00