{"id":14986425,"url":"https://github.com/adam8797/easyscintilla","last_synced_at":"2025-04-11T20:32:36.567Z","repository":{"id":65414221,"uuid":"83078440","full_name":"adam8797/EasyScintilla","owner":"adam8797","description":"The easiest possible way to use Scintilla.NET in Windows Forms","archived":false,"fork":false,"pushed_at":"2021-10-16T12:29:11.000Z","size":84,"stargazers_count":20,"open_issues_count":5,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-25T18:21:36.690Z","etag":null,"topics":["csharp","scintilla","scintillanet","windows-forms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adam8797.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-24T20:06:11.000Z","updated_at":"2025-02-03T18:09:58.000Z","dependencies_parsed_at":"2023-01-23T10:55:09.962Z","dependency_job_id":null,"html_url":"https://github.com/adam8797/EasyScintilla","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adam8797%2FEasyScintilla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adam8797%2FEasyScintilla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adam8797%2FEasyScintilla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adam8797%2FEasyScintilla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adam8797","download_url":"https://codeload.github.com/adam8797/EasyScintilla/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248476556,"owners_count":21110312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","scintilla","scintillanet","windows-forms"],"created_at":"2024-09-24T14:12:51.133Z","updated_at":"2025-04-11T20:32:36.152Z","avatar_url":"https://github.com/adam8797.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyScintilla\nA (hopefully) easier way to use [ScintillaNET](https://github.com/jacobslusser/ScintillaNET) in Windows Forms\n\n\n## Installation\n\nThe easiest way to install is to use [NuGet](https://www.nuget.org/packages/EasyScintilla/)!\n\n```\n\u003e Install-Package EasyScintilla\n```\n\n## Usage\n\nThe goal was to make Scintilla as easy as possible to drop into a Windows Forms project.\n\nFrom the forms designer, simply drag the `SimpleEditor` control from the toolbox onto the form.\n\nThen, in the code behind set the `Styler` property.\n\n```C#\nthis.simpleEditor1.Styler = new CSharpStyler();\n```\n\nThat's it!\n\n## Common Issues\n\nSome users have been having issues where the `SimpleEditor` control does not get added to the Designer Toolbox.\n\nTo fix that, follow these steps:\n\n1. If you've not done so already, install EasyScintilla\n2. Open up the Windows Forms Designer\n3. Right click on the empty space in the Toolbox, and click \"Choose Items\"\n4. Once it has finished loading, click Browse.\n5. Navigate to your project directory, and look for the folder called \"packages\". This is where Visual Studio saves your NuGet packages after you install them.\n6. Navigate to `[solution_root]\\packages\\jacobslusser.ScintillaNET.3.6.3\\lib\\net40` and choose the file `ScintillaNET.dll` and click OK.\n7. Navigate to `[solution_root]\\packages\\EasyScintilla.1.0.3\\lib\\net40` and choose `EasyScintilla.dll` and click OK.\n8. Click OK.\n9. You should now see both the `Scintilla` and `SimpleEditor` controls appear in the Toolbox. `Scintilla` is the base editor from Scintilla.NET and `SimpleEditor` is from this project.\n\n\n## Stylers\n\nI've built a few stylers into EasyScintilla, but I will happily take pull requests for new stylers.\n\nYou can create your own stylers be deriving from the abstract class `ScintillaStyler`\n\nExamples can be found in the `Stylers` Directory.\n\n### Built in stylers\n\n| Language                            | Styler Class       |\n|-------------------------------------|--------------------|\n| C#                                  | `CSharpStyler`     |\n| HTML                                | `HtmlStyler`       |\n| PowerShell                          | `PowerShellStyler` |\n| Python                              | `PythonStyler`     |\n| Ruby                                | `RubyStyler`       |\n| SQL                                 | `SqlStyler`        |\n| Teradata Parallel Transporter (TPT) | `TptStyler`        |\n| Windows Batch                       | `BatchStyler`      |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadam8797%2Feasyscintilla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadam8797%2Feasyscintilla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadam8797%2Feasyscintilla/lists"}