Re: [Gambas-user] A suggestion for the code editor

2010-09-19 Thread Matti
Yep. That's exactly what I imagined. Very comfortable, thanks, Benoit! Matti Am 17.09.2010 04:06, schrieb Benoît Minisini: >> It happens quite often (at least to me, blockhead) that a line of code has >> to be moved to one ore some lines up or down. >> >> Right now, I can't see another way to do

Re: [Gambas-user] A suggestion for the code editor

2010-09-17 Thread Rolf-Werner Eilert
Am 17.09.2010 11:55, schrieb Benoît Minisini: >> Is there a shortcut to jump to a function/procedure by the name the >> cursor is placed on? Just an example: >> >> You see >> >> myString = thisOddLittleBeast(anything) >> >> and wonder what you coded in the function and where it is - so you place >>

Re: [Gambas-user] A suggestion for the code editor

2010-09-17 Thread Benoît Minisini
> Is there a shortcut to jump to a function/procedure by the name the > cursor is placed on? Just an example: > > You see > > myString = thisOddLittleBeast(anything) > > and wonder what you coded in the function and where it is - so you place > the cursor somewhere into thisOddLittleBeast and pr

Re: [Gambas-user] A suggestion for the code editor

2010-09-17 Thread Rolf-Werner Eilert
Is there a shortcut to jump to a function/procedure by the name the cursor is placed on? Just an example: You see myString = thisOddLittleBeast(anything) and wonder what you coded in the function and where it is - so you place the cursor somewhere into thisOddLittleBeast and press the magic ke

Re: [Gambas-user] A suggestion for the code editor

2010-09-16 Thread Dag Jarle Johansen
Good idea, Benoit, even I could record that -lol Ctrl-D ist just fine. Regards Dag Am Freitag, den 17.09.2010, 04:07 +0200 schrieb Benoît Minisini: > > I agree Matti, some more little functions in the editor of the IDE would > > be fine. I always liked to delete a line or the selected source w

Re: [Gambas-user] A suggestion for the code editor

2010-09-16 Thread Benoît Minisini
> I agree Matti, some more little functions in the editor of the IDE would > be fine. I always liked to delete a line or the selected source with > Ctrl-Y. (Using the German keyboard it is next to Crtl) > CTRL+Y is alread used for undo, and CTRL+K (another possible shortcut) is used for commenti

Re: [Gambas-user] A suggestion for the code editor

2010-09-16 Thread Benoît Minisini
> It happens quite often (at least to me, blockhead) that a line of code has > to be moved to one ore some lines up or down. > > Right now, I can't see another way to do this than marking the line and > using Ctrl-X and Ctrl-V. > > My very old text program in the office has a nice command "Alt+Up

Re: [Gambas-user] A suggestion for the code editor

2010-09-15 Thread Dag Jarle Johansen
I agree Matti, some more little functions in the editor of the IDE would be fine. I always liked to delete a line or the selected source with Ctrl-Y. (Using the German keyboard it is next to Crtl) Benoit, sorry, your software is just great, the best I have ever seen, easy for rookies and multiple

[Gambas-user] A suggestion for the code editor

2010-09-15 Thread Matti
It happens quite often (at least to me, blockhead) that a line of code has to be moved to one ore some lines up or down. Right now, I can't see another way to do this than marking the line and using Ctrl-X and Ctrl-V. My very old text program in the office has a nice command "Alt+Up/Down" that mo