[Github-comments] [geany/geany-plugins] GeanyLua: problem with SCI_MARKERNEXT and SCI_MARKERPREVIOUS (#706)

Skif-off notifications at xxxxx
Sat Feb 24 21:27:20 UTC 2018


@elextr 
Big thanks :) I knew, I knew that I missed something, something trivial! :)) [Here](https://github.com/geany/geany-plugins/blob/master/geanylua/glspi_sci.h#L93) uses ```SLT_INT``` type and I was wrong with marker number.
I have fixed it, replaced ```1``` on ```0x2```
```lua
local n = geany.scintilla(2047, 0, 0x2);
local p = geany.scintilla(2048, 9, 0x2);
```
and it's works fine.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/706#issuecomment-368261558
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180224/84da935e/attachment-0001.html>


More information about the Github-comments mailing list