VEPROSM User Interface
DlgPrintProcedure.cs
line 62, need comment, with CSM item number, explaining change
line 430-432, the comment got shifted over to the right
- also lines 533-535, 568, 727-728, 776, 962-964
frmPDFStatusForm.cs
Line 94, need comment, with CSM item number, explaining change
frmVEPROMS.cs
Line 1200, need comment, with CSM item number, explaining change
Volian.Controls.library
vlnTreeView.cs
Line 2806, the comment got shifted over to the right
Also line 2835, 2882
Volian.Print.Library
PromsPrinter.cs
line 182, need comment, with CSM item number, explaining change
Also line 362, 364, 380, 816, 836, 839, 849, 986, 1639, 3022
VlnPageHelper.cs
line 88, need comment, with CSM item number, explaining change
Lines 265-266, the comment got shifted over to the right
- Also lines 1372-1373
vlnParagraph.cs
*** in general - after review this file I didn't see any changes need for for this update.
*** Please verify and if no changes were made (for this update) please resore your local file and remove this from the update
*** Otherwise, below is list of areas that need resovoled - especially the Unicode charater issue.
*** The characters that got switched to Unicode should be plain ascii characters
*** Is there a setting in Visual Studio that is not correct?
Line 1 - remove unicode character [U+FEFF]
Line 271 - the comment got shifted over to the right
Also Lines 422-424, 768-769, 962, 977, 1125-1130, 1211, 1457-1459, 1503-1506, 2084-2085
Line 2838 - remove unicode character [U+0095] (was a bullet character to a astrisk *)
Line 2841 - remove unicode characters [U+0095] (was a bullet character to a astrisk *)
Line 2842- remove unicode characters [U+0093] & [U+0094] (were a double quotes)
Line 2843- remove unicode characters [U+0093] & [U+0094] (were a double quotes)
Line 2844 - remove unicode character [U+0095] (was a bullet character to a astrisk *)
Line 2973-2975 - the comment got shifted over to the right
Also Lines3036-3040, 3058, 4002-4005, 4081
Line 4496- remove unicode character [U+0092] (was a single quote character)
Line 4874 - the comment got shifted over to the right
Line 5378 - the comment got shifted over to the right
Lines 5805 - 5817 check formatting of comment
Line 6254-6256 - the comment got shifted over to the right
VEPROSM User Interface
DlgPrintProcedure.cs
line 62, need comment, with CSM item number, explaining change
line 430-432, the comment got shifted over to the right
- also lines 533-535, 568, 727-728, 776, 962-964
frmPDFStatusForm.cs
Line 94, need comment, with CSM item number, explaining change
frmVEPROMS.cs
Line 1200, need comment, with CSM item number, explaining change
Volian.Controls.library
vlnTreeView.cs
Line 2806, the comment got shifted over to the right
Also line 2835, 2882
Volian.Print.Library
PromsPrinter.cs
line 182, need comment, with CSM item number, explaining change
Also line 362, 364, 380, 816, 836, 839, 849, 986, 1639, 3022
VlnPageHelper.cs
line 88, need comment, with CSM item number, explaining change
Lines 265-266, the comment got shifted over to the right
- Also lines 1372-1373
vlnParagraph.cs
*** in general - after review this file I didn't see any changes need for for this update.
*** Please verify and if no changes were made (for this update) please resore your local file and remove this from the update
*** Otherwise, below is list of areas that need resovoled - especially the Unicode charater issue.
*** The characters that got switched to Unicode should be plain ascii characters
*** Is there a setting in Visual Studio that is not correct?
Line 1 - remove unicode character [U+FEFF]
Line 271 - the comment got shifted over to the right
Also Lines 422-424, 768-769, 962, 977, 1125-1130, 1211, 1457-1459, 1503-1506, 2084-2085
Line 2838 - remove unicode character [U+0095] (was a bullet character to a astrisk *)
Line 2841 - remove unicode characters [U+0095] (was a bullet character to a astrisk *)
Line 2842- remove unicode characters [U+0093] & [U+0094] (were a double quotes)
Line 2843- remove unicode characters [U+0093] & [U+0094] (were a double quotes)
Line 2844 - remove unicode character [U+0095] (was a bullet character to a astrisk *)
Line 2973-2975 - the comment got shifted over to the right
Also Lines3036-3040, 3058, 4002-4005, 4081
Line 4496- remove unicode character [U+0092] (was a single quote character)
Line 4874 - the comment got shifted over to the right
Line 5378 - the comment got shifted over to the right
Lines 5805 - 5817 check formatting of comment
Line 6254-6256 - the comment got shifted over to the right
Instructed Paul to manually change the code for vlnTreeView.cs to add the changes made in Git #237 and re-commit his code.
NOTE
After discussing with Paul and reviewing his Git procedure I had him merge the existing remote Development branch into his local branch before committing his local branch. When opening VS to review the code it was found that the changes to vlnTreeView.cs were not taking effect on his local machine. After troubleshooting potential issues I had him commit his branch and then reviewed the Pull Request that he created. The PR indicated that the #237 we still going to be overridden. Since this file appears to be the only one that would be affected, having him manually add the changes and committing again would be the simplest solution rather than reverting the entire branch and having him redo all of his code changes again.
@jjenko and @kruffing should review any files included in this PR to determine if changes that they made previously are going to be affected by merging this PR into the remote Development branch.
Instructed Paul to manually change the code for vlnTreeView.cs to add the changes made in Git #237 and re-commit his code.
**NOTE**
After discussing with Paul and reviewing his Git procedure I had him merge the existing remote Development branch into his local branch before committing his local branch. When opening VS to review the code it was found that the changes to vlnTreeView.cs were not taking effect on his local machine. After troubleshooting potential issues I had him commit his branch and then reviewed the Pull Request that he created. The PR indicated that the #237 we still going to be overridden. Since this file appears to be the only one that would be affected, having him manually add the changes and committing again would be the simplest solution rather than reverting the entire branch and having him redo all of his code changes again.
@jjenko and @kruffing should review any files included in this PR to determine if changes that they made previously are going to be affected by merging this PR into the remote Development branch.
Approving this but please note that changes in these file included some kind of automatic reformatting of some of the code and comments. There really are no changes to pagination.cs, but the compare showed the reformatting of code and comments. We will need to fix these as we go on from here.
Approving this but please note that changes in these file included some kind of automatic reformatting of some of the code and comments. There really are no changes to pagination.cs, but the compare showed the reformatting of code and comments. We will need to fix these as we go on from here.
jjenko
merged commit 8fa08b09fa into Development2024-02-28 10:46:06 -05:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Added the ability to print Sub Sections individually.
VEPROSM User Interface
DlgPrintProcedure.cs
line 62, need comment, with CSM item number, explaining change
Volian.Controls.library
vlnTreeView.cs
Line 2806, the comment got shifted over to the right
Also line 2835, 2882
Volian.Print.Library
PromsPrinter.cs
line 182, need comment, with CSM item number, explaining change
Also line 362, 364, 380, 816, 836, 839, 849, 986, 1639, 3022
still issues with VlnParagraph.cs
some comments shifted to the right - not lined up as before
Still some Unicode Characters in the file
Still Unicode and formatting issues with VlnParagraph.cs
VlnTreeView would wipe out previous out of memory fix from Git #237
Please merger with current code
Instructed Paul to manually change the code for vlnTreeView.cs to add the changes made in Git #237 and re-commit his code.
NOTE
After discussing with Paul and reviewing his Git procedure I had him merge the existing remote Development branch into his local branch before committing his local branch. When opening VS to review the code it was found that the changes to vlnTreeView.cs were not taking effect on his local machine. After troubleshooting potential issues I had him commit his branch and then reviewed the Pull Request that he created. The PR indicated that the #237 we still going to be overridden. Since this file appears to be the only one that would be affected, having him manually add the changes and committing again would be the simplest solution rather than reverting the entire branch and having him redo all of his code changes again.
@jjenko and @kruffing should review any files included in this PR to determine if changes that they made previously are going to be affected by merging this PR into the remote Development branch.
Approving this but please note that changes in these file included some kind of automatic reformatting of some of the code and comments. There really are no changes to pagination.cs, but the compare showed the reformatting of code and comments. We will need to fix these as we go on from here.
Tested using version 2.1.2402.2810 following the testing requirements and various testing with the additional settings page. No issues were found.