From: John L. <jla...@gm...> - 2012-07-30 03:23:54
|
On Fri, Jul 27, 2012 at 1:21 AM, Paul K <pau...@ya...> wrote: > Does anyone have an example of how I can implement multiple views in > wxLua? I have read through this description > (http://www.yellowbrain.com/stc/mult_views.html), but still can't > figure out what the required calls are. See wxSTEditor::RefEditor() here: http://wxcode.svn.sourceforge.net/viewvc/wxcode/trunk/wxCode/components/stedit/src/stedit.cpp?revision=3041&view=markup > What I want to do is quite simple: I have an editor window that I want > to display and I also need a second window that will only show *some > of the lines* shown in the editor window. If the lines are updated in I don't think it is possible to only show only some of the text. > the editor window, they should be updated in the other window. I'll > hide some of the lines in the other window using HideLines/ShowLines > (http://www.yellowbrain.com/stc/folding.html#hidelines). I imagine that it will hide it in both of them. Regards, John |