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

Scintilla 446 (N++ 8.2) #220

Merged
merged 6 commits into from
Feb 5, 2022
Merged

Scintilla 446 (N++ 8.2) #220

merged 6 commits into from
Feb 5, 2022

Commits on Feb 5, 2022

  1. - 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
    chcg committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    7ae7681 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a60acd View commit details
    Browse the repository at this point in the history
  3. try to add msvc code analysis step instead of codeql which is not ava…

    …ilable on image 2022
    chcg committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    b3b4eee View commit details
    Browse the repository at this point in the history
  4. - adapted CreateWrapper.py for new enum

    - created new scintilla wrapper and docu for 4.4.6 via CreateWrapper.py from input Scintilla.iface
    chcg committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    68c3d21 View commit details
    Browse the repository at this point in the history
  5. - correct some failing unittests

    - correct RegexTester.py as python 3 dict has no has_key() method
    chcg committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    584c06a View commit details
    Browse the repository at this point in the history
  6. - fix test_reloadFile testcase by changing the setting IDC_CHECK_UPDA…

    …TESILENTLY
    
    - started to try to fix test_disableAutoUpdate
    chcg committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    4a3e7d8 View commit details
    Browse the repository at this point in the history