Skip to content

- adding updated fix for #164#167

Merged
desjarlais merged 3 commits intomasterfrom
re-introduce-scintillanativelibrary
Dec 8, 2025
Merged

- adding updated fix for #164#167
desjarlais merged 3 commits intomasterfrom
re-introduce-scintillanativelibrary

Conversation

@desjarlais
Copy link
Owner

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the SatelliteDirectory configuration property by moving it from the Scintilla class to a new dedicated ScintillaNativeLibrary static class. This improves the API design by providing a clearer configuration point that users must set before the Scintilla type is first accessed. The change addresses issue #164 and increments the version to 6.1.1.

Key Changes:

  • Introduced new ScintillaNativeLibrary static class for native library configuration
  • Moved SatelliteDirectory property from Scintilla to ScintillaNativeLibrary
  • Updated version from 6.1.0 to 6.1.1

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
Scintilla.NET/ScintillaNativeLibrary.cs New file providing dedicated configuration class for native library paths with clear documentation about initialization requirements
Scintilla.NET/Scintilla.cs Removed SatelliteDirectory property and updated two references to use ScintillaNativeLibrary.SatelliteDirectory
Scintilla.NET/Scintilla.NET.csproj Incremented version number from 6.1.0 to 6.1.1 for this patch release

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

desjarlais and others added 2 commits December 5, 2025 10:26
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@desjarlais desjarlais merged commit 4b79c9b into master Dec 8, 2025
2 checks passed
@desjarlais desjarlais deleted the re-introduce-scintillanativelibrary branch December 17, 2025 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants