975db3f56d
B2019-084: Procedure number change not updated in pasted transition over another transition
2020-03-05 16:52:28 +00:00
448f2e5653
C2020-001: Allow changing of font sizes within table (added rtf method argument)
...
C2020-001: Allow changing of font sizes within table, keep font size rtf for tables
C2020-001: Allow changing of font sizes within table, user interface
C2020-001: Allow changing of font sizes within table, added icons
2020-02-11 12:42:26 +00:00
443162a944
B2019-171: Use format flag to handle differences between formats for uppercasing of ROs
...
B2019-171: Add flag to handle differences between formats for uppercasing of ROs
2019-11-13 14:36:01 +00:00
7face42b01
B2019-164: Fix extra space at end of some replaced words
2019-11-07 13:45:42 +00:00
71bf704f60
B2019-092 – the “Step with .0” step type caused replace words that are bolded and underlined to lose the space character that was after the word being replaced.
2019-07-02 19:22:45 +00:00
bf3983e953
B2019-073 Corrected the ReplaceWords logic so that if it was turned off in for tables, it will also keep it turned off if the table is in an RNO or RNO part
2019-05-13 19:49:36 +00:00
c9c26d235a
B2019-034 Added logic to handle when the user manually bolds and/or underlines a word that would normally be bolded and/or underlined via Replace Words
2019-03-15 18:23:34 +00:00
17260519e3
B2019-030 Use FlexableMesageBox instead of MessageBox so that it is always on top.
2019-03-07 18:02:31 +00:00
bbcb638024
C2018-039: Upgrade – User Control of Format
2018-12-12 15:34:25 +00:00
d2a442e385
B2018-128 Added check for font change command. Fixes inserting RO’s containing hyphens into tables, preventing an extra space to appear after the hyphen.
2018-09-14 14:05:27 +00:00
7a0edda568
C2018-017 Put description of all know symbol characters in the baseline meta file
...
C2018-018 Put the contents of the Word sections in the baseline meta file
2018-08-01 15:05:22 +00:00
Rich
4d20d8219b
B2018-088 - Corrected logic to handle partially processed ROs so that the code will not crash. Also changed the Error Log message to be more useful.
...
B2018-089 - Changed the Error Log message to be more useful when Word refuses to adjust Document margins during print.
2018-06-11 14:29:57 +00:00
Rich
56e8553571
Code changed to exclude \u8209? (non-breaking hyphen) from consideration when looking to see if the space that is found is part of an RTF Command.
2018-05-02 15:17:57 +00:00
09aa4e4ab0
B2018-042 the property class was not printing on all of the pages it needed to be
...
B2018-041 Setpoints were not being uppercased when they followed a dash character
2018-03-02 16:59:27 +00:00
Rich
ce099ed78e
B2017-269 - Logic added to handle new flag BoldTransitionsExceptBoldHLS. This was necessary since different types of high level steps can be both bold and normal.
2018-01-03 20:06:46 +00:00
Rich
0a91bc1739
B2017-265 When pasting a Hyphen from MSWord in one of the first three characters the code would go into an infinite loop.
2017-11-30 13:04:32 +00:00
ed47591369
B2017-204 reset the RO Usage count which will reset the cached RO information
2017-09-12 13:28:39 +00:00
83e13a93ee
B2017-196: Hanging indent entered negative numbers rather than indent
2017-09-08 13:14:41 +00:00
Rich
a03e6903d0
B2017-168 Fixed logic to handle Fortran Formatted numbers
2017-08-07 14:31:34 +00:00
a4a9fb1d47
B2017-147: Edit and print displayed back quote rather than degree in some ro values
2017-07-19 16:04:08 +00:00
fa68b282b8
B2017006: If a transition is bolded by formatting of transition, don’t turn off bold if bold occurs within text.
2017-07-10 15:06:26 +00:00
Rich
111fe18565
C2016-023 - Copy using clipboard
...
Convert Transition to text if the destination procedure set is different than the current procedure set and the destination procedure number exists in the current procedure set.
C2016-023 - Copy Step
Convert Transition to text if the destination procedure set is different than the current procedure set and the destination procedure number exists in the current procedure set.
2017-07-05 19:38:43 +00:00
Rich
850acf34b4
Added admin tool to fix hyphens
...
Fix hyphens when non-standard hyphens are pasted
2017-06-26 15:19:47 +00:00
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
96dcbdcc76
B2016-267: Linking to enhanced background steps crashed if step had RO and if no RO path was set.
2016-12-08 17:06:13 +00:00
f989e52a13
B2016-182 fixed replace word logic that was replacing words surrounded by dashes
2016-09-13 18:03:48 +00:00
Rich
2099596290
B2015-134 Hanging Indent with Hard Returns was not being saved
2016-07-20 12:43:40 +00:00
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
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
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
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
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
Rich
f02cce2ced
Change RTF token \line to \pard\line so that text displays properly.
...
Pause timer to refresh the treeview while items are being added.
2016-02-01 21:30:07 +00:00
Rich
497b614111
Added \line RTF token to the possible whitespace characters
2016-01-22 15:22:30 +00:00
Rich
28d54bed73
Not Sure
2016-01-20 20:29:44 +00:00
e36cc1847a
Enhanced Document support - Moved from volian.controls.library (should be deleted from volian.controls.library )
...
Move from volian.controls.library (should be deleted from volian.controls.library )
2016-01-20 16:52:55 +00:00
0f3edbb967
2009-05-05 15:24:25 +00:00
93a5453618
2009-05-05 13:29:07 +00:00
Rich
8742af45dd
Replacing strangely formatted version
2009-04-13 20:26:39 +00:00
8abee9cea2
2009-03-09 13:09:02 +00:00
e98f6c1e92
2009-03-05 16:01:10 +00:00
fd3522836b
2009-02-04 13:16:21 +00:00
4dbbcf0478
2009-01-27 15:36:38 +00:00
b8f6a4df10
2008-11-19 13:59:54 +00:00
f52384c8d5
2008-04-10 13:48:56 +00:00
0f4ce7874a
2008-03-19 12:44:57 +00:00
859851d499
2008-03-13 12:55:47 +00:00
e0599c2a56
2008-01-28 14:05:58 +00:00
Jsj
6e00716c47
2007-11-20 20:12:45 +00:00