Re: [Gambas-user] Comments at wiki like PHP site

2011-07-17 Thread Benoît Minisini
> hi, > > is it possible to extend wiki documentation with user comments like PHP > documentation? > > see for example > http://www.php.net/manual/en/language.types.php > http://www.php.net/manual/en/language.functions.php Yes, it would be cool. I note that in the TODO list. -- Benoît Minisini

[Gambas-user] Comments at wiki like PHP site

2011-07-09 Thread Demosthenes Koptsis
hi, is it possible to extend wiki documentation with user comments like PHP documentation? see for example http://www.php.net/manual/en/language.types.php http://www.php.net/manual/en/language.functions.php -- Regards, Demosthenes Koptsis.

Re: [Gambas-user] comments

2009-07-14 Thread Dimitris Anogiatis
Sorry guys didn't mean to upset anyone, I did read the whole thread and I was unaware of the feature being implemented on the development version as I use the stable 2.14 on my lenny distro. Regards, Dimitris On Tue, Jul 14, 2009 at 9:07 AM, Stephen Bungay wrote: > Yeah, I see what you mean,

Re: [Gambas-user] comments

2009-07-14 Thread Stephen Bungay
Yeah, I see what you mean, that would be handy for pasting blocks of text in without the IDE mangling it. I see your point. Ron wrote: > Stephen Bungay wrote: >> I made up a standard comment block a long time ago as a text file, I >> simply paste it in and modify/add to it as needed. Yes you

Re: [Gambas-user] comments

2009-07-14 Thread Ron_1st
On Tuesday 14 July 2009, Jean-Yves F. Barbier wrote: > Dimitris Anogiatis a écrit : > . > > you add another paste function on the IDE called "Paste As Comments" and > > assign it a rather unique keyboard > > shortcut like Ctrl + Alt + \ and paste whatever is in the clipboard in text > > format

Re: [Gambas-user] comments

2009-07-14 Thread Ron_1st
On Tuesday 14 July 2009, Benoît Minisini wrote: > > On Monday 13 July 2009, Ron wrote: > > > Benoît Minisini wrote: > > > >> Hi, > > > >> > > > >> AFAIK ther's no possibility to comment a block of code; could you add > > > >> this? (such as C comment for example). > > > >> > > > >> JY > > > > > > >

Re: [Gambas-user] comments

2009-07-14 Thread Benoît Minisini
> Sorry if I'm butting in the conversation, but what if instead of > > /* > > don't parse this > > */ > > you add another paste function on the IDE called "Paste As Comments" and > assign it a rather unique keyboard > shortcut like Ctrl + Alt + \ and paste whatever is in the clipboard in > text fo

Re: [Gambas-user] comments

2009-07-14 Thread Jean-Yves F. Barbier
Dimitris Anogiatis a écrit : . > you add another paste function on the IDE called "Paste As Comments" and > assign it a rather unique keyboard > shortcut like Ctrl + Alt + \ and paste whatever is in the clipboard in text > format, as comments (with the ' in front > of them)? . RTF whole th

Re: [Gambas-user] comments

2009-07-13 Thread Dimitris Anogiatis
Sorry if I'm butting in the conversation, but what if instead of /* don't parse this */ you add another paste function on the IDE called "Paste As Comments" and assign it a rather unique keyboard shortcut like Ctrl + Alt + \ and paste whatever is in the clipboard in text format, as comments (w

Re: [Gambas-user] comments

2009-07-13 Thread Ron
Stephen Bungay wrote: > I made up a standard comment block a long time ago as a text file, I > simply paste it in and modify/add to it as needed. Yes you have to put > the ' at the start of every new comment line, but IMHO that is no big deal. > > Steve. > > Yeah but the the damage is already

Re: [Gambas-user] comments

2009-07-13 Thread Stephen Bungay
I made up a standard comment block a long time ago as a text file, I simply paste it in and modify/add to it as needed. Yes you have to put the ' at the start of every new comment line, but IMHO that is no big deal. Steve. Ron wrote: > But.. sometimes you want to paste some lines of text as com

Re: [Gambas-user] comments

2009-07-13 Thread Jean-Yves F. Barbier
Ron_1st a écrit : > On Monday 13 July 2009, Ron wrote: >> Benoît Minisini wrote: Hi, AFAIK ther's no possibility to comment a block of code; could you add this? (such as C comment for example). JY >>> If you find a syntax that I like and that does not interfe

Re: [Gambas-user] comments

2009-07-13 Thread Benoît Minisini
> On Monday 13 July 2009, Ron wrote: > > Benoît Minisini wrote: > > >> Hi, > > >> > > >> AFAIK ther's no possibility to comment a block of code; could you add > > >> this? (such as C comment for example). > > >> > > >> JY > > > > > > If you find a syntax that I like and that does not interfer with

Re: [Gambas-user] comments

2009-07-13 Thread Ron_1st
On Monday 13 July 2009, Ron wrote: > Benoît Minisini wrote: > >> Hi, > >> > >> AFAIK ther's no possibility to comment a block of code; could you add this? > >> (such as C comment for example). > >> > >> JY > >> > > If you find a syntax that I like and that does not interfer with an already >

Re: [Gambas-user] comments

2009-07-13 Thread Ron
But.. sometimes you want to paste some lines of text as comment into your code. If you do this your way the text gets parsed/changed as soon as you paste it. Before you get the change to mark it as comment.It would be nice if you can type /* and */ and paste the stuff between it so the editor leave

Re: [Gambas-user] comments

2009-07-13 Thread Charlie Reinl
Am Montag, den 13.07.2009, 22:36 +0200 schrieb Jean-Yves F. Barbier: > Charlie Reinl a écrit : > > Am Montag, den 13.07.2009, 22:09 +0200 schrieb Jean-Yves F. Barbier: > >> But thanks anyway :) > >> > >> JY > >> -- > >> Among all savage beasts, none is found so harmful as woman. > >>

Re: [Gambas-user] comments

2009-07-13 Thread Jean-Yves F. Barbier
Charlie Reinl a écrit : > Am Montag, den 13.07.2009, 22:09 +0200 schrieb Jean-Yves F. Barbier: >> But thanks anyway :) >> >> JY >> -- >> Among all savage beasts, none is found so harmful as woman. >> -- St. John Chrysostom, 304-407. > > Oh my good, the church and woman.

Re: [Gambas-user] comments

2009-07-13 Thread Charlie Reinl
Am Montag, den 13.07.2009, 22:09 +0200 schrieb Jean-Yves F. Barbier: > But thanks anyway :) > > JY > -- > Among all savage beasts, none is found so harmful as woman. > -- St. John Chrysostom, 304-407. Oh my good, the church and woman. ---

Re: [Gambas-user] comments

2009-07-13 Thread Jean-Yves F. Barbier
Stephen Bungay a écrit : >Highlight the block of code you want to comment out then click > the little comment icon in the text-editor toolbar. Presto! The block of > code is commented out. No fuss, no muss. > > Steve. Yes but no: many times I have to comment/decomment many parts of a si

Re: [Gambas-user] comments

2009-07-13 Thread Stephen Bungay
Highlight the block of code you want to comment out then click the little comment icon in the text-editor toolbar. Presto! The block of code is commented out. No fuss, no muss. Steve. Jean-Yves F. Barbier wrote: > Hi, > > AFAIK ther's no possibility to comment a block of code; could you

Re: [Gambas-user] comments

2009-07-13 Thread Jean-Yves F. Barbier
Benoît Minisini a écrit : >> Hi, >> >> AFAIK ther's no possibility to comment a block of code; could you add this? >> (such as C comment for example). >> >> JY > > If you find a syntax that I like and that does not interfer with an already > existing one, why not? haaa, Saint-Taxes... priez pour

Re: [Gambas-user] comments

2009-07-13 Thread Ron
Benoît Minisini wrote: >> Hi, >> >> AFAIK ther's no possibility to comment a block of code; could you add this? >> (such as C comment for example). >> >> JY >> > If you find a syntax that I like and that does not interfer with an already > existing one, why not? > Sorry to barge in, but /

Re: [Gambas-user] comments

2009-07-13 Thread Benoît Minisini
> Hi, > > AFAIK ther's no possibility to comment a block of code; could you add this? > (such as C comment for example). > > JY If you find a syntax that I like and that does not interfer with an already existing one, why not? -- Benoît -

[Gambas-user] comments

2009-07-13 Thread Jean-Yves F. Barbier
Hi, AFAIK ther's no possibility to comment a block of code; could you add this? (such as C comment for example). JY -- What happens if a big asteroid hits Earth? Judging from realistic simulations involving a sledge hammer and a common laboratory frog, we can assume it will be pretty bad.

[Gambas-user] Comments on User Constructed Code Tree

2009-07-11 Thread richard terry
I'd recommend anyone using Gambas 2.99 to upgrade to the version allowing a user constructed directory tree. Builds 1990, 2105, 2106 see quite stable, I've been using the 2106 all morning (one gotcha - be careful what you delete - there is a bug in the delete key in the ide - it can sometime wan