Skip to content

Conversation

@joce
Copy link
Contributor

@joce joce commented Nov 26, 2010

I don't know what you think about it. I personally find it rather sexy. :-p

Also, I fixed a bug in the script/generated code:

  • In getLineBody, you used to do 2 calls to callScintilla with symbolName(v) (SCI_GETLINE in all cases).
    It turns out that contrarily to many other calls, callScintilla(SCI_GETLINE, line) won't give you the length of the line. You need to call callScintilla(SCI_GETLINELENGTH, line) instead.

Signed-off-by: Jocelyn Legault <[email protected]>
@bruderstein
Copy link
Owner

Closing this old pull request - the original code was merged, not sure why the commit doesn't match the message. The actual code referred to was merged, and has been in use since the start (and yes, it is rather sexy!)

@bruderstein bruderstein closed this Jun 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants