Skip to content
This repository has been archived by the owner on Feb 11, 2018. It is now read-only.

[WIP] Message splitting #223

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

[WIP] Message splitting #223

wants to merge 3 commits into from

Conversation

KoKuToru
Copy link
Owner

@KoKuToru KoKuToru commented Jan 4, 2016

for #222

@KoKuToru
Copy link
Owner Author

KoKuToru commented Jan 9, 2016

sometimes generates a


(gtox:26182): Gtk-WARNING **: Invalid text buffer iterator: either the iterator is uninitialized, or the characters/pixbufs/widgets in the buffer have been modified since the iterator was created.
You must use marks, character numbers, or line numbers to preserve a position across buffer modifications.
You can apply tags and insert marks without invalidating your iterators,
but any mutation that affects 'indexable' buffer contents (contents that can be referred to by character offset)
will invalidate all outstanding iterators

warning.. right now size of input is limited by a check in m_buffer->signal_changed().
It looks like gtk doesn't except the buffer to change on this signal.. might need to reject key inputs/pasted text in a different way..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant