-
Notifications
You must be signed in to change notification settings - Fork 17
Prevent interference with other signs #7
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
Open
mvanderkamp
wants to merge
55
commits into
KangOl:master
Choose a base branch
from
mvanderkamp:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
Derp sorry I forgot that pushing a bunch more changes to my master branch would land them here as well- I should have done the pull request from a feature branch. I'll be happy to make one if you only want a subset of the changes. |
Done by updating breakpoints immediately if in a python file when sourced
Just because we don't interact with conditions (yet) doesn't mean we should abolish them
Seems redundant- the whole point of the plugin is to manage breakpoints. You know what you're in for when you start typing "Pudb..."
Fix some wording in the introductory paragraph.
This fixes an annoying bug where your ability to set breakpoints would be based entirely on whether or not there was an executable line at the place you want the breakpoint when you first opened the file for editing.
If a buffer was not loaded, the line numbers were often being looked up in some other loaded buffer, usually the current one, giving the wrong line text in the populated list. The problem was a redundant call to bufname().
Not sure why I did that...
Instead of the line of code
- Signs update on save - List commands don't try to figure out the line of code
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Does so through the use of sign groups.
Also:
UpdatePudbBreakPoints
command