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

spellcheck: Fix crash when closing a document quickly after adding data to it #129

Merged
merged 1 commit into from
Feb 1, 2014

Conversation

b4n
Copy link
Member

@b4n b4n commented Jan 26, 2014

When using timeout callbacks, we need to check the documents are still valid
in the callbacks, in the case they e.g. have been closed since the timeout
started.


(the diff below only adds the DOC_VALID() test, other changes are whitespace changes -- check with git diff -b)

…ta to it

When using timeout callbacks, we need to check the documents are still valid
in the callbacks, in the case they e.g. have been closed since the timeout
started.
eht16 added a commit that referenced this pull request Feb 1, 2014
spellcheck: Fix crash when closing a document quickly after adding data to it
@eht16 eht16 merged commit c6e149e into geany:master Feb 1, 2014
@eht16
Copy link
Member

eht16 commented Feb 1, 2014

Thanks!

@b4n b4n deleted the spellcheck/fix-timeout-callback branch February 1, 2014 13:38
eht16 added a commit to eht16/geany-plugins that referenced this pull request Sep 16, 2015
In addition to updating the bookmark list on document notebook tab change
and adding/removing line markers, also rebuild the bookmark list
when the text in the document changes with lines added or deleted.

Should fix SF bugs geany#129 and geany#39.
eht16 added a commit to eht16/geany-plugins that referenced this pull request Sep 18, 2015
In addition to updating the bookmark list on document notebook tab change
and adding/removing line markers, also rebuild the bookmark list
when the text in the document changes with lines added or deleted.

Should fix SF bugs geany#129 and geany#39.
eht16 added a commit to eht16/geany-plugins that referenced this pull request Sep 20, 2015
In addition to updating the bookmark list on document notebook tab change
and adding/removing line markers, also rebuild the bookmark list
when the text in the document changes with lines added or deleted.

Should fix SF bugs geany#129 and geany#39.
b4n pushed a commit to b4n/geany-plugins that referenced this pull request Sep 20, 2015
In addition to updating the bookmark list on document notebook tab change
and adding/removing line markers, also rebuild the bookmark list
when the text in the document changes with lines added or deleted.

Should fix SF bugs geany#129 and geany#39.
eht16 added a commit to eht16/geany-plugins that referenced this pull request Sep 20, 2015
In addition to updating the bookmark list on document notebook tab change
and adding/removing line markers, also rebuild the bookmark list
when the text in the document changes with lines added or deleted.

Should fix SF bugs geany#129 and geany#39.
eht16 added a commit that referenced this pull request Sep 20, 2015
Update bookmark list also on any line changes in the document
    
In addition to updating the bookmark list on document notebook tab change
and adding/removing line markers, also rebuild the bookmark list
when the text in the document changes with lines added or deleted.
    
Should fix SF bugs #129 and #39.
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.

2 participants