[Gambas-user] another IDE cut/n paste behaviour

Charlie Reinl Karl.Reinl at ...9...
Sun Sep 27 00:02:10 CEST 2009


Am Samstag, den 26.09.2009, 22:40 +0200 schrieb Benoît Minisini:
> > Am Mittwoch, den 09.09.2009, 12:58 +0200 schrieb Benoît Minisini:
> > > > Salut,
> > > >
> > > > on gambas2 and gambas3 (since month) in code editor CTRL+C not always
> > > > works.
> > > > CTRL+V is OK, CTRL+X (I haven't tested)
> > > >
> > > > ContextMenu/Copy works well.
> > > >
> > > > Is that a gambas behaviour or Linux/Ubuntu 8.04/Xorg behaviour.
> > > > Or a problem on my box.
> > >
> > > Please give more details on when it does not work.
> > 
> > Salut Benoit,
> > 
> > back again today for that.
> > 
> > Finally, for sure, in gambas2 2.16 when I try during debug, having
> > selected something of in the editor, I can't copy it with CTRL+C I have
> > to use the ContextMenu/Copy.
> > CTRL+V works.
> > 
> 
> I didn't succed in reproducing the problem on Gambas 2. Can you try with the 
> latest revision?
> 
Salut Benoit,

I tried it twice:
gambas2 rev 2363 on a Standalone-Laptop with kubuntu 9.04 
and 
gambas2 rev 2364 on a box on a KVM-Switch (KVM=Keyboard – Video – Mouse,
where CTRL is a soft key to switch) with ubuntu 8.04 

On both, the same test and the same result :
- starting the IDE
- loading a project
- pressing F8 to start
	-marking with a dbl-click a word (CALL it 'COPY-001' here)
	-pressing Ctrl+C
	-changing to the IDE-console
	-pressing Ctrl+V   --------------> 'COPY-001' is insert
	+changing to the Edit-Window
	+marking by a dbl-click a other word (CALL it 'COPY-002' here)
	+pressing Ctrl+C
	+changing to the IDE-console
	+pressing Ctrl+V   --------------> 'COPY-001' is insert and 
				       NOT 'COPY-002' as expected.
	*changing to the Edit-Window
	*marking by a dbl-click a other word (CALL it 'COPY-003' here)
	*using context-menu 'Copy'
	*changing to the IDE-console
	*pressing Ctrl+V   --------------> 'COPY-003' is insert

So the problem still persists.
-- 
Amicalment
Charlie





More information about the User mailing list