jjenko
24d6cf60ab
B2017-056 The chronology of changes report had duplicate records (two for each text change). We were clearing the change bar override when we did not need to which caused an additional write to the database thus the extra record.
2017-07-11 16:02:06 +00:00
jjenko
f3f99b97ad
C2017-028 Allow sup info off of a table when on an empty table cell
2017-07-11 13:32:43 +00:00
jjenko
f204e513de
Disabled the Save and Print buttons in Word when editing Word attachments
2017-07-07 17:52:36 +00:00
jjenko
eca7ff8c0e
B2017-134 Creating a new enhanced section from EOP was using incorrect document type
2017-07-06 14:36:11 +00:00
jjenko
e1e1bbb38a
B2017-132 added a check for null reference. When processing PDF chunks during sup info printing we were trying to process a vlnmacro that was set to null
2017-06-29 16:21:17 +00:00
jjenko
f65502bbf1
B2017-124 - a null reference was causing PROMS to error when deleting a figure substep out of a group of figures
2017-06-28 18:09:16 +00:00
jjenko
559c01f22a
B2017-130 after interrupting the update ROs, PROMS thought that the RO.FST was older than that in the database. That logic is no longer needed with the new Update RO Values design.
2017-06-27 17:51:50 +00:00
jjenko
c7a520b4d1
F2017-041 Added a two page document cover sheet for background documents
2017-06-27 16:03:28 +00:00
jjenko
df6271d05c
B2017-129 – fixed null reference (opening User Manual section)
2017-06-26 20:12:30 +00:00
jjenko
f70634429c
B2017-057 convert 8209 char to a dash for MessageBox text
2017-06-26 20:11:55 +00:00
jjenko
c1bbd219a3
B2017-128 disable the merge table cells button if only one table cell is selected
2017-06-26 15:34:51 +00:00
jjenko
abe1d01d30
Added a check for ImageID already in the list to addFiguresByROFstIDand ImageIDs B2017-125
2017-06-23 20:03:57 +00:00
jjenko
a8a0b37a32
Added titles to message boxes used during the check of the RO.fst B2017-125
...
Add LoadingFigures to save status of loading the figures during Update RO Values B2017-125
Added checks to see if the RO Figures need loaded B2017-125
Added checks to see if the RO Figures need loaded and set the status during the loading figures part of updating RO values B2017-125
Make the progress bar text visible B2017-125
Added titles to message boxes used during the check of the RO.fst and make the progress bar text visible B2017-125
2017-06-23 20:02:34 +00:00
jjenko
3e0f5e19bb
C2016-029 can now apply the Bold, Italics, Underline, Upper case, Lower case, and Title case styles to a selected range of table cells
2017-06-22 12:50:29 +00:00
jjenko
8afa945327
Added a null reference check
2017-06-21 18:57:03 +00:00
jjenko
43dffa55cb
B2017-105 – adjust the y position of a symbol character when its size is greater than the normal font size
2017-06-21 18:25:47 +00:00
jjenko
c1c5bfd081
C2017-025 logic added so that dropdown list opens when you click anywhere on the dropdown control
2017-06-21 12:41:22 +00:00
jjenko
9c5b3273ba
Mistakenly removed the RODefaults_graphicsprefix which is used in the DataLoader coding.
2017-06-20 17:27:16 +00:00
jjenko
d20ec450ce
Added DoUpdateRO flag for use in the new Update RO logic
...
Better feedback when updating RO values, also save list of updated ROs in text file in Documents\VEPROMS
2017-06-20 16:28:45 +00:00
jjenko
16133ccab1
Added method to remove all word section PDFs during the update RO values process
...
More live feedback to the user when updating RO values, faster Update RO Values logic, merged the refresh ROs logic with the update ROs logic, save date/time of completed RO Update
Logic to get the RO figure file name
2017-06-20 16:27:17 +00:00
jjenko
f5dbfa12fb
B2017-079, B2017-053, B2017-049, improved the speed and logic of updating ROs. The Refresh ROs logic is now merged into the Update ROs logic. Also annotations are added when ROs are updated. The Refresh ROs options were removed from the tool list.
...
Better feedback when updating RO values, also save list of updated ROs in text file in Documents\VEPROMS
Save the date/time of the last successfully completed RO Values Update
Add annotations for updated RO values, better logic in updating RO figures so they are needlessly updated, better logic in determining if an RO needs to be updated
Logic to save the date/time of the last successfully completed RO Update
Better logic to determine if an RO value needs updated.
2017-06-20 16:26:04 +00:00
jjenko
b7bffda9de
Added DeleteAllDocVersionPDFs for use with Update ROs
2017-06-20 16:23:37 +00:00
jjenko
0d0bd7661b
Use method from VE_Font to get a font reference (uses dictionary so redundant Window Handles are not created) B2017-117
...
Add a Using statement when we temporarily create a RichTextBox to ensure the Window Handle is free’d. Also use method from VE_Font to get a font reference (uses dictionary so redundant Window Handles are not created) B2017-117
2017-06-12 17:58:30 +00:00
jjenko
74898f5e4e
Added methods to use common dictionary of fonts part of B2017-117 Out of Window Handles fix
...
Use method from VE_Font to get a font reference (uses dictionary so redundant Window Handles are not created) B2017-117
Add a Using statement when we temporarily create a RichTextBox to ensure the Window Handle is free’d. Also use method from VE_Font to get a font reference (uses dictionary so redundant Window Handles are not created) B2017-117
2017-06-12 17:57:22 +00:00
jjenko
7c615cf182
B2017-114 Fixed issue where PROMS was trying to adjust the location of steps on the screen when shutting down, and sometimes hanging in the process.
2017-06-08 17:16:10 +00:00
jjenko
036938d9d9
B2016-115 the comparison of the contents of RO.FST files would also be seen as different (and loading into memory) even when user created a new RO.fst without making any RO changes. We needed to skip past the RO.FST header information in the file which contains the date/time the FST was created. Also needed to do a garbage collection.
2017-06-08 17:12:52 +00:00
jjenko
69c78b19aa
getRoFstBySize will return just the newest of that size
2017-06-08 17:11:49 +00:00
jjenko
3d8ce13c6a
Needed to add SpaceIn=”True” to the Caution5 step type. This is not getting inherited from the Caution step type
2017-06-06 14:47:00 +00:00
jjenko
51c5cf8d1c
C2017-024 logic to trim the height of the hold point type of boxes (Cautions/Notes types) when there is only a hard space type in for the text.
2017-06-05 20:22:09 +00:00
jjenko
9bf88111f1
Change the ReplaceSymbolChars list to an indexed list (like transitions)
2017-06-01 15:09:59 +00:00
jjenko
4163b9d46f
B2017-033 Added the bullet character to the ReplaceSymbolChars list and set the size to 8 points
2017-06-01 15:02:35 +00:00
jjenko
c6608b8370
Added logic to support the indexed list version of ReplaceSymbolChars
2017-06-01 14:31:51 +00:00
jjenko
dd4c099741
Updated usage of ReplaceSymbolChars to use an index
...
The buttons in the symbol gallery now use an image of each symbol so that we can show the FreeMono representation
2017-06-01 14:31:16 +00:00
jjenko
b9e3448fe5
C2016-006 added clock symbol replacement, changed ReplaceSymbolChars to be an indexed list (like Transitions)
2017-06-01 14:29:13 +00:00
jjenko
1648de9f8d
Added HWndCounter tool to count/debug window handle usage
...
Add DSO Framer errors to our error log
Commented out a debug console.writeline
2017-05-26 18:31:23 +00:00
jjenko
cd3d3f15eb
Open RO.FST with READ/WRITE instead of just READ
2017-05-26 18:27:49 +00:00
jjenko
9b881f551e
C2017-008 Formats now have a grouping allowing us to change a symbol character’s font family, size, style, and/or the actual character
2017-05-26 15:13:19 +00:00
jjenko
cc175768c6
C2017-008 Increase the size of the box symbol character and B207-051 turn off all step compression
2017-05-26 15:11:51 +00:00
jjenko
b9c7828274
C2017-008 Added commented out XML grouping which allows you to change a symbol character when it’s printed
2017-05-26 15:11:14 +00:00
jjenko
6e94a74803
B2017-085 Added hard returns back into the template
...
B2017-085 Added logic to handle hard returns in the templates. Fix logic that grabs template titles that contain spaces.
2017-05-23 18:02:46 +00:00
jjenko
4f5585e332
B2017- 092 Added logic to the PDF generation so that duplicate PDF Bookmarks are not added for steps containing supplemental information.
2017-05-22 15:33:41 +00:00
jjenko
68aa1e9aab
B2017-091The Checkbox for inserting blank pages for duplex printing was shortened so that it does not run into the Cancel button. It now reads “Add Blank Pages For Duplex Printing”. Also when print a procedure that has facing pages this check box is checked by default.
...
B2017-090 Commented out a line of code that is no longer needed for printing facing pages, but was causing the main procedure to paginate incorrectly.
Sped up the logic that calculates how small to shrink the font size on the supplemental information facing page.
2017-05-22 15:32:47 +00:00
jjenko
8280de55e2
First round of reducing the font size of supplemental info text if would not normally fit on a page
2017-05-18 16:27:09 +00:00
jjenko
7f4173af82
Logic to keep the supplemental info pages in sync with the SAMG procedure should the sup info print past the end of the page
2017-05-18 16:26:17 +00:00
jjenko
7f1fab4877
Increased the page length by two lines and moved starting position up a line for the “Procedure Steps without Section Header” section
2017-05-18 16:25:44 +00:00
jjenko
d5b0ebc1f9
Increased the page length to correct pagination compared to 16-bit output
2017-05-16 20:05:55 +00:00
jjenko
881e8c0833
Set the change bar position to the same location as in the EOPs (single and duel column)
2017-05-16 18:16:59 +00:00
jjenko
2a34dd3fe0
Moved the Section Number and Section Title up in the Procedure Steps with Section Header section type
2017-05-16 13:32:26 +00:00
jjenko
6c2cc93b88
A temporary fix to the template to remove unhandled hard return. Changed the page with of the Step Description Table section
2017-05-12 20:14:19 +00:00
jjenko
3b03233003
B2017-082 Added a check for a RO Path being assigned at the working draft node
2017-05-05 14:53:47 +00:00
jjenko
c5f12b116a
B2017-078 Open the RO FST file for reading and with file sharing of read/write
2017-04-25 16:49:19 +00:00
jjenko
9a52e89fd5
B2017-059 only turn on the spellchecking if the RTB is visible
2017-04-17 15:42:31 +00:00
jjenko
1e7004b5d6
B2017-070 when restoring a deleted step that once had enhanced document link info, remove the link info from the step and its cautions and notes
2017-03-31 18:09:09 +00:00
jjenko
de0e7d3613
B2017-069 – remove enhanced document information from the config when a step is restored from history
...
Added a null check
2017-03-31 15:18:02 +00:00
jjenko
8f81199574
B2017-068 don’t convert transition to other procedure to text if the link is valid for the paste destination
2017-03-30 16:57:47 +00:00
jjenko
0e18aa7b83
B2017-067 don’t give option to use Visio if it is not installed on the machine
2017-03-30 13:56:30 +00:00
jjenko
2d23a5e6da
B2017-066 fixed an index out of range when doing a right arrow to walk through table cells where the first column of the table had merged rows
2017-03-29 18:48:01 +00:00
jjenko
75ec77fd49
B2017-065 Fixed null reference bug happening during a CopyStep / Replace Step of an EOP step that is linked to an Enhanced step
2017-03-29 16:51:15 +00:00
jjenko
3935e16f46
Moved the StepCompression to the correct format location (to turn off step compression)
2017-03-28 17:00:44 +00:00
jjenko
d441bbc4b1
Moved the PartialStepCompression flag to the correct format location (to turn on partial step compression)
...
Removed redundant PartialStepCompression and StepCompression flags
2017-03-28 17:00:08 +00:00
jjenko
8b5e7e01ad
B2017-060 the update of RO usages of an imported procedure, if RO was not found in the ROUsage table, the import would be aborted instead of converting the invalid RO to text
...
B2017-060 the update of RO usages of an imported procedure, if RO was not found in the ROUsage table, the import would be aborted instead of converting the invalid RO to text.
Part of B2017-060 fix were we need to prevent the content text from being disposed when Item is used in a Using statement.
2017-03-24 14:29:39 +00:00
jjenko
95d7cbbf98
Added parameter (empty string) to function used in this file part of bug fix B2017-060
2017-03-24 14:27:55 +00:00
jjenko
c4509c6a87
B2017-062 needed to remove square brackets from the IF NOT EXITSTS statement for IX_contentsLastChanged
2017-03-23 17:41:02 +00:00
jjenko
e24685abea
2017-03-22 20:07:41 +00:00
jjenko
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
jjenko
ca9e0b2c1c
Added ability for user to enter the path to Visio, Also fixed the Cancel button so that it restores the previous settings
2017-03-20 20:30:19 +00:00
jjenko
b8f330718e
B2017-046 added a check for a zero selection length when we check a table cell that uses the symbol font
2017-03-16 19:28:38 +00:00
jjenko
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
jjenko
36ed82ba43
B2017-040 Allow range transitions start and end at different step levels
2017-03-08 19:39:31 +00:00
jjenko
2c3c5fc9e0
B2017-031 linked enhanced document sections were displaying an ‘@’ sign for sequential sub-step tabs
2017-02-24 19:44:21 +00:00
jjenko
30369c2630
B2017-029 added a check for editing a deviation document before doing some special positioning
2017-02-16 20:47:34 +00:00
jjenko
4686cb0f6e
Added a check for column mode before adjusting a sub-step note or caution text width
2017-02-16 17:09:52 +00:00
jjenko
ea177b4b21
Fixed a null reference error cause by previous update to this file
2017-02-15 15:50:35 +00:00
jjenko
dea491a3d9
B2017-023 fixed null reference errors when text boxes on Working Draft Specific Information dialog are empty. B2017-024 Added a context menu with windows clipboard options
2017-02-13 19:26:35 +00:00
jjenko
f933b59e5f
B2017-024 Added a context menu with windows clipboard options
2017-02-13 19:24:52 +00:00
jjenko
ac103b0f77
Fixed a typo in the get of the SectionNumberAndTitleLength flag name
2017-02-13 14:32:58 +00:00
jjenko
96872600e9
F2017-017 Corrected the Prairie Island SAMG format so that it properly lists the available substep types on the Insert Substep dropdown and on the Tags tab of the Step Properties panel
2017-02-09 14:45:44 +00:00
jjenko
0f99ac59f5
F2017-011 fixed logic that was partially overwriting the text in the TitleWithTextRight step type (enhanced backgrounds) Also fixed the positioning of the TitleWithTextRight and TitleWithTextBelow step types on the step editor for enhanced backgrounds
...
null reference check
F2017-013 – added logic to SplitTitle to handle when the page list item containing <SectionLevelTitle> also has text (ex: <SectionLevelNumber>) on the same line and we need to split all of that text onto another line
2017-02-08 20:19:28 +00:00
jjenko
d88c2fa54b
Added new format variable SectionNumberAndTitleLength
2017-02-08 20:18:16 +00:00
jjenko
54cb7cda1f
F2017-011 – removed “FSG” from the Step, Caution and Note tabs
...
F2017-013 Added new format variable SectionNumberAndTitleLength to use for splitting the section title and any text to the left of it (usually the section number)
2017-02-08 20:15:01 +00:00
jjenko
665415724c
F2017-013 Added new format variable SectionNumberAndTitleLength to use for splitting the section title and any text to the left of it (usually the section number)
2017-02-08 20:14:12 +00:00
jjenko
54d2a36536
Turned off Rev Date
2017-02-07 20:55:13 +00:00
jjenko
83c3a69a89
B2015-089 Restore inner xml when there is a problem trying to save a duplicate RO, C2015-017 – added red text that appears when Duplicate button is pressed.
2017-02-02 18:44:40 +00:00
jjenko
2b397c63e7
Fixed the ‘&’ in the “Introduction & Appendix Pages – With Box” and the “Introduction & Appendix Pages – Without Box” section type names
2017-01-31 19:58:39 +00:00
jjenko
8d1babe2cd
B2017-019 use DisplayNumber and DisplayText on the table of contents so that <u> will get translated
2017-01-30 19:45:09 +00:00
jjenko
13ade8e0b7
B2017-019 Don’t cook applicability ROs (ex <u>) when displaying for editing
...
B2017-019 handle <u> in DisplayNumber
2017-01-30 19:44:25 +00:00
jjenko
125f3b1b43
B2016-009 - Add message box explaining copied step inherits the destination step type
2017-01-26 20:35:25 +00:00
jjenko
728889a637
B2017-016 – Handle when format selected from the dropdown happens to be the default format
2017-01-26 15:09:35 +00:00
jjenko
9d6bfa6bf9
Added logic to properly do the Ctrl Del keystroke
2017-01-26 14:56:57 +00:00
jjenko
0659754ccf
Updated the list with descriptions for Backspace and Ctrl Backspace
2017-01-26 14:56:07 +00:00
jjenko
702d972e13
Made the shortcut list display window longer
2017-01-26 14:55:30 +00:00
jjenko
ee189b7212
B2013-185 Use the FlexibleMessageBox for the list of affected transitions when the applicability is changed, so that a scroll bar will appear when the list is long
2017-01-24 18:43:41 +00:00
jjenko
c70c8a574f
B2015-170 – don’t allow a transition to a non-sequential step
2017-01-24 16:13:00 +00:00
jjenko
41a135864f
C2017-004 when defaulting to the default format, position format dropdown to the default format
2017-01-23 20:27:34 +00:00
jjenko
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
jjenko
993a22eb5a
Added Change Image Size to context menu
2017-01-19 18:05:52 +00:00
jjenko
431503a104
B2016-281 - handle when text is selected (highlighted) and the first keystroke is a dash or backslash. Also handle when dash or backslash is entered between two links such as two ROs that are butt up against each other.
2017-01-18 17:00:30 +00:00
jjenko
3c471efd9f
Fixed bug B2017-003 which required you to exit proms after doing an import so that doing a goto on a transition (in a table) would work properly
2017-01-16 20:14:37 +00:00
jjenko
cc77a47237
C2016-030 – added Find and GoTo buttons on the Review Ribbon so that users with Review only security can easily preform a Find text and Go To a Transition location.
...
B2016-274 – allow a user with Admin rights who also is included in the reviewer or RO Editor group move a procedure within a set.
2017-01-10 16:06:52 +00:00
jjenko
bef0744972
B2016-274 - allow user with Admin rights who also is included in the reviewer group edit existing annotations made by other users
2017-01-10 16:04:18 +00:00