Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-20 Thread elextr
For your own stuff sure.

-- 
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/646#issuecomment-345944098

Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-20 Thread Skif-off
Can I just ignore this warning? :)

-- 
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/646#issuecomment-345943938

Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-20 Thread Skif-off
@elextr 
```gchar **argv=NULL;``` >>> ```guchar **argv=NULL;```?
Is everything will be fine if I just ignore this warning?

-- 
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/646#issuecomment-345940860

Re: [Github-comments] [geany/geany-plugins] [geanylua] geany.scintilla() does not work with SCI_SETLEXER (#646)

2017-11-20 Thread elextr
You have items of mixed signedness in the expression.  This is IIRC a fairly 
new stupid warning.  To shut it up just cast argc to an unsigned type.  The 
nightly probably uses a compiler thats older than the stupid warning.

-- 
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/646#issuecomment-345939759

Re: [Github-comments] [geany/geany] Bash - Shell Script Colorizer is Broken (#1549)

2017-11-20 Thread LarsGit223
I suggest that you open a new issue for that with a specific example code which 
reproduces the problem.

-- 
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/issues/1549#issuecomment-345842384

Re: [Github-comments] [geany/geany] Bash - Shell Script Colorizer is Broken (#1549)

2017-11-20 Thread AdamDanischewski
Note: This issue is fixed, yet the colorization is still wrong for HERE-DOC's. 
It is broken in Scintilla there is an open bug yet it's a low priority, it 
should probably get "auto-fixed" via Scintilla at some point.  

-- 
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/issues/1549#issuecomment-345836542

Re: [Github-comments] [geany/geany] Bash - Shell Script Colorizer is Broken (#1549)

2017-11-20 Thread Thomas Martitz
Closed #1549.

-- 
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/issues/1549#event-1350516068

Re: [Github-comments] [geany/geany] Bash - Shell Script Colorizer is Broken (#1549)

2017-11-20 Thread LarsGit223
I downloaded and built release 1.32 and re-tested this. Looks good, I think 
this can be closed.

-- 
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/issues/1549#issuecomment-345792753

[Github-comments] [geany/geany] Support for multiple search result windows (#1692)

2017-11-20 Thread Kenneth Ekman
Im not sure if this is for the core, or more suitable as a plugin, but I would 
like to be able to keep my current search results (In the Messages tab below) 
when doing another search. 

My proposal is to add it either by "detaching" or "freezing" the Messages tab, 
or by adding support for searching into a number of different search result 
windows (which I've seen in other editors).


-- 
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/issues/1692