Window settings and Buffer properties

View: New views
2 Messages — Rating Filter:   Alert me  

Window settings and Buffer properties

by mitchell-9 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

(Apologies if this is a duplicate. I sent my original message over 5
hours ago.)

I was wondering how to distinguish between Scintilla settings specific
to the window (and buffer independent, like viewing EOLs) and settings
specific to the buffer (window independent, like using tabs or spaces).

I'm looking at Scintilla.iface and maybe the get/set properties are
buffer-specific and functions are window-specific?

Any help would be appreciated.

Thanks,
-Mitchell;

_______________________________________________
Scintilla-interest mailing list
Scintilla-interest@...
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Re: Window settings and Buffer properties

by Neil Hodgson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

mitchell:

> I was wondering how to distinguish between Scintilla settings specific
> to the window (and buffer independent, like viewing EOLs) and settings
> specific to the buffer (window independent, like using tabs or spaces).

   Its not documented well. Everything to do with creating styling
information is in the document and everything for setting how to
visualize that is in the view. Tab/space and newline behaviour is in
the document as is the code page and word boundary settings.

> I'm looking at Scintilla.iface and maybe the get/set properties are
> buffer-specific and functions are window-specific?

   No.

   Neil
_______________________________________________
Scintilla-interest mailing list
Scintilla-interest@...
http://mailman.lyra.org/mailman/listinfo/scintilla-interest