jjenko
d24df779c3
B2016-217 fixed the alignment of the End Message box.
2016-09-28 17:54:27 +00:00
jjenko
570404687c
B2016-216 Don’t put a page break between a group heading and the first item under it.
2016-09-27 19:18:01 +00:00
jjenko
564393b3ac
B2016-191 The Watermarks on landscaped sections that also rotates the page header (pagelist) need to be rotated back.
2016-09-26 19:06:44 +00:00
jjenko
b4d867a517
B2016-209 – the dash (hyphen) character was not found in Word sections
2016-09-16 18:08:30 +00:00
jjenko
537ec8c2fe
B2016-204 – needed to pass in the document file extension when we create a new word document in converting a library document to a regular word section.
2016-09-14 17:30:16 +00:00
jjenko
0f4378913f
The logic that handles backslashes in RO return values did not account for the Unicode hard space character.
2016-09-14 15:23:08 +00:00
jjenko
f989e52a13
B2016-182 fixed replace word logic that was replacing words surrounded by dashes
2016-09-13 18:03:48 +00:00
jjenko
6a737a961d
Fix for auto TOC grouping logic (B2016-200) and for line spacing consistency (B2016-205)
2016-09-12 18:47:05 +00:00
jjenko
36e4b0c3ab
Added check for even page number before printing Auto Table of Contents to determine if blank page should be printed. B2016-181
2016-09-06 19:33:14 +00:00
jjenko
1ba918cfd8
Added logic to use “{DB}” as the connection Initial Catalog setting which will be replaced with the specified database name from the \DB command line switch
2016-09-02 14:05:33 +00:00
jjenko
0245c9fe7a
Fix to import Transitions in Grids (tables) and handle the dash characters
...
Added a Set method to MyGrid
2016-08-31 18:40:25 +00:00
jjenko
ae2473ba24
Fix to import Transitions in Grids (tables)
2016-08-31 18:39:25 +00:00
jjenko
f62fd3bf61
Added a tool tip to the Printable Text position entry on the Annotations tab
2016-08-24 21:16:55 +00:00
jjenko
e7a1619945
when building an export file (from the Approved procedure) replace any forward slash or backslash used in the rev number (user types in the rev number)
2016-08-12 13:29:15 +00:00
jjenko
d42a05a1f4
For Parent/Child procedures, added the Child name (ex. Unit 1) to the export filename when you export from the Approve Version
2016-08-11 17:53:27 +00:00
jjenko
df152b7b67
The Through transition type now puts the word “through” in the transition
2016-08-10 20:03:49 +00:00
jjenko
2f974705dd
Adjusted the position of the OK and Cancel buttons
2016-08-10 16:38:18 +00:00
jjenko
1bf77667b2
Give option to import RO’s as text when the RO path of the import is different than the target procedure set
...
Prompts user with options on what to do with the import of a procedure that has a different RO path than the target procedure set.
2016-08-09 12:33:01 +00:00
jjenko
ac47021609
Added a null reference check for selectedDVI on the tc_PanelTabDisplay() function.
...
Added logic to skip the checks for changed integrated graphics (figures) when the RO database has none.
2016-08-03 18:52:14 +00:00
jjenko
4293219f16
Added a “Section Sign” symbol §
2016-08-01 19:23:11 +00:00
jjenko
254d15948f
Fixed issue of Import Procedure has same RO Path but a different ROdbid number
...
Fixed issue where the top box of the dialog was not displaying the “&” character used in the RO Path
2016-07-26 15:25:48 +00:00
jjenko
13e404f215
Fixed issue of Search not finding the Register symbol
2016-07-08 17:16:10 +00:00
jjenko
f96212221d
Logic to find when words are bolded or underlined also fixed logic in looking at the next item
2016-07-08 13:53:06 +00:00
jjenko
382864aca7
Fixed printing of backslashes in procedure numbers and titles
2016-07-07 18:15:13 +00:00
jjenko
b7e0e78ca9
Fixed logic for Find/Replace of backslash and symbol characters B2016-156
...
Moved repeated logic to a static function RTFConvertedSymbolsToUnicode which is needed for Find/Replace. Used in DisplayText.cs, FindReplace.cs, and VlnFlexGrid B2016-156
Fixed finding backslash and symbols B2016-156
Fixed finding backslash and symbols in tables (grids) B2016-156
2016-07-06 15:23:30 +00:00
jjenko
ebdfc812a3
Fixed searching for symbol characters B2016-156, B2016-159
2016-07-06 15:21:46 +00:00
jjenko
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
jjenko
ffa8edbdd3
Reset the ribbon buttons enabling when a procedure tab is selected to fix <Shift><F5> issue so that Copy Step Paste options menu pops up B2016-148
2016-06-29 19:30:32 +00:00
jjenko
9b3e3a76cf
Added a check for a NULL reference when building the enhanced step tab.
2016-06-28 12:52:30 +00:00
jjenko
a29f374023
Move the line of code that replaces a backslash with the \u8596? Symbol to the top of ReplaceUnicode B2016-151
2016-06-24 16:14:25 +00:00
jjenko
d927ea3964
Adjusted the Window (high level step type) position in the template to the left to move it away from the change bar.
2016-06-23 14:53:25 +00:00
jjenko
6549842c49
Added logic to convert “[RHO]” to the rho symbol
2016-06-22 18:07:54 +00:00
jjenko
3275c1f446
Added symbols for Trade Mark, Service Mark, Infinity, Proportional To, Ohm sign, Not Equal To, Copyright, Registered sign
...
Added logic to handle the Trade Mark symbol – RTF is automatically converting the Unicode to \’99 but PROMS StepRTB would not display it
This function was moved to CSLA Extension. Commented out the code here, built without errors. Remove this file from the SVG Library project.
2016-06-22 13:14:32 +00:00
jjenko
c4422f9f2c
Added a date and description of change for handling the backslash character
2016-06-21 15:48:20 +00:00
jjenko
0d13585924
Supporting logic to handle the use of the backslash character
2016-06-21 15:16:12 +00:00
jjenko
4c6d09803d
Supporting logic to handle the use of the backslash character
...
Supporting logic to handle the use of the backslash character, and question marks
Supporting logic to handle the use of the backslash character, dashes, and symbols
Supporting logic to handle the use of the backslash character and dashes
2016-06-21 15:15:01 +00:00
jjenko
6a226b0480
For ROs, only replace spaces with hard spaces if the character before or after is number
2016-06-07 19:29:51 +00:00
jjenko
351352b76f
Fixed V.C. Summer End Message B2016-145
2016-06-07 16:54:41 +00:00
jjenko
e7a0a96dae
Convert ^ to a delta when used in X/Y Plots
2016-06-03 16:07:02 +00:00
jjenko
eec1c7f6f9
Added support to convert the carrot character (^) to the delta symbol in X/Y Plots
...
Added support for hard spaces in section titles and removed the dash character that was always inserted between the section number and section title.
2016-06-02 19:22:00 +00:00
jjenko
6ed306e8b9
Fixed null reference error when inserting a figure off of a figure
2016-06-01 14:49:59 +00:00
jjenko
0166b06209
Beefed up the logic that determines if we need to strip the “S” from the end of the CAUTIOS or NOTES tab.
2016-05-27 18:24:08 +00:00
jjenko
aab71bdd7e
Fixed issue where word section page size was being used for the duplex foldout on the preceding page. B2016-135
2016-05-26 20:42:18 +00:00
jjenko
f763a9a868
Fixed crash when you selected the Open button on the Library Document tab in the Tools panel. Open button is only available for library documents with zero references.
...
If the open library document is not referenced, then save changes but don’t generate a PDF.
2016-05-26 15:25:47 +00:00
jjenko
008a1e67eb
If the open library document is not referenced, then save changes but don’t generate a PDF.
2016-05-26 15:24:36 +00:00
jjenko
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
jjenko
3d62b2c50a
Additional logic added to try and find a step editor section that could be the default step section, when one was not set.
2016-05-18 19:48:09 +00:00
jjenko
4d54dcee7b
Default Step Section checkbox stayed visible when adding a new Word section
2016-05-18 17:29:42 +00:00
jjenko
3b4d15b7dd
Fixed issue where the first step of the second section was printing on top of the section title, when the second section prints with the continuous setting. Needed to use a different variable which better represented the y position of the text.
2016-05-17 20:07:30 +00:00
jjenko
cd523e12a6
Added a check for a Figure substep type without an RO reference
2016-05-13 19:00:58 +00:00
jjenko
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
jjenko
65ad595afc
Enabled insert Next and Previous on the Figure substep type (B2016-111)
...
Set the cursor focus to the Find Text box when Find/Replace is first started (B2016-107)
Added a Cancel button to the “Reopen Last Database” dialog, which will exit PROMS
2016-05-13 18:58:14 +00:00
jjenko
cc6735db05
When importing a folder, if the RO database name is the same as a RO database currently in the data, but the RO path of the importing folder is different than the current RO database path, compare the FST contents of the two and if the same use the current RO database. Also when importing a RO database of the same name but has a different RO Path, rename the importing RO database name to keep the RO database names unique. B2016-119
2016-05-11 14:23:53 +00:00
jjenko
09b87d183e
Made the Note, Caution, and Hold Point box wider.
2016-05-09 19:34:35 +00:00
jjenko
34d4c2e5b5
Fixed bug where status bars not always complete when importing or exporting a procedure in which the last section is a word sections, or when the last section of the last procedure in a set is word section.
2016-05-05 20:11:36 +00:00
jjenko
0b0ed771ba
Fixed issues of not finding correct format, index of range, and duplicating existing library document - B2016-103, B2016-109
2016-05-02 20:27:03 +00:00
jjenko
99b7a5de3d
Made the “No item found” message more descriptive when junk text is entered in the debug box used to enter ItemIDs
...
Added a check for a null document version for when a disconnected itemID is entered in the debug box used enter ItemIDs
2016-05-02 19:10:51 +00:00
jjenko
3229fb1c2f
use the checkbox setting to save Y or N into the Section_TOC section config B2016-106
2016-04-26 19:19:29 +00:00
jjenko
b7f4423ca1
Added logic to allow grouping of sections that are defined in the format docsyle to automatically be included on the Table of Contents
2016-04-22 17:51:01 +00:00
jjenko
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
jjenko
71927ea398
C2016-007 and B2016-097 – Update ProcStep data every time (Westinghouse CPS)
2016-04-20 15:47:28 +00:00
jjenko
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
jjenko
425afb365b
Turn on Default button next to the format drop down if selected format is not the default. Fixed positioning of OK and Cancel buttons
2016-04-18 20:24:59 +00:00
jjenko
309ac8f303
C2015-044 – was not always prompting to Overwrite or make a Copy when the same procedure number exists in the current set. The messages for Overwrite and Copy no longer look similar and include the procedure number in question. The Cancel button on both (Overwrite and Copy) now works.
2016-04-18 15:13:24 +00:00
jjenko
ac49c296cd
Fixed the TableSpaceAvailable logic (B2016-038) which made print think a table was taller than it actually was.
2016-04-13 16:37:46 +00:00
jjenko
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
jjenko
ce2f89f848
Made LossOfAC step type an Unnumbered High Level step.
...
Code cleanup.
2016-04-11 20:37:33 +00:00
jjenko
680056cd2c
Allow Next and Previous on HLS, Don’t allow Adding Cautions or Notes off of the ERG step number, Don’t allow adding Previous or Next from a Title with Text to Right/Below
...
Added a Blank Cover Page section type
2016-04-07 19:41:46 +00:00
jjenko
4f99977685
Fixed Background Document print bug where a second note/caution background would start printing two line lower on the page.
2016-04-07 14:10:25 +00:00
jjenko
abcedb6c0f
Added a check for an empty string
2016-04-07 14:09:45 +00:00
jjenko
5888de12b7
2016-04-05 19:07:02 +00:00
jjenko
46ff0559e1
2016-04-05 19:06:14 +00:00
jjenko
c4b32aff95
2016-04-05 18:33:00 +00:00
jjenko
2b5b3f1462
2016-04-05 18:19:46 +00:00
jjenko
abc992057c
2016-04-05 18:16:47 +00:00
jjenko
912d8c0b24
2016-04-05 18:13:32 +00:00
jjenko
f9145f8b68
2016-04-05 18:12:36 +00:00
jjenko
4c435d5f8f
2016-04-05 18:08:45 +00:00
jjenko
a055e76644
2016-04-05 17:56:06 +00:00
jjenko
2c70106d28
2016-04-05 17:55:20 +00:00
jjenko
21ec8d7f09
2016-04-05 17:29:02 +00:00
jjenko
0e6470fc8f
Added the Solid UP Triangle and Solid DOWN Triangle symbols
2016-04-04 13:30:00 +00:00
jjenko
43c319633b
Hide the foldout maintenance tab on the step properties panel when a Word section is the currently active tab
2016-04-01 15:02:57 +00:00
jjenko
69073bbc90
Fixed issue of background for high level step starts one line higher on the page when proceeded by a Caution or Note background page.
2016-03-23 20:25:58 +00:00
jjenko
7469ab179b
Fixed a null reference that prevented access to the real error message when updating formats
2016-03-22 15:02:49 +00:00
jjenko
ee91973682
B2016-081 if a transition is to a non-editable section, also check that if it goes to a step in that non-editable section
2016-03-21 15:13:44 +00:00
jjenko
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
jjenko
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
jjenko
ba019e4476
Added shortcut keys for the buttons
2016-03-16 15:08:34 +00:00
jjenko
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
jjenko
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
jjenko
067351f47a
Added logic to trim the copied text after the first tab character
2016-03-11 20:22:56 +00:00
jjenko
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
jjenko
77f655579a
Added accessibility to MS Word functionality to page through, jump to next/previous text
2016-03-11 15:31:40 +00:00
jjenko
41ca9d6958
For Westinghouse’s single column format, fix logic around a format flag that determined substep levels based on section and subsection numbers.
2016-03-11 15:21:04 +00:00
jjenko
eb39dbf6e5
Fixed the tab level logic for Westinghouse Attachment sections (single column format)
2016-03-09 16:26:40 +00:00
jjenko
d432a980d7
Added logic for grouping titles and to rename the “Procedure Steps” section title to “OPERATOR ACTIONS” on the auto table of contents
...
Fixed a problem where the auto table of contents was getting wrong page numbers when the procedure had duplex foldouts and printed with blank pages (V.C. Summer)
2016-03-08 21:02:03 +00:00
jjenko
0b3e70fd6d
Added a text box to enter a grouping title for use on the auto table of contents
...
Added TOC_Grouping_Title
Added TofCProcedureStepsTitle to rename the section title “Procedure Steps” to “OPERATOR ACTIONS” on the auto table of contents (used by V.C Summer - SUMall.xml)
2016-03-08 21:01:13 +00:00
jjenko
062a5be314
Auto Table of Contents fixes
2016-03-08 20:59:50 +00:00
jjenko
f846cd5073
Fixed initialization of the format dropdown list
2016-03-04 20:45:24 +00:00