Discussion:
SCI_MARKERGET
Manos
2014-02-20 18:44:55 UTC
Permalink
The message *SCI_MARKERGET *returns always 0.
I can not use this.
Is there a bug ?

Manos.
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Neil Hodgson
2014-02-20 20:40:05 UTC
Permalink
The message SCI_MARKERGET returns always 0.
I can not use this.
Is there a bug ?
Its tested in test/simpleTests.py so its unlikely it always returns 0.

Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Manos
2014-02-21 12:33:30 UTC
Permalink
It works only if I send the message: SCI_MARKERADD
I use a Lexer for C/C++ and I would like to use the message: SCI_MARKERGET.
How can I accomplish this without using SCI_MARKERADD ?

Manos.
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Neil Hodgson
2014-02-21 22:06:35 UTC
Permalink
Post by Manos
It works only if I send the message: SCI_MARKERADD
I use a Lexer for C/C++ and I would like to use the message: SCI_MARKERGET.
How can I accomplish this without using SCI_MARKERADD ?
Something has to add a marker before you will see a result from SCI_MARKERGET.

Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Manos
2014-02-21 13:28:08 UTC
Permalink
It works only if I send the message: SCI_MARKERADD
I use a Lexer for C/C++ and I would like to receive the line numbers that
are folding lines,
that is, the lines that have a folding marker.
Can I use SCI_MARKERGET.

Manos.
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Loading...