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

What about to create a search or filter field above the task list? #1

Open
wants to merge 90 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
9e4f7a3
Performance fix
Megabyteceer Dec 18, 2016
43ae35a
show plugin at startup. Outbound timer for tasks rescan
Megabyteceer Dec 19, 2016
157b31e
readme added
Megabyteceer Dec 19, 2016
9a06560
- initial appveyor build
chcg Feb 20, 2017
f12a4e8
Merge pull request #1 from chcg/appveyor
Megabyteceer Feb 21, 2017
fefb291
- Update README
LauraRozier Feb 21, 2017
403ed14
Readability fix
LauraRozier Feb 21, 2017
092a164
Fix compiler warnings
LauraRozier Feb 21, 2017
fd2d70b
Add pre-build binaries with basic configs
LauraRozier Feb 21, 2017
b61375c
Change if-statement to assert ( As requested by comment )
LauraRozier Feb 22, 2017
040f0b4
Adds the NPP URL control lib as preparation for the About-Dialog
LauraRozier Feb 22, 2017
3f85ac5
Add new About dialog and rename main dockable dialog to make sense
LauraRozier Feb 22, 2017
efe2c97
Change SetWindowLong and GetWindowLong to SetWindowLongPtr and GetWin…
LauraRozier Feb 22, 2017
2b2e49a
Add most recent official N++ URLCtrl lib with stripped down Common fi…
LauraRozier Feb 22, 2017
03af58d
Merge pull request #4 from thibmo/Refactor-v2
Megabyteceer Feb 23, 2017
708c023
Merge pull request #5 from thibmo/AboutDialog
Megabyteceer Feb 23, 2017
5b996d3
- prepare for version 2.1
chcg Jun 6, 2018
e0f3e6e
Merge pull request #6 from chcg/appveyor2
chcg Jun 6, 2018
d7bec9d
Add ignore for .vs directory
LauraRozier Sep 10, 2018
23049fe
Upgrade PlatformToolset from v120_xp to v141_xp
LauraRozier Sep 10, 2018
c8d4f68
Fix warning "C4459 declaration of 'nppData' hides global declaration"
LauraRozier Sep 10, 2018
6c8ae7d
Add theme colour usage to Listbox:
LauraRozier Sep 10, 2018
e80fc16
Merge pull request #8 from thibmo/Color-To-Theme
Megabyteceer Sep 11, 2018
590f777
correct the k_config_file_path to find the config file
AntonOks Jul 5, 2019
36b15d7
Merge pull request #9 from AntonOks/patch-1
Megabyteceer Jul 5, 2019
2b5e6e5
- prepare for version 2.2
chcg Jan 6, 2021
fe50d2c
added github action CI build and codeql analysis
chcg Jan 6, 2021
06dfc9a
corrected GH actions
chcg Jan 6, 2021
b92cec2
update README.md
chcg Jan 6, 2021
bfc0f26
- update files from N++ with version 7.9.2
chcg Jan 6, 2021
166bd5e
- added support for unicode texts, input needs to be in utf8
chcg Jan 6, 2021
11fd09a
Merge pull request #10 from chcg/unicode_list
chcg Jan 14, 2021
d5e3eee
perpare for version 2.3
chcg Apr 17, 2021
29a4bb1
Bump actions/upload-artifact from v1 to v2.2.3
dependabot[bot] Apr 17, 2021
fdcdda5
Merge pull request #11 from Megabyteceer/dependabot/github_actions/ac…
chcg Apr 17, 2021
4194bde
don't use a specific version of the [email protected], but newes…
chcg Apr 17, 2021
9ca242b
- added build target ARM64
chcg Apr 26, 2021
7501abb
Merge pull request #12 from chcg/vs2019onArm64
chcg Apr 26, 2021
1073479
Upgrade header files to 8.3
Mateos81 Feb 6, 2022
1d0220a
Merge pull request #13 from Mateos81/master
Megabyteceer Feb 6, 2022
a52d062
adapt GH action for publishing releases
chcg Feb 6, 2022
63baf02
bump to version 2.4
chcg Feb 6, 2022
4d313aa
Bump actions/checkout from 2 to 3
dependabot[bot] Mar 7, 2022
0dc5369
Merge pull request #14 from Megabyteceer/dependabot/github_actions/ac…
chcg Mar 7, 2022
f97c56c
codeql is not supported by GH image latest aka 2022 -> use 2019
chcg Mar 7, 2022
77ff30b
Bump actions/upload-artifact from 2 to 3
dependabot[bot] Apr 11, 2022
b862763
Merge pull request #15 from Megabyteceer/dependabot/github_actions/ac…
chcg Apr 13, 2022
883f0dc
Bump github/codeql-action from 1 to 2
dependabot[bot] Apr 25, 2022
c7423f8
Merge pull request #16 from Megabyteceer/dependabot/github_actions/gi…
chcg Apr 27, 2022
61c6e48
Code changed to fix an issue in "light" mode where the task list wind…
Oct 1, 2022
b4ef648
Update to make changes conform to feedback
Oct 3, 2022
6b52c93
ignore .aps and .sln files
chcg Oct 3, 2022
cad9b53
Delete NppTaskList.sln
NeArnold Oct 3, 2022
608bb71
Delete NppTaskList.txt
NeArnold Oct 3, 2022
33e550e
Merge pull request #17 from NeArnold/master
Megabyteceer Oct 4, 2022
a69e339
update further files with N++ 8.4.6 files but dark mode parts removed
chcg Oct 4, 2022
52d842a
- build with VS2022
chcg Oct 4, 2022
776b8c6
avoid compiler warnings
chcg Oct 4, 2022
949f57b
- try to add config dir to upload
chcg Oct 9, 2022
090b6a8
corrected if error in GH action
chcg Oct 9, 2022
6cef7b8
try to get config dir upload correct
chcg Oct 9, 2022
161e536
try to create release zip file via command line before publishing
chcg Oct 9, 2022
efccf38
try to create release zip file via command line before publishing
chcg Oct 9, 2022
3003350
bump to version 2.5
chcg Oct 9, 2022
8a842c6
Bump actions/checkout from 3 to 4
dependabot[bot] Sep 4, 2023
1836a2c
Merge pull request #18 from Megabyteceer/dependabot/github_actions/ac…
chcg Sep 5, 2023
796f23b
avoid refresh of todo list on each keypress.
dimmik Oct 6, 2023
6b92e17
rename to *Fingerprint
dimmik Oct 6, 2023
bee53c5
reduce difference with original code
dimmik Oct 6, 2023
900ec62
Merge pull request #19 from dimmik/master
chcg Dec 6, 2023
bb3742b
bump to version v2.6
chcg Dec 6, 2023
10ec254
avoid GH action warning:
chcg Dec 6, 2023
2d1d567
Bump github/codeql-action from 2 to 3
dependabot[bot] Dec 18, 2023
74ec363
Bump actions/upload-artifact from 3 to 4
dependabot[bot] Dec 18, 2023
4345063
Merge pull request #21 from Megabyteceer/dependabot/github_actions/ac…
chcg Dec 18, 2023
9aa85a7
Merge pull request #20 from Megabyteceer/dependabot/github_actions/gi…
chcg Dec 18, 2023
cf02305
Bump microsoft/setup-msbuild from 1 to 2
dependabot[bot] Feb 5, 2024
bb30f24
Merge pull request #22 from Megabyteceer/dependabot/github_actions/mi…
chcg Feb 6, 2024
556230f
Bump olegtarasov/get-tag from 2.1.2 to 2.1.3
dependabot[bot] Feb 12, 2024
ab5d165
Merge pull request #23 from Megabyteceer/dependabot/github_actions/ol…
chcg Feb 12, 2024
e6435eb
Bump softprops/action-gh-release from 1 to 2
dependabot[bot] Mar 11, 2024
d02cc3d
Merge pull request #25 from Megabyteceer/dependabot/github_actions/so…
chcg Mar 11, 2024
8888d24
Update README.md
elenderg Jul 15, 2024
351c0b9
Merge pull request #26 from elenderg/patch-1
chcg Jul 24, 2024
d2b1349
fix #24 , #27
chcg Oct 23, 2024
697c41e
- update to N++ 8.7 files with hidpi support
chcg Oct 24, 2024
d7bc86b
- basic support for darkmode for AboutDialog
chcg Oct 24, 2024
795b55d
bump to version v2.7
chcg Oct 24, 2024
701f7cc
Bump olegtarasov/get-tag from 2.1.3 to 2.1.4
dependabot[bot] Dec 9, 2024
733b5a9
Merge pull request #28 from Megabyteceer/dependabot/github_actions/ol…
chcg Dec 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
47 changes: 47 additions & 0 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: CI_build

on: [push, pull_request]

jobs:
build:

runs-on: windows-latest
strategy:
max-parallel: 6
matrix:
build_configuration: [Release, Debug]
build_platform: [x64, Win32, ARM64]

steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2

- name: MSBuild of plugin dll
working-directory: .
run: msbuild NppTaskList.vcxproj /m /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}" /p:PlatformToolset="v143"

- uses: olegtarasov/[email protected]
id: tagName

- name: Create release zip
if: matrix.build_configuration == 'Release'
working-directory: .
run: |
7z a "NppTaskList_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}.zip" .\bin\${{ matrix.build_platform }}\NppTaskList.dll
7z a "NppTaskList_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}.zip" config\npp_task_list.cfg

- name: Archive artifacts for ${{ matrix.build_platform }}
if: matrix.build_configuration == 'Release'
uses: actions/upload-artifact@v4
with:
name: NppTaskList_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}
path: NppTaskList_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}.zip

- name: Create release on tagging
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') && matrix.build_configuration == 'Release'
with:
files: NppTaskList_${{ steps.tagName.outputs.tag }}_${{ matrix.build_platform }}.zip
52 changes: 52 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: "CodeQL"

on:
push:
branches: [master, ]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: '0 6 * * 4'

jobs:
analyze:
name: Analyze
runs-on: windows-2019

steps:
- name: Checkout repository
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
#- name: Autobuild
# uses: github/codeql-action/autobuild@v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2

- name: MSBuild of plugin dll
working-directory: .
run: msbuild NppTaskList.vcxproj /m /p:configuration="Debug" /p:platform="x64" /p:PlatformToolset="v142"

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
*.exp
*.lib
*.opensdf
*.sdf
*.suo
Debug
Release
bin
.vs
*.vcxproj.user
*.vcxproj.filters
*.sln
*.aps
20 changes: 0 additions & 20 deletions NppTaskList.sln

This file was deleted.

Loading