[Github-comments] [geany/geany] Vala's for snippet miss type declaration of i (#1747)

2018-01-22 Thread medeotl
Not sure is really an issue or a wanted behaviour. Anyway, for snippet doesn't 
include the "int" type declaration

Current snippet: 
for=for (i = 0; i < %cursor%; i++)%block_cursor%

Expected snippet:
for=for (int i = 0; i < %cursor%; i++)%block_cursor%


-- 
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/1747

Re: [Github-comments] [geany/geany] Size symbols and fold margins proportional to line height (#1738)

2018-01-22 Thread Thomas Martitz
Sorry, I was confused by the comments and didn't look at the code yet.

-- 
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/pull/1738#issuecomment-359356434