-
Notifications
You must be signed in to change notification settings - Fork 168
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
New Taskview #439
Merged
Merged
New Taskview #439
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diegogangl
added
enhancement
priority:critical
Pull Request
performance
Issues affecting the speed and responsiveness of the application
labels
Jul 24, 2020
diegogangl
force-pushed
the
taskview
branch
2 times, most recently
from
August 6, 2020 00:23
7cde89a
to
8fcaee0
Compare
This was referenced Aug 22, 2020
diegogangl
force-pushed
the
taskview
branch
2 times, most recently
from
September 20, 2020 22:16
f63c768
to
176964f
Compare
diegogangl
force-pushed
the
taskview
branch
2 times, most recently
from
September 27, 2020 23:13
0eba1a4
to
b36c8b3
Compare
This is still super WIP and missing a lot of functionality. ref #270
This avoids a possible race condition where the requester will happily return none if a task hasn't been created yet. To avoid any issues we delay getting the task until absolutely necessary.
We don't remove the full indent anymore, it wasn't reliable.
This was
linked to
issues
Oct 25, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
performance
Issues affecting the speed and responsiveness of the application
priority:critical
Pull Request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a PR for the new taskview widget.
This widget is a complete rewrite from scratch of the old taskview, based on @nekohayo's idea of using a timeout to process changes.
Changes
text_tags.py
)-d
, the process function now prints the time it took to process the buffer. This will helps us stay conscious of the performance.gtg://faf02f75-1de2-4370-8afc-34cf99e4b8fb
. Of course nobody is going to use that, but we can build a proper UI down the road# Subheading
)closes #270
closes #150
fixes #45
ref #449