Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

MiniDoc

<< < (8/14) > >>

Jenna:

--- Quote from: oBFusCATed on August 19, 2014, 09:07:26 pm ---And also because I'm left with the impression that the wx project is the current maintainer of the wxscintilla component.

--- End quote ---

In general yes, and we (better Morten) regularily synchronize our sources with the wxSTC-sources, but nevertheless we acn not use it directly, because we use many own patches in (wx)scintilla.

MortenMacFly:
Well in fact we are synchronizing with scintilla directly and not with wxstc. Wxstc is far older than our wxscintilla component, additionally our component can do more than scintilla. We are the maintainer of wxscintilla meanwhile if you wish. Btw: I've already prepared the synch to scintilla 3.50 hence I see an issue with white fonts on white background I was unable to resolve so far. Scintilla has undergone some major changes I.e. switching the architecture to an mvc principle. This obviously is the reason but I could not pin point the exact code portion. I could do a branch of you like...

Jenna:
What I meant are commits like this:

--- Quote from: http://sourceforge.net/p/codeblocks/code/8278/ ---* pumped (wx)Scintilla to 3.2.2
* harmonised (wx)Scintilla with wxSTC from wxWidgets SVN (which happened to have updated scintilla, too lately)

--- End quote ---
The updates to scintilla are more or less independent from this.

You could make branch with the new scintilla, so more devs can have a look into the issue(s) with 3.50 .
What exactly is the issue with white fonts on white background ?

MortenMacFly:
Oh right,I see.Well what I harmonised was mainly the layout of the source code wrt where the methods are located so you can compare better and (most important) the generator that actually creates the source code out of a template. It's a python script.

I'll do a branch hopefully tomorrow...

danselmi:

--- Quote from: oBFusCATed on August 19, 2014, 09:58:58 am ---This is the bug report: http://trac.wxwidgets.org/ticket/13709 if you want to join the discussion:)

--- End quote ---

Attached is how I think the solution should look like.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version