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

.net 3.5 and .net core 3.1 targets #211

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

flier268
Copy link

No description provided.

kayoub5 and others added 7 commits December 18, 2019 13:32
Modified the way that match autocompletion items, in order to get all that contains selected text, instead of filter only those that start with. For example, if you have 2 words "checked" and "unchecked" and search for "ch", you will find "checked" at first, and then "unchecked" because "unchecked" contains "ch" too.
- SyntaxHighlighting is abstract class;
- static method CreateSyntaxHighlighter using to create SyntaxHighlighter;
- folder SyntaxSources have SyntaxHighlighter for any languages;
2. Fix some moments in other classes for working with new SyntaxHighlighter.
3. In the feature I want using classes in SyntaxSources for dynamic syntax highlighting and AutocompliteMenu.
@flier268 flier268 mentioned this pull request Jul 24, 2020
@codingdave
Copy link

codingdave commented Jan 18, 2021

Hi @flier268,

I guess this PR would be interesting if it was not mixing different things:
This code contains the new Sdk csproj style, stylistic code changes, new classes and new logic (the three merges of other FCTB forks).

Please file a clean PR that does only what it should and explain that in the description.

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.

6 participants