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: gremlin-art/nim2_ide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: gremlin-art/nim2_ide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.3
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 22, 2025

  1. improvements

    - optimize use of `nimsuggest highlight`
    - when Notepad++ is shutting down try to quit `nimsuggest` faster
    - other minor improvements
    gremlin-art committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    515c38b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2025

  1. bug fix

    Fix a regression in 515c38b (v1.2.3 build 6592a416).
    
    In a rare case due to an optimization "highlight symbols" (on scroll) feature might be silently disabled in a Notepad++ tab, but not in other tabs.
    gremlin-art committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    631cfc4 View commit details
    Browse the repository at this point in the history
  2. improvements

    Accept partial response from `nimsuggest` slow query.
    
    For instance the "highlight" query may be too slow for very large files, but the partial response is still useful.
    gremlin-art committed Aug 23, 2025
    Configuration menu
    Copy the full SHA
    e8de865 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2025

  1. bug fix

    fix possible segfault when using new feature "highlight symbols" since v1.2.0
    gremlin-art committed Aug 24, 2025
    Configuration menu
    Copy the full SHA
    22c15d9 View commit details
    Browse the repository at this point in the history
Loading