Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VFPXPorter's warning message displays non-recognizable rich text in the 2.21 beta #1588

Closed
vfp9 opened this issue Oct 5, 2024 · 0 comments
Closed
Assignees
Milestone

Comments

@vfp9
Copy link
Contributor

vfp9 commented Oct 5, 2024

After delete the Warning.rtf file in the same directory as EXE:
image

@fforay fforay self-assigned this Oct 5, 2024
@fforay fforay added this to Build 2.21 Oct 5, 2024
@github-project-automation github-project-automation bot moved this to To do in Build 2.21 Oct 5, 2024
@fforay fforay moved this from To do to Done in Build 2.21 Oct 5, 2024
@fforay fforay added this to the 2.21 milestone Oct 5, 2024
@fforay fforay closed this as completed Oct 9, 2024
@github-project-automation github-project-automation bot moved this from Done to Needs testing in Build 2.21 Oct 9, 2024
RobertvanderHulst added a commit that referenced this issue Oct 19, 2024
* Issue 1508

Extension of the VOWindowCloneSelectDlg with:
- Selection of a directory
- Search in the loaded list
The additions to the project structure made by Chris are also included.

* Issue 1508

added the filter for the currently edited file and the start directory for the FolderBrowser dialog.

* Enabled /EnforceSelf on our projects

* Changed our source files so they compile with /enforceself. Also changed the templates for forms etc for this.

* Changed compiler to only apply /enforceself to method calls

* Recompile with /enforceSelf

* Buiold 2.21.0.1: Rolled bacl change for #1503.

* Correction WarningDialog box : RTF source was shown instead of message

* Correction to avoid compiler warnings

* Correction #1588 : Show Warning message instead of RTF Content

* [Compiler tests] Adjusted tests to use /allowdot both enabled and disabled for #1515

* [VsIntegration] Do not resolve Stranger Projects using ENVDTE but use the Community Toolkit instead to prevent locking issues

* ControlOrder
Conversion of the ControlOrder window from a modal dialog to a normal window.

PropGrid
If you select several controls in the Designer, the values in the properties window remain with the first selected control; now the properties of the last selected control are always displayed.

VoWindowEditor
Conversion of the VOControlCreationOrderDlg window from a modal dialog to a normal window.
Hiding the toolbox and the properties window only when the designer cannot take focus and not as before when the designer loses focus.
If controls are inserted via copy and paste, they are no longer added somewhere in the ControlOrder but at the end.Issue 1508

added the filter for the currently edited file and the start directory for the FolderBrowser dialog.

* [Vsinrtegration] Additional changes to reload external DLL when changed

* [Macrocompiler] Allow 'AS Type' clause for Runtime Macro (type is ignored for now)

* [XSharp.VFP.UI] Function Sys(16) correction #1592

* Moved test to right function

* The properties window and the tool window remain visible as long as the designer interface can maintain the focus.

* [VsIntegration] Added some checks for SnapShotPoints for End of Buffer and Start of Buffer , to prevent incrementing or decrementing outside of the valid range.
To simplify the code two extension methods for SnapShotPoint() were added: AtEnd() and AtStart()
Also renamed 'currentChar' to 'point' at several locations, because that's the type of the variable.

* Updated versions to 2.21.0.2 (should have been committed before previous commit)

* [Compiler] When the AnalyzerConfig option is passed to the compiler, then we need to add a new entry to the sourceFileAnalyzerConfigOptions object for the generated code.
Otherwise the size of trees and the config options is different.

* [Build] Fix generation of Xml file in wrong folder. Add default items for X# (Vobinary and NativeResource)

* Added some DefaultValue to avoid WinForm designer to generate unwanted code

* Added some DefaultValue to avoid WinForm designer to generate unwanted code

* Suppress the direct load of Serilog Nuget package to avoid conflict with VS2022 integration

* Correction on default Value for vfpEvents

* [Vsintegration] When include file contains "real code" then we should not fetch the start token from the include file. Fixes #1596 and #1595

* Refactored previous commit: remove duplicate code

* [Doc] Update

* Rearrange the controls after inserting them.

---------

Co-authored-by: Robert van der Hulst <[email protected]>
Co-authored-by: Fabrice Foray <[email protected]>
Co-authored-by: cpyrgas <[email protected]>
@RobertvanderHulst RobertvanderHulst moved this from Needs testing to Done in Build 2.21 Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants