Commit Graph

322 Commits

Author SHA1 Message Date
Rich 414378e0f3 Fixed logic to support text library documents
A couple more fixes to paste dashes from Adobe
2012-12-06 21:29:55 +00:00
Rich fd983f616c Fixed logic for SUM.FMT
Fixed logic to update formats
Fixed logic to paste dashes
2012-12-06 16:35:46 +00:00
jjenko 4d0346f0f8 B2012-350 added call to save the text before it processes a tab change
B2012-347 fixed problem with doing a find text after doing a spell check
B2012-350 needed to add a count check for the list of tab items
2012-12-06 03:32:50 +00:00
Kathy 4516759585 2012-12-05 16:44:14 +00:00
jjenko a6e07e9b52 Bug fix B2012-334, program would sometimes terminate when using the Enter key to enter step data 2012-12-04 15:32:52 +00:00
Rich 3b0062bc7e Added Paste Plain Text and Paste No Returns options to System Options 2012-12-01 00:23:41 +00:00
jjenko a1cd388132 User was able to insert symbols, hard spaces, and indents into a RO table. This has been disabled for RO tables. 2012-10-10 13:33:04 +00:00
Rich ca1c51f5df When printing from the command line, the program remains in memory for a very long time after it is done executing. It appears to be associated with garbage collection. I added code so that the process will be killed immediately after the window is closed. This fixes bug B2012-261.
Remove unnecessary line.
2012-10-08 19:13:00 +00:00
Kathy 139b3a35cd 2012-09-18 13:32:22 +00:00
jjenko d13a0f0fb5 fixed use of Insert Symbol into a table cell and fixed bug where you could not select /copy a portion of table cell text 2012-07-16 15:09:47 +00:00
jjenko 2be97c8cfd if running a Demo (demo CD/DVD) version, version is set to Demo and it will display the demo EULA
Will force a “SAMPLE” watermark when running a Demo version (demo CD/DVD)
if running a Demo (demo CD/DVD) display the demo EULA the first time PROMS is run
gets for ReleaseMode and EULA file names
Disable RO Editor when running a Demo version
2012-06-14 14:21:57 +00:00
Rich c9d962d01d Move pagination code to pagination.cs
Add error handler if _MyStepRTB is null
2012-06-08 18:13:08 +00:00
Kathy 00e634f4ed 2012-05-08 13:05:32 +00:00
Kathy 360d7d6552 2012-04-30 14:03:30 +00:00
Rich ea3770fcb8 Added logic to allow the following edit features when not is edit mode:
Copy, Cut (Select all text)
   Set Text to Bold, Italics, Underline, Subscript and Superscript (Select all text)
   Paste (Paste at End)
   Change Case (Select all text)
   Insert ROs and Transitions (Position at the beginning)
   Hardspaces, Indents and Symbols can be added (Position at the beginning)
Connected Click event for Paste Step Text menu item
2012-04-27 15:00:50 +00:00
jjenko 84185d3a45 added SQL Server name (and if it’s local) and the current database name
fine-tuned our PROMS version string
fixed NULL reference with changing a section number/title on a property page that uses StepRTB
2012-04-13 14:42:53 +00:00
jjenko 7bfc9b223f Inserting new step/substeps is disabled when the edit window is empty 2012-04-12 18:55:20 +00:00
Kathy 7eac3bab45 2012-04-11 14:20:59 +00:00
jjenko 4f14509562 Fixed Enter Key logic going from an high level RNO to back to the high level step 2012-03-19 14:24:00 +00:00
jjenko 491c79759e fixed Enter Key logic so that it jumps to an RNO only if the substep type has sequential numbering 2012-02-16 19:01:28 +00:00
Kathy d12adf6ace 2012-01-27 12:44:11 +00:00
Rich e428553e06 fixes to change manager 2012-01-23 13:56:56 +00:00
Rich aed6c8740c File Date/Time changed to UTC to eliminate Daylight Savings Time Issue 2011-12-02 16:28:53 +00:00
jjenko 0158228eeb Fixed a problem when Table ROs where updated (from Get Latest RO Values)
Fixed a table conversion problem. Needed to remove extra ‘\r’ characters
2011-10-10 13:07:32 +00:00
Rich 792351c922 Change Manager 2011-08-01 20:20:39 +00:00
Rich be814b9743 Improve ROFst Update Performance
Add RoFstLookup Dicitonary Entries for Multiple Return Values
AddByROFstIDImageIDs - Add a list of figures based upon a List of ImageIDs
Fix regular expression to find RO Text to replace
GetDROUsagesByROIDs - get a list of ROUSages for a list of ROIDs
GetJustRODB - Get Just RODB object without children
GetJustROFst - Get Just ROFst or ROFstInfo object without children
Reduce duplicate gets of RODB and ROFst
Improve ROFst Update Performance
GetByRODbIDNoData - Get RoImageInfo objects without graphic data for ROFst Update comparison
GetROUSagesByROIDs - Get a list of ROUSages by ROIDs.  This reduces the number of ROIDs to be checked when updating ROFst.
Use GetJustRoFst and GetJustRoDB to improve the performance to see if the "Update ROFst" button should be active.
2011-07-18 14:57:47 +00:00
Kathy 4625ac41f5 2011-07-14 16:02:48 +00:00
Rich 37d067a74e Added table function to return a list of Content records that contain a specified string.
Added stored procedure to standardize text (standard steps)
Lazy Load font value.
Return the correct EditItem when a step is deleted.
Update the StepTabRibbon EditItem when the StepPanel EditItem is changed
Get MyItemInfo if it is not set.
Added missing logic to MyEditItem.
2011-06-24 21:47:40 +00:00
jjenko 85d4b1fafa bug fix for B2011-070, the mouse and the enter key 2011-06-22 14:00:00 +00:00
jjenko dd0fef1712 Table handling in the ProcessEnterKey logic 2011-06-16 19:29:30 +00:00
jjenko f89f692662 added Plain Text paste option 2011-05-27 17:20:09 +00:00
jjenko 6ca33e7e8f unmark table is selected for copystep 2011-05-18 19:48:27 +00:00
jjenko ca6c3eab39 Reset background color of table, if delete was aborted. Also bug fix for B2011-080, removing all rows or all columns will call the Delete function. 2011-05-16 18:54:24 +00:00
Rich 55a7e2e2b6 Fixed Ctrl-C / Copy from menu 2011-05-06 15:32:08 +00:00
Rich fa9ad85a36 Use the currently active control for Ctrl-C, Ctrl-X and Ctrl-V 2011-05-05 17:44:55 +00:00
jjenko ec3ae2b100 2011-04-29 15:34:16 +00:00
jjenko d8071395fe 2011-04-20 20:12:24 +00:00
jjenko 6a63b4634c 2011-04-20 13:59:14 +00:00
jjenko 6ac65a51a3 2011-04-15 14:45:39 +00:00
jjenko 76dd59be14 2011-04-08 13:15:41 +00:00
Rich 2d16db5bf2 Override the default font for Demo Mode
Check for null MyFlexGrid before using it.
Added Static LineWidth0 method used for drawing borders on the screen
Fixed logic to draw borders on the VlnFlexGrid
Fixed logic to draw grid borders on the pdf output.
2011-04-07 23:35:07 +00:00
Kathy 6e353f6781 2011-04-06 14:24:49 +00:00
jjenko 35f45d2e0b 2011-04-01 14:38:19 +00:00
jjenko 98ba49a249 2011-03-30 18:54:21 +00:00
jjenko 2fa637ab4d 2011-03-30 16:19:57 +00:00
jjenko 7f22d62f00 2011-03-28 18:13:29 +00:00
jjenko b4d6118af8 2011-03-24 18:36:54 +00:00
jjenko ccd1d65fce 2011-03-23 18:27:38 +00:00
Rich a03970cd09 Initialize Borders from FlexGrid selection
Eliminate SelChange funtions during Initialization
Eliminate Moving GridItem to the Left and Right on selection
Fixed a bug where SelectedEditItem was null
Eliminate SelChange funtions during Initialization
Use FlexGrid CellRange (Selection) to Get and Set Range Borders
Added Unknown value to GridLinePattern enum
Set Range Borders based upon CellRange (Selection)
2011-03-22 15:05:22 +00:00
Kathy dde998479b 2011-03-22 14:11:11 +00:00