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). th
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 .c
Am 18.03.2014 23:48, schrieb Matthew Brush:
> In the MAINTAINERS file, there's a field 'S' (for status), any with
> 'Orphan' are for sure orphaned, others may be as well, but just not
> officially or updated in that file.
Yes.
> If you meant for porting to GTK3, I'm not sure if there's an offici
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 no
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
On 14-03-18 09:26 AM, Shankhoneer Chakrovarty wrote:
[...]
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
On Tue, 18 Mar 2014 09:26:54 -0700
Shankhoneer Chakrovarty wrote:
> [...]
>
> Can you please tell me what is SF and PR?
Local jargon. :)
SF bug/patch # = Geany sourceforge bug/patch tracker item #.
PR # = Geany githut pull request #.
> Also, can you please assign me a
> bug or a feature reques
Thanks Dimitar.
Please find my reply below.
> > On Thu, Mar 13, 2014 at 11:42 AM, Dimitar Zhekov
> > wrote:
> >
> > + {
> >> + *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,
On 3/16/14, Shankhoneer Chakrovarty wrote:
>
> On Thu, Mar 13, 2014 at 11:42 AM, Dimitar Zhekov
> wrote:
>
> + {
>> + *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, geany parses the er
Thanks Dimitar.
On Thu, Mar 13, 2014 at 11:42 AM, Dimitar Zhekov
wrote:
> - 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 rejected.
>
Thanks
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 mainten
On Tue, 11 Mar 2014 01:35:50 -0700
shan chak wrote:
> I pulled the geany source code, read the HACKING file and created a patch
> which categorizes the compiler errors into "error" and "warning" [...]
> If you guys have some time, can you please review the patch? If you need
> any more info, ple
[...]
> 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
>
>
[...]
>> 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
Thanks Lex. Please see my comments and questions inline.
On Tue, Mar 11, 2014 at 2:54 AM, Lex Trotman wrote:
> On 11 March 2014 19:35, shan chak wrote:
> > Hi guys,
> >
> > My name is Shankhoneer Chakrovarty (aka 'shankhs' ), I have been using
> geany
> > for past 3-4 years (mainly on my ubuntu
Hi !
I try to update the HACKING file considering the need.
Feel free to comment and improve :)
https://github.com/geany/geany/pull/224
See you !
2014-03-11 10:54 GMT+01:00 Lex Trotman :
> On 11 March 2014 19:35, shan chak wrote:
> > Hi guys,
> >
> > My name is Shankhoneer Chakrovarty (aka '
On 11 March 2014 19:35, shan chak wrote:
> 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 no
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
18 matches
Mail list logo