Smart line numbers?

Franz Steinhäuser wrote:

Maybe this could be achieved with a "faked" folding?

That's an interesting suggestion. Thanks. You suggest overriding Editor::PaintSelMargin. Am I right that this is not possible in wxPython, as such? (I can't find anything relevant exposed there.) At this point I am *not* ready to undertake rewriting parts of Scintilla in C++, recompiling it, getting it included in wxPython . . . I know it's all possible, but it's more than I can chew.

Charles Hartman
"Creative paranoia means developing at least as thorough a We-system as a They-system." Pynchon, Gravity's Rainbow, p. 638.

Charles Hartman wrote:

Franz Steinhäuser wrote:

    Maybe this could be achieved with a "faked" folding?

That's an interesting suggestion. Thanks. You suggest overriding Editor::PaintSelMargin. Am I right that this is not possible in wxPython, as such? (I can't find anything relevant exposed there.)

Correct.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!