51 Commits

Author SHA1 Message Date
71130bd26b C2019-025_Ability-to-Toggle-Replace-Words 2025-01-24 10:12:43 -05:00
81d20b26ac B2023-060: Beaver Valley SAMG/Supplemental Information Continuous Sections printing as Separate 2023-05-26 11:26:26 +00:00
4bcfa5fbe8 C2020-046 Changed the column mode list wording to One, Two, Three, and Four Columns 2021-04-07 17:43:27 +00:00
22978ffff5 B2019-165 Added a check box on the automation tab to allow user to turn off the printing of a foldout page on the last page of a Word document that does not include foldouts (Byron/Braidwood)
Code cleanup, found a missed instance of a check for “FOLDOUT” as section number – corrected so that it using the Section_IsFoldout method instead
2019-11-13 17:11:51 +00:00
cfb847de9c C2019-042 Added a check box to identify a section as being a foldout – used in with printing in duplex
C2019-042 use new format config setting to check if sections are foldouts
C2019-042 use new format config setting to check if sections are foldout
B2019-134 code cleanup, discovered we were missing a “break;” statement in processing folder specific information
2019-11-06 20:50:29 +00:00
Rich
bfd2ae34ab C2018-013 Procedures with Supplemental Information will assume that all sections are printed separately 2018-05-16 12:42:10 +00:00
e7f9d4e3ed Support for SAMGS Supplemental Information 2017-05-03 13:57:12 +00:00
fea63966fb Enhanced: Add new enhanced link info to doc version config
Enhanced: Remove a bad comment
2016-05-09 11:25:26 +00:00
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
6366af8b47 Enhanced Document support
Null check
Move DisplayText.cs to CSLA
Enhanced Documents – don’t allow ‘Save’ RO on enhanced step
Enhanced Documents windowing
Enhanced Documents remove unnecessary options
Enhanced Documents – don’t allow ‘Save’ transition on enhanced step
Enhanced Documents/Insert,Delete,Paste
2016-01-20 16:43:23 +00:00
Rich
a87c8facdb New Enhanced Document Properties 2015-10-27 13:28:47 +00:00
Rich
3e413b0f17 Changed SubSection.Edit Section Config property to correctly be defaulted to "No"
Base MyConfig on the type of item (Procedure, Section or Step)
Keep the code from crashing iff the user selects a result in the search window that points to non-editable text
2015-02-16 20:22:57 +00:00
Rich
bcfd5578c1 Added how SubSection_Edit property value is determined
Added code to delete ro usages and transitions that are converted to text.  Added code to handle "dashes" and "unicode dashes"
Added code to support converting to text transitions to external destinations with internal style transition
Added wait cursor for log running processes so application shows it is busy and added code to to fix searches that should return results but are not returning results when doiing transitions searches.
Added code to make Refresh Referenced Objects and Refresh Transitions button under Review tab of StepTabRibbon not visible
2015-02-11 20:32:43 +00:00
290d2c8abf Fixed issue getting the parent’s config values 2014-10-29 14:58:33 +00:00
d41c675f6e Added checkboxes for Placekeepers and Phonelist
Supporting logic to save/retrieve Placekeeper and Phonelist information
Supporting logic to save/retrieve Placekeeper information
Added Placekeeper logic
Null reference fix
Logic to get PrintPhoneList flag
Rearranged the panel and added Placekeeper checkbox
2014-04-08 21:02:43 +00:00
c31586e7b7 Completed switch statements for column setting to include 3 and 4 columns (code cleanup) 2013-10-02 21:50:01 +00:00
Rich
03e42a9288 Fixed applicability logic so that a section applicability can be set to all. 2013-08-30 20:35:36 +00:00
f963dfc03c Fixed initialization of the Print Section Number and Title
Fixed the logic that determines the column mode of a section
Logic to support the {HLSTEXT} token
2013-06-10 19:53:02 +00:00
8984f3bcd4 2013-05-09 12:23:53 +00:00
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
Rich
1e2fedc518 Added private property SelectedSlave
Added DocVersionInfo property to ROFSTLookup class
Set DocVersionInfo to DocVersionInfo of ROFstInfo object in ROFSTLookup constructor
Added Reset method to ROFSTLookup class
Changed return values for ROID parameter of GetRoValue method
Changes SectionConfig class to implement IItemConfig interface
Added MasterSlave_Applicability property to IItemConfig
Changes StepConfig class to implement IItemConfig interface
Added MasterSlave_Applicability property to IItemConfig
Changed GetGroup method to support multi units
2012-12-04 22:54:41 +00:00
87ab671908 Look at procedure column mode setting before saving column mode. 2012-11-27 15:09:39 +00:00
Rich
1b0023deb5 Restored RevDate for approval.
Use existing MyProcedure rather than "getting" an item from the database.
2012-11-05 22:00:36 +00:00
31fb66002a 2012-09-27 11:05:07 +00:00
Rich
9f45759050 Reduced memory usage
Add Memory Usage summary to the log file.
GetJustFormat to reduce memory use
Fix code so that children are not disposed while they are being used
Added new method GetJustFormat to reduce memory use
Fix logic so that content is not used after it is disposed
Verify that Content object is not disposed before using Text
Dispose of parts when Content object is disposed
Verify that ContentInfo object is not disposed before using Text
Dispose of parts when ContentInfo object is disposed
Place brackets around DB names to support names containing periods.
Dispose of parts when Item object is disposed
Removed inapproriate Dispose in MakeItem
Dispose of parts when ItemInfo object is disposed
Remove event handler when ItemInfoList object is disposed
Dispose of parts when Transtion object is disposed
Dispose of parts when ZTransition object is disposed
2012-05-29 18:02:17 +00:00
00dc6448c2 2012-04-12 16:33:18 +00:00
4d24f93f3a 2012-04-04 16:16:36 +00:00
da260ce27a 2012-03-08 14:20:38 +00:00
18743629c6 2012-02-27 16:13:34 +00:00
Rich
8e2b179738 Restore Kathy's code that I stepped on with my update 2012-02-21 16:05:00 +00:00
Rich
a57172f22f correct config xml to upper case C
RevisionConfig property on Revision and RevisionInfo classes
2012-02-15 20:41:34 +00:00
4e2d6e5089 2012-02-15 14:56:20 +00:00
3ae2116de3 2012-01-27 12:38:54 +00:00
edf7c15dbb If the plant format does not have PMode set, then it should default to 2 column mode. (according to 16-bit code) 2012-01-11 13:51:14 +00:00
e024297db6 2011-11-21 16:43:36 +00:00
c67def5eb0 2011-09-22 11:50:54 +00:00
f1d48204c6 2011-06-16 10:30:28 +00:00
46a7416070 2010-12-02 15:21:29 +00:00
59aca78048 2010-11-16 17:23:54 +00:00
Rich
a4e94054d2 Use inheritance to get Format 2010-09-27 16:23:11 +00:00
430396e0d0 2010-08-10 10:49:32 +00:00
f2ab81f97d 2010-06-24 15:19:46 +00:00
1dcda26a99 fixed Bookmark wording
debugged and fixed many issues in the property pages
2010-06-04 19:24:52 +00:00
2830a93e24 2010-03-25 14:48:46 +00:00
Rich
d3e7bc9dd5 Removed AncestorLookup property
Changed logic to use Info version of parent
Changed Ancestor Lookup to use Info objects
Removed ActiveFormat from editable object
2009-10-08 14:29:52 +00:00
e0881364cd 2009-02-04 13:14:57 +00:00
155000586d 2008-11-19 13:56:30 +00:00
3b5e898cea 2008-10-03 11:25:33 +00:00
610f408c6d 2008-08-12 11:18:05 +00:00
Jsj
c7c678f6ed better handling of parent values for Get and Set 2008-03-26 18:26:45 +00:00