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: bruderstein/PythonScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.10
Choose a base ref
...
head repository: bruderstein/PythonScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.11
Choose a head ref
  • 11 commits
  • 137 files changed
  • 2 contributors

Commits on Dec 27, 2021

  1. update to VS2019

    chcg committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    237eb0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eec85d0 View commit details
    Browse the repository at this point in the history
  3. update to VS2022

    chcg committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    9805923 View commit details
    Browse the repository at this point in the history
  4. change also GH actions to VS2022

    chcg committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    9822cbf View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Bump PythonScript.Tests/gtest from bb92160 to 6b74da4 (#216)

    Bumps [PythonScript.Tests/gtest](https://github.com/google/googletest) from `bb92160` to `6b74da4`.
    - [Release notes](https://github.com/google/googletest/releases)
    - [Commits](google/googletest@bb92160...6b74da4)
    
    ---
    updated-dependencies:
    - dependency-name: PythonScript.Tests/gtest
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 2, 2022
    Configuration menu
    Copy the full SHA
    df9f707 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

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

Commits on Jan 22, 2022

  1. - changed std::iterator to c++17 style

    - size_t instead of int in loops in methods of Match
    - spaces -> tabs
    chcg committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    651628e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea26de1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Bump PythonScript.Tests/gtest from 6b74da4 to 25ad42a (#219)

    Bumps [PythonScript.Tests/gtest](https://github.com/google/googletest) from `6b74da4` to `25ad42a`.
    - [Release notes](https://github.com/google/googletest/releases)
    - [Commits](google/googletest@6b74da4...25ad42a)
    
    ---
    updated-dependencies:
    - dependency-name: PythonScript.Tests/gtest
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    01ea9ea View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Scintilla 446 (N++ 8.2) (#220)

    * - updated NppPlugin data from N++ version 8.2 with scintilla 4.4.6
    - first adaptations to N++ changes
    - added project dependencies in sln
    - added some initializations
    
    * further updated npp files from pre N++ 8.2.1
    
    * try to add msvc code analysis step instead of codeql which is not available on image 2022
    
    * - adapted CreateWrapper.py for new enum
    - created new scintilla wrapper and docu for 4.4.6 via CreateWrapper.py from input Scintilla.iface
    
    * - correct some failing unittests
    - correct RegexTester.py as python 3 dict has no has_key() method
    
    * - fix test_reloadFile testcase by changing the setting IDC_CHECK_UPDATESILENTLY
    - started to try to fix test_disableAutoUpdate
    chcg authored Feb 5, 2022
    Configuration menu
    Copy the full SHA
    3177c9a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. version 3.0.11 for alpha tests

    chcg committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    b09ab67 View commit details
    Browse the repository at this point in the history
Loading