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

Conversation

wonkawilly
Copy link

@wonkawilly wonkawilly commented Mar 2, 2020

What about to create a search / filter field to allow searching or filtering items into the list of the tasks created by this plugin at the side of noteped++?

This will allow to locate faster the task the user is looking for in case the list is very long. It would be a really appreciated improvement IMHO.

Megabyteceer and others added 30 commits December 18, 2016 23:51
- update with npp_plugin_template v3.1
- build adaptation for x64 and removal of compiler warnings
- Add .gitignore
- Change build paths to a dedicated directory

Signed-off-by: Thimo Braker <[email protected]>
- Change nested switches to single if-statement

Signed-off-by: Thimo Braker <[email protected]>
Signed-off-by: Thimo Braker <[email protected]>
# Generic
- Move ./include/resource.h to ./resources/resource.h to satisfy VS2013

# Main dockable dialog
- Rename DockableDlgDemo to OpenTaskListDockableDlg to make sense
- Rename IDD_PLUGINGOLINE_DEMO to IDD_TODOLIST_DIALOG

# About dialog
- Add new dialog IDD_ABOUT_DIALOG
- Add the new AboutDialog class
- Add displayAboutDialog to open the About dialog
- Add a new entry to the plugin menu to open the About dialog

Signed-off-by: Thimo Braker <[email protected]>
New feature : About dialog
- added version info to dll
* Move grabbing of the current SCI handle to new method TaskListDlg::GetCurScintilla()
* Add message case for WM_CTLCOLORLISTBOX to handle listbox foreground and background colouring
Seems like something changed in the past and was not adopted.
I've verified this issue by just creating a "hard link" from the existing config file in the new location to the location given here... with that change "TaskList" shows every key word and not onle the "default TODO:" again
correct the k_config_file_path to find the config file
- removed unused CharToWideChar()
@Nickyg001
Copy link

😍 YES!

@Nickyg001
Copy link

Nickyg001 commented Jan 3, 2023

[ 4 simple additions to improve ]

  1. Keyboard shortcut to Open/Close the TASK-LIST panel
    currently it is only possible to set the aperture. It would be convenient with the same key Open and close the panel

  2. Ability to change font size of the list in the panel !!!!!!!!!!!!!!!!!!!

  3. Would it be possible to be able to differentiate the text in this way??
    example:
    we have a long list like 30, 50, 100 lists, would it be possible to highlight some items in Bold, or in bold of a different color (Red), always in the task-list panel? So as to highlight some items over others that stand out more to the eye so you can spot them in the pile faster?

  4. List text (in the panel) that wraps
    when the panel is placed narrower than the entered text, the text is truncated, could it continue on the next line?

dependabot bot and others added 8 commits September 4, 2023 17:12
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…tions/checkout-4

Bump actions/checkout from 3 to 4
Only update the list if todo list changes.
Update TODO list only in case the list is changed
The following actions uses node12 which is deprecated and will be forced to run on node16: olegtarasov/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
@Nickyg001
Copy link

What about to create a search / filter field to allow searching or filtering items into the list of the tasks created by this plugin at the side of noteped++?

This will allow to locate faster the task the user is looking for in case the list is very long. It would be a really appreciated improvement IMHO.

[ 4 simple additions to improve ]

  1. Keyboard shortcut to Open/Close the TASK-LIST panel
    currently it is only possible to set the aperture. It would be convenient with the same key Open and close the panel

  2. Ability to change font size of the list in the panel !!!!!!!!!!!!!!!!!!!

  3. Would it be possible to be able to differentiate the text in this way??
    example:
    we have a long list like 30, 50, 100 lists, would it be possible to highlight some items in Bold, or in bold of a different color (Red), always in the task-list panel? So as to highlight some items over others that stand out more to the eye so you can spot them in the pile faster?

  4. List text (in the panel) that wraps
    when the panel is placed narrower than the entered text, the text is truncated, could it continue on the next line?

dependabot bot and others added 18 commits December 18, 2023 17:20
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…tions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
…thub/codeql-action-3

Bump github/codeql-action from 2 to 3
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1 to 2.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases)
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md)
- [Commits](microsoft/setup-msbuild@v1...v2)

---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…crosoft/setup-msbuild-2

Bump microsoft/setup-msbuild from 1 to 2
Bumps [olegtarasov/get-tag](https://github.com/olegtarasov/get-tag) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/olegtarasov/get-tag/releases)
- [Commits](olegtarasov/get-tag@v2.1.2...2.1.3)

---
updated-dependencies:
- dependency-name: olegtarasov/get-tag
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…egtarasov/get-tag-2.1.3

Bump olegtarasov/get-tag from 2.1.2 to 2.1.3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…ftprops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
- reverted change from #17 and partly from #19 as N++ in the meantime changed behavior for gui controls and therefore list control is working again as before
- updated some files from N++
- todo: update about dialog with urlctrl for darkmode support
- not adapted sub childs (OK button) of AboutDialog
Bumps [olegtarasov/get-tag](https://github.com/olegtarasov/get-tag) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/olegtarasov/get-tag/releases)
- [Commits](olegtarasov/get-tag@2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: olegtarasov/get-tag
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…egtarasov/get-tag-2.1.4

Bump olegtarasov/get-tag from 2.1.3 to 2.1.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.