Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodeEditApp/CodeEditSourceEditor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.14.0
Choose a base ref
...
head repository: CodeEditApp/CodeEditSourceEditor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.14.1
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jul 7, 2025

  1. Fix Style Store Crash (#345)

    ### Description
    
    Fixes a crash when the styled range store has empty arrays and still
    tries to remove values.
    
    ### Related Issues
    
    N/A
    
    ### Checklist
    
    - [x] I read and understood the [contributing
    guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md)
    as well as the [code of
    conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md)
    - [x] The issues this PR addresses are related to each other
    - [x] My changes generate no new warnings
    - [x] My code builds and runs on my machine
    - [x] My changes are all related to the related issue above
    - [x] I documented my code
    
    ### Screenshots
    
    N/A
    thecoolwinter authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    afc5752 View commit details
    Browse the repository at this point in the history
Loading