Hi,
i've tried to port my Scite2.x-patch for the sidebar to scite 3.21 (see attachment)
zip contains original-files and change files to easily make a diff, all changes are marked with an comment including "sidebar"
sidebar and splitter are visible, also scintilla-control, but the scintilla-control is empty (like file is not loaded, but tab-header shows filename), am i'm missing anything?
> Hi,
> i've tried to port my Scite2.x-patch for the sidebar to scite 3.21 > (see attachment)
> zip contains original-files and change files to easily make a diff, > all changes are marked with an comment including "sidebar"
> sidebar and splitter are visible, also scintilla-control, but the > scintilla-control is empty (like file is not loaded, but tab-header > shows filename), am i'm missing anything?
> Hi,
> i've tried to port my Scite2.x-patch for the sidebar to scite 3.21 > (see attachment)
> zip contains original-files and change files to easily make a diff, > all changes are marked with an comment including "sidebar"
> sidebar and splitter are visible, also scintilla-control, but the > scintilla-control is empty (like file is not loaded, but tab-header > shows filename), am i'm missing anything?
> regards Frank
can anybody (neil, maybe steve) look at this simple patch (SciTEGTK.cxx only is enough)?
i assume there is a problem with the bakground-drawing of scintilla, i did not understand.
> can anybody (neil, maybe steve) look at this simple patch (SciTEGTK.cxx only is enough)?
> i assume there is a problem with the bakground-drawing of scintilla, i did not understand.
>> can anybody (neil, maybe steve) look at this simple patch (SciTEGTK.cxx only is enough)?
>> i assume there is a problem with the bakground-drawing of scintilla, i did not understand.
> I do not want to support this.
> Neil
you have not to commit this,
i only want to know, why adding a simple control prevents scintilla from working. same control-change works in Scite 2.x.
it seems that lua also cannot access to editor.
>>> can anybody (neil, maybe steve) look at this simple patch >>> (SciTEGTK.cxx only is enough)?
>>> i assume there is a problem with the bakground-drawing of scintilla, >>> i did not understand.
>> I do not want to support this.
>> Neil
> you have not to commit this,
> i only want to know, why adding a simple control prevents scintilla > from working. same control-change works in Scite 2.x.
> it seems that lua also cannot access to editor.
> Frank
can you please give me a hint? my patch seems to be ok and works well in scite 2.x
>> can you please give me a hint? my patch seems to be ok and works well in scite 2.x
> This looks like it would sink too much time so I don't want to work on it.
> Neil
i simply add a paned-control to boxMain with 2 vbox-widgets and then adding to the left one your 2 controls (wtabbar and wcontent) you put directly to boxMain...not that complicated and as i say its working on scite 2.x
have you changed anything in 3.x, that can be disturbed by this 2 additional controls (hpaned,vbox) between boxMain and wContent/wTabbar?
do you iterate through the controls so your code get my hpaned instead of wcontent?
OK,
the problem was a call in a lua-script to editor:GetLexerLanguage(), which seems to be implemented in my current scite-binary, but not in current release 3.2.x. This call is in OnUpdate and has blocked UI
i removed that temporarily from the scripts and the UI looks as i wanted ;)
can i send SCI_GETLEXERLANGUAGE from lua directly to editor or have i implement this directly in scite-code?
> the problem was a call in a lua-script to editor:GetLexerLanguage(), which seems to be implemented in my current scite-binary, but not in current release 3.2.x.
>> the problem was a call in a lua-script to editor:GetLexerLanguage(), >> which seems to be implemented in my current scite-binary, but not in >> current release 3.2.x.
IIRC, Neil recently added the getter version, which is visible (at the time I write this...) at the page you link to.
SCI_GETLEXERLANGUAGE(<unused>, char *name)
-- Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr -- -- -- -- -- -- -- -- -- -- -- -- -- --
IIRC, Neil recently added the getter version, which is visible (at the time I write this...) at the page you link to.
SCI_GETLEXERLANGUAGE(<unused>, char *name)
-- Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-interest@googlegroups.com.
To unsubscribe from this group, send email to scite-interest+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.