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

v0.9 beta work #46

Merged
merged 63 commits into from
Oct 27, 2021
Merged

v0.9 beta work #46

merged 63 commits into from
Oct 27, 2021

Commits on Mar 28, 2020

  1. Fix Library Layout and NuSpec

    hawkerm committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    6a8693c View commit details
    Browse the repository at this point in the history
  2. Suppress XML Comment Warnings

    hawkerm committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    3103c28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec539be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7858aae View commit details
    Browse the repository at this point in the history
  5. Couple of doc fixes

    hawkerm committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    b1169af View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Configuration menu
    Copy the full SHA
    ec28c44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23972aa View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Fixes #42 CssStyleBroker now manages Editor instances automatically

    This also reduces calls to updateStyle when re-using styling gaining efficiency when modifying decorations.
    Sample App updated for this optimization as well.
    hawkerm committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    d19c3b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91c4e25 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Fixes #34 Add scripts to auto-generate type definitions via TypedocCo…

    …nverter tool
    
    Requires node.js and PowerShell
    hawkerm committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    941cc8e View commit details
    Browse the repository at this point in the history
  2. Resolves #40 Adds findMatches API support 🎉

    Updates ColorProvider sample to utilize it to find all color hex values in document
    Small clean-up to IModel types.
    hawkerm committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    8d01232 View commit details
    Browse the repository at this point in the history
  3. Forgot changelog update for #40

    hawkerm committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    12c33c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    591c587 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    d65159a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    783fbd4 View commit details
    Browse the repository at this point in the history
  2. Resolves #38 Add CodeLens Providers

    Cleans-up the CommandHandler to take objects again
    hawkerm committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    e9d40d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Upgrade to C# 8.0

    hez2010 committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    26df019 View commit details
    Browse the repository at this point in the history
  2. Update TypedocConverter

    hez2010 committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    87d72df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fc496d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Update TypedocConverter

    hez2010 committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    f8ab3d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5456d3b View commit details
    Browse the repository at this point in the history
  3. upgrade to monaco v0.21.2

    hez2010 committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    6c0033e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Update dependencies

    hez2010 committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    ddc5cf2 View commit details
    Browse the repository at this point in the history
  2. Update monaco version

    hez2010 committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    54ebe57 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Configuration menu
    Copy the full SHA
    904d96a View commit details
    Browse the repository at this point in the history
  2. Clean-up CodeLens Example

    hawkerm committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    c3f63cc View commit details
    Browse the repository at this point in the history
  3. Add FindMatchesAsync example to Sample App

    Restructure organization of example buttons
    hawkerm committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    cbd4848 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    4ab23bb View commit details
    Browse the repository at this point in the history
  2. Add tsconfig.json

    hez2010 committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    cdc4045 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #57 from hez2010/patch-1

    Fix type bindings generator
    hawkerm committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    d886166 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c372a45 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    053b93d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    921ed25 View commit details
    Browse the repository at this point in the history
  3. Add Webcomponents.js polyfill for Edge Legacy to support Shadow DOM n…

    …eeded by Code Action feature of Monaco
    
    Add ThirdPartyNotice file
    hawkerm committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    1b9ab8a View commit details
    Browse the repository at this point in the history
  4. Add initial Code Action support with Commands for #39

    Edits aren't working yet...
    hawkerm committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    05356b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    5096e3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf644d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    41c29ab View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Merge pull request #61 from campersau/patch-1

    Comment out console.log(event.source); statement
    hawkerm committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    1c2b306 View commit details
    Browse the repository at this point in the history
  2. Moved WebView to out of process

    Sergio0694 authored and hawkerm committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    6695a3e View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary template part

    Sergio0694 authored and hawkerm committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    4b71b44 View commit details
    Browse the repository at this point in the history
  4. Updated template part attributes

    Sergio0694 authored and hawkerm committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    3e5cd20 View commit details
    Browse the repository at this point in the history
  5. Make all the things use DispatcherQueue

    Can load Editor in Sample App now however:
    - Initial Language doesn't Load properly so language features don't work until toggling it with Change Language button twice
    - Don't think the Line Decorations are completely proper compared to original, think margin icons are missing too...
    hawkerm committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    dbd3ef6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe7da5a View commit details
    Browse the repository at this point in the history
  7. Clean-up Serialization and Usage of CssStyle Colors

    Resolves issue #60
    hawkerm committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    d4e4746 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c2e6b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Configuration menu
    Copy the full SHA
    9cf22da View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Merge pull request #48 from Sergio0694/optimization/out-of-process-we…

    …bview
    
    Moved WebView to out of process
    hawkerm committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    336c414 View commit details
    Browse the repository at this point in the history
  2. Fix style serialization

    hez2010 authored and hawkerm committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    d81f3eb View commit details
    Browse the repository at this point in the history
  3. Cleanup marker in sample app

    hez2010 authored and hawkerm committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    55e2ac7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef6c876 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    924c58e View commit details
    Browse the repository at this point in the history
  6. Remove un-needed todo. Condition is resetup in loading event which re…

    …fires in the remove/add scenario.
    hawkerm committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    f047e6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e08fa2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97314ea View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Fixes #58 - Shared Options object being used across all editor instances

    Now each editor has its own options object created.
    hawkerm committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    ab5d384 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Fixes #49 - Add extra Converter hint for Json.NET to accept JsonTypeC…

    …onverter when running in .NET Native
    
    No idea why the existing declaration on the interface isn't being used/picked-up properly and ignored by Json.NET... config issue or quirk?
    hawkerm committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    14435e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a90befe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38d7bf3 View commit details
    Browse the repository at this point in the history
  4. Remove redundant code

    hez2010 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    b95410a View commit details
    Browse the repository at this point in the history
  5. Revert

    hez2010 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    dd1b919 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Merge pull request #65 from hez2010/0.9-beta-prep

    Minor updates
    hawkerm committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    fe3f5dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d4e2e8 View commit details
    Browse the repository at this point in the history