News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

cbStyledTextCtrl

Started by dmoore, January 10, 2014, 05:57:48 PM

Previous topic - Next topic

dmoore

Remind me

1/ Why doesn't cbStyledTextCtrl derive from wxStyledTextCtrl? It is looking pretty complete these days.
2/ How do I get the last position of the cbStyledTextCtrl? There is no GetLastPosition() EDIT: GetLength() apparently?
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

MortenMacFly

Quote from: dmoore on January 10, 2014, 05:57:48 PM
1/ Why doesn't cbStyledTextCtrl derive from wxStyledTextCtrl? It is looking pretty complete these days.
No, its missing ~ 20% of the features we have in wxScintilla.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]