Re: [Geany-Devel] hi...

2019-04-16 Thread Abel
LoL On Wed, Apr 10, 2019, 23:02 billy chang wrote: > my name is billy (duh!!)...& im only about a week old but i do have > some experience writing code. currently im running 1.3.2 & the issue > im addressing may or may not have been solved in the upcoming release > (if so disregard this msg).

[Geany-Devel] hi...

2019-04-10 Thread billy chang
my name is billy (duh!!)...& im only about a week old but i do have some experience writing code. currently im running 1.3.2 & the issue im addressing may or may not have been solved in the upcoming release (if so disregard this msg). that issue is that all the keywords in a programming language

Re: [Geany-Devel] Hi!

2014-03-18 Thread Dimitar Zhekov
On 3/16/14, Shankhoneer Chakrovarty shankhon...@gmail.com wrote: On Thu, Mar 13, 2014 at 11:42 AM, Dimitar Zhekov dimitar.zhe...@gmail.comwrote: + { + *type = g_strstrip(g_strdup(fields[data-line_idx+2])); Errr, why do you assume that type is always at line_idx+2?.. As far as I could

Re: [Geany-Devel] Hi!

2014-03-18 Thread Shankhoneer Chakrovarty
Thanks Dimitar. Please find my reply below. On Thu, Mar 13, 2014 at 11:42 AM, Dimitar Zhekov dimitar.zhe...@gmail.comwrote: + { + *type = g_strstrip(g_strdup(fields[data-line_idx+2])); Errr, why do you assume that type is always at line_idx+2?.. As far as I could understand,

Re: [Geany-Devel] Hi!

2014-03-18 Thread Shankhoneer Chakrovarty
Thanks Matthew and Dimitar. Can you please tell me what is SF and PR? Also, can you please assign me a bug or a feature request? I know I can pick anything from the list but since I am new to this project, I think it will be better for me not to chose by myself any bug/feature thats too

Re: [Geany-Devel] Hi!

2014-03-18 Thread Matthew Brush
On 14-03-18 03:28 PM, Shankhoneer Chakrovarty wrote: Thanks Matthew and Dimitar. Can you please tell me what is SF and PR? Also, can you please assign me a bug or a feature request? I know I can pick anything from the list but since I am new to this project, I think it will be better for me

Re: [Geany-Devel] Hi!

2014-03-16 Thread Shankhoneer Chakrovarty
Thanks Lex. Sorry for the late reply. You seemed to be returning is this a warning or not, so thats a boolean condition that can be tested locally and returned as such. Returning a pointer to part of the message and then testing it in code far far away is likely to be confusing for

Re: [Geany-Devel] Hi!

2014-03-16 Thread Shankhoneer Chakrovarty
Thanks Dimitar. On Thu, Mar 13, 2014 at 11:42 AM, Dimitar Zhekov dimitar.zhe...@gmail.comwrote: - data.min_fields = 3; + data.min_fields = 5; Please note that parse_file_line() returns if length(fields) is less than data-min_fields. With the above change, anything with 4 colons will be

Re: [Geany-Devel] Hi!

2014-03-12 Thread Shankhoneer Chakrovarty
Thanks Lex. Please see my comments and questions inline. On Tue, Mar 11, 2014 at 2:54 AM, Lex Trotman ele...@gmail.com wrote: On 11 March 2014 19:35, shan chak shankhol...@gmail.com wrote: Hi guys, My name is Shankhoneer Chakrovarty (aka 'shankhs' ), I have been using geany for past

Re: [Geany-Devel] Hi!

2014-03-12 Thread Lex Trotman
[...] 4. is setting a pointer to a piece of the string and comparing it to warning really the best way of returning that information rather than a bool or enum? [Shankhoneer] I dont understand exactly what you are trying to suggest. Do you mean that I should create a function that returns

Re: [Geany-Devel] Hi!

2014-03-12 Thread Lex Trotman
[...] Anyway 5 e is probably a Scintilla issue, which is a separate project which we use, www.scintilla.org. You should send patches there so its confirmed that the change is acceptable to them. Update, its already fixed in the current version of Scintilla. Cheers Lex Cheers Lex

[Geany-Devel] Hi!

2014-03-11 Thread shan chak
Hi guys, My name is Shankhoneer Chakrovarty (aka 'shankhs' ), I have been using geany for past 3-4 years (mainly on my ubuntu ) and I have learned all my programming skills on geany. So thank you! Since I have been programming for 3-4 years now and also using geany, I thought it will be great if