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.20
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.21
Choose a head ref
  • 14 commits
  • 40 files changed
  • 3 contributors

Commits on Dec 30, 2024

  1. Configuration menu
    Copy the full SHA
    9b8a1e8 View commit details
    Browse the repository at this point in the history
  2. MSI by WIX5 (#365)

    * fixed wix v5 issues after automatic transformation and adaptions for heat which is not part of wix tooling
    - PythonScript.wxs(52) : error WIX0094: The identifier 'WixUI:WixUI_FeatureTree_X64' could not be found. Ensure you have typed the reference correctly and that all the necessary inputs are provided to the linker.
    - PythonScript.wxs(54) : warning WIX5437: It is no longer necessary to define the standard directory 'ProgramFiles64Folder'. Use the StandardDirectory element instead.
    Linking installer - generating MSI
    
    see also
    oleg-shilo/wixsharp#1655 for WIX5437
    https://wixtoolset.org/docs/tools/wixext/wixui/ for WIX0094
    add extension as described at https://wixtoolset.org/docs/tools/wixext/
    
    * - use files (https://wixtoolset.org/docs/fivefour/ , https://wixtoolset.org/docs/schema/wxs/files/ , wixtoolset/issues#7857) instead of heat for file harvesting
    - remove unused xsl msi scripts
    
    TODO:
    Remove also __pycache__ dirs on unistall, maybe also pyc files
    chcg authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    db0c1c7 View commit details
    Browse the repository at this point in the history
  3. - Manually merge some findings + further corrections from PR#296

    - start to cleanup outdated todo list
    chcg committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    e2cb537 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. Add option to disable another script is running popup warning (#367)

    * move utility code to the proper filtered views
    
    * add option to disable another script is running popup warning
    Ekopalypse authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    0ccb8c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    914ac11 View commit details
    Browse the repository at this point in the history
  3. missing docu update for

    Revision: 4b3a04f
    Author: Christian Grasser <[email protected]>
    Date: 03.10.2024 13:46:24
    Message:
    fix #344 Fix invalid enums
    - renamed problematic enums
    - automatically created 8859_15 is problematic and needs to be checked if it could be managed within python code gen script from scintilla iface
    - docu not updated yet
    ----
    Modified: PythonScript/src/EnumsWrapper.cpp
    Modified: PythonScript/src/NotepadPython.cpp
    chcg committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    72380be View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

  1. Configuration menu
    Copy the full SHA
    8151231 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad57296 View commit details
    Browse the repository at this point in the history
  3. fix unittest issue

    chcg committed Jan 1, 2025
    Configuration menu
    Copy the full SHA
    e707c27 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. Bump PythonScript.Tests/gtest from 35d0c36 to 7d76a23 (#369)

    Bumps [PythonScript.Tests/gtest](https://github.com/google/googletest) from `35d0c36` to `7d76a23`.
    - [Release notes](https://github.com/google/googletest/releases)
    - [Commits](google/googletest@35d0c36...7d76a23)
    
    ---
    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 3, 2025
    Configuration menu
    Copy the full SHA
    d4333fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65b7ed8 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. - update copyright date to 2025

    - fix typo
    chcg committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    4604de5 View commit details
    Browse the repository at this point in the history
  2. Handling of invalid values in the Search, Search, Replace and Replace…

    … methods (#370)
    
    * Handling of invalid values in the Search, Search, Replace and Replace methods
    
    * fix typo
    Ekopalypse authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    cb29713 View commit details
    Browse the repository at this point in the history
  3. version 3.0.21 for alpha tests

    chcg committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    03d4eac View commit details
    Browse the repository at this point in the history
Loading