hello,
Did anyone already made a comparison between scintilla and editra ?
Are they drop in replacements of each other ?
Which of the 2 will win within the wxPython environment ?
thanks,
Stef Mientki
hello,
Did anyone already made a comparison between scintilla and editra ?
Are they drop in replacements of each other ?
Which of the 2 will win within the wxPython environment ?
thanks,
Stef Mientki
Did anyone already made a comparison between scintilla and editra ?
Are they drop in replacements of each other ?Which of the 2 will win within the wxPython environment ?
Hum? Scintilla is a source code editing control, not an editor; Editra is an editor. Scintilla is actually what’s underneath wx.StyledTextControl, which is what Editra uses as its editing component.
The question is like comparing Gecko to Mozilla
Hello,
Scintilla is an editing component (widget) and the StyledTextCtrl is the wx implementation of its interface.
Editra is an application that uses the StyledTextCtrl (scintilla).
Regards,
Cody Precord
On Jan 5, 2008, at 6:04 PM, Stef Mientki wrote:
hello,
Did anyone already made a comparison between scintilla and editra ?
Are they drop in replacements of each other ?
Which of the 2 will win within the wxPython environment ?thanks,
Stef Mientki---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
thanks Cody and Stephen,
Stephen Hansen wrote:
Did anyone already made a comparison between scintilla and editra ?
Are they drop in replacements of each other ?
Which of the 2 will win within the wxPython environment ?Hum? Scintilla is a source code editing control, not an editor; Editra is an editor. Scintilla is actually what's underneath wx.StyledTextControl, which is what Editra uses as its editing component.
I now I understand, why I didn't understood.
The question is like comparing Gecko to Mozilla
never heard of Gecko and Mozilla is the brand of the browser I mostly use,
just kidding
cheers,
Stef