Discussion:
Elastic tabstops.
Anthony Waema
2014-07-02 10:02:07 UTC
Permalink
Conserning this email here. http://permalink.gmane.org/gmane.comp.lib.scintilla.devel/12733

Am trying to solve the problem about the tabstops being at the document and not at the view, Editor.

Now the editor class owns the document object, So am confused since the document in my point of view should own the views.

Which is the View?

Thanks in advance.
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/d/optout.
Neil Hodgson
2014-07-02 22:23:09 UTC
Permalink
Post by Anthony Waema
Am trying to solve the problem about the tabstops being at the document and not at the view, Editor.
Now the editor class owns the document object, So am confused since the document in my point of view should own the views.
Each Editor observes a Document through the DocWatcher interface. The Editor has a pointer to a Document but this is to a (potentially) shared Document which is reference-counted.
Post by Anthony Waema
Which is the View?
Editor.

Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/d/optout.
Loading...