Re: [Gambas-user] two simple questions

2013-09-30 Thread wally
Jussi, i used "Paste" widget (paste text snippets) in panel, but nothing changes after its removal. wally On Monday 30 September 2013 22:57:13 Jussi Lahtinen wrote: > Everything looks OK. > Do you use clipboard manager etc what could cause this? > > Jussi > > On Mon, Sep 30, 2013 at 5:36 PM,

Re: [Gambas-user] two simple questions

2013-09-30 Thread Jussi Lahtinen
Everything looks OK. Do you use clipboard manager etc what could cause this? Jussi On Mon, Sep 30, 2013 at 5:36 PM, Jussi Lahtinen wrote: > Can you send full compile logs? > ( ./reconf-all && ./configure -C && make && sudo make install ) > > ~/Desktop/compile.log 2>&1 > > Jussi > > > On Mon, Se

Re: [Gambas-user] two simple questions

2013-09-30 Thread Jussi Lahtinen
Can you send full compile logs? ( ./reconf-all && ./configure -C && make && sudo make install ) > ~/Desktop/compile.log 2>&1 Jussi On Mon, Sep 30, 2013 at 10:12 AM, wally wrote: > > > As I already said twice, no. You don't get all my mails? > yes, you said twice, sorry > i get your mails via m

Re: [Gambas-user] two simple questions

2013-09-30 Thread wally
> As I already said twice, no. You don't get all my mails? yes, you said twice, sorry i get your mails via mailinglist only > svn update -r 5815 same problem with this version i tried on debian VBox no problems here, works as expected So far i have this problem only on OpenSuse 12.3 and Gambas

Re: [Gambas-user] two simple questions

2013-09-29 Thread Jussi Lahtinen
> I assume you can not reproduce this problem , right ? > As I already said twice, no. You don't get all my mails? I do a entire fresh svn checkout and try again. > i'll report results soon. > That is not what I meant. Do this: svn update -r 5815 Then compile & install again, and try if the

Re: [Gambas-user] two simple questions

2013-09-29 Thread wally
Jussi, Benoit, complete fresh checkout and build to SVN revision 5860. Problem persists. Benoit, > It is a bug. I fixed it in revision #5858. i can not confirm this, still no right-click pop-up in "Browse project"-textbox If nobody else can reproduce this problem, it's very implausible that gamb

Re: [Gambas-user] two simple questions

2013-09-29 Thread wally
Jussi, > 1. Can you reproduce this problem with Kate (or any other Qt4 text editor)? kate does not show this behavior. I assume you can not reproduce this problem , right ? I do a entire fresh svn checkout and try again. i'll report results soon. wally On Sunday 29 September 2013 19:33:20 Ju

Re: [Gambas-user] two simple questions

2013-09-29 Thread Jussi Lahtinen
Very strange... 1. Can you reproduce this problem with Kate (or any other Qt4 text editor)? 2. Can you reproduce this with another theme? 3. Can you try to downgrade Gambas to some earlier revision, so that we could see what caused this (if it is bug in Gambas)? svn update -r Jussi On Sun,

[Gambas-user] two simple questions

2013-09-29 Thread wally
Hi Jussi, i played a little bit with several variants: "Gambas still eat code" when parts of code is selected :D If the project is readonly as the example project, it does not occur. If you save such project renamed it appears. It's extremely confusing dependend on personally prfered coding meth

Re: [Gambas-user] two simple questions

2013-09-29 Thread Jussi Lahtinen
Wally, your email doesn't work, hope you get my reply via this list: Sorry I cannot reproduce this problem with r5855 on Xubuntu 13.04 64bit. What is your operating system? Gambas IDE --> ? --> System informations. Copy all of it's content. Maybe your system sends some keys when tab is changed, a

Re: [Gambas-user] two simple questions

2013-09-28 Thread Benoît Minisini
Le 28/09/2013 18:51, wally a écrit : > Hi, > > i met some strange behavior, maybe i do something strange myself. > Assuming i have a project larger than the attached example project > and i open the "Button1_Click()"-routine. > Next i want to find the location of Function "myFunction() in code". >

Re: [Gambas-user] two simple questions

2013-09-28 Thread Jussi Lahtinen
> > I used this search box: see screenshot > Oh, I had removed it from my IDE and I didn't even remember it exist! I updated to r5855 and I added the box for test. Still I don't see IDE deleting any rows, but you really cannot paste into "Browse project" box. So that is confirmed. Minor annoying

Re: [Gambas-user] two simple questions

2013-09-28 Thread wally
Hi Jussi, i will do so also from now :) thx I used this search box: see screenshot wally ps.: do you have a similar hint, how to drag and drop (move) pieces of sourcecode ? i really miss this feature. On Saturday 28 September 2013 20:16:10 Jussi Lahtinen wrote: > > 1st question: > > I can

Re: [Gambas-user] two simple questions

2013-09-28 Thread Jussi Lahtinen
> 1st question: > I can not paste by right click because no popup menu appears. > Is this a feature or a bug ? > I cannot reproduce with r5850. Normally if I want to find other instances of some text, I just select the piece of text and press CTRL + f. No copy&paste needed. I will try this later

[Gambas-user] two simple questions

2013-09-28 Thread wally
sorry, i forgot: gambas3 SVN At revision 5853. Hi, i met some strange behavior, maybe i do something strange myself. Assuming i have a project larger than the attached example project and i open the "Button1_Click()"-routine. Next i want to find the location of Function "myFunction() in code

[Gambas-user] two simple questions

2013-09-28 Thread wally
Hi, i met some strange behavior, maybe i do something strange myself. Assuming i have a project larger than the attached example project and i open the "Button1_Click()"-routine. Next i want to find the location of Function "myFunction() in code". I select " myFunction()" right click and copy.