Author Topic: cbStyledTextCtrl  (Read 3365 times)

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
cbStyledTextCtrl
« on: January 10, 2014, 05:57:48 pm »
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?
« Last Edit: January 10, 2014, 07:40:37 pm by dmoore »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: cbStyledTextCtrl
« Reply #1 on: January 10, 2014, 08:45:34 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ