Better Clipboard Support PB-IDE Linux

Working on new editor enhancements?
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Better Clipboard Support PB-IDE Linux

Post by ts-soft »

I can copy any Text on my windows host and can paste it in all linux
application on my vm on virtualbox. the only one that ignore the clipboard is
the pb ide :cry:
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Try using clipbrd.exe in Windows to identify the discrepancy of what is actually appearing on the clipboard.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

the clipboard is okay, i can paste in any application in linux but not in pbide.
i can paste in mousepad or gwrite and copy from there, but not direct to
pbide.
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

Perhaps its a virtualbox issue?
Doing the same in VmWare works fine
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
eesau
Enthusiast
Enthusiast
Posts: 589
Joined: Fri Apr 27, 2007 12:38 pm
Location: Finland

Post by eesau »

Have you installed VirtualBox Guest Additions?
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

eesau wrote:Have you installed VirtualBox Guest Additions?
Yes

Clipboard works with all application expect pbide, so this is a ide issue and
not virtualbox.
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
Deeem2031
Enthusiast
Enthusiast
Posts: 216
Joined: Sat Sep 20, 2003 3:57 pm
Location: Germany
Contact:

Post by Deeem2031 »

I just tried the same and yes, only the PB IDE does not support clipboard. VirtualBox + Debian here.
irc://irc.freenode.org/#purebasic
eesau
Enthusiast
Enthusiast
Posts: 589
Joined: Fri Apr 27, 2007 12:38 pm
Location: Finland

Post by eesau »

I just checked, and I have the same problem. The clipboard doesn't work with the PB ide. With all other applications it works as expected.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Mistrel wrote:Try using clipbrd.exe in Windows to identify the discrepancy of what is actually appearing on the clipboard.
Can you tell us what the discrepancy is on the clipboard?
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Mistrel wrote:
Mistrel wrote:Try using clipbrd.exe in Windows to identify the discrepancy of what is actually appearing on the clipboard.
Can you tell us what the discrepancy is on the clipboard?
Don't understand the question. On Windows Host is a Text in Clipboard.
On Linux Guest is the same in Clipboard and available for all applications, but
only the PB Ide ignors the Clipboardtext. In all other Applications i can
paste the text, comes from Windows Host
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

random idea here: does pasting work into a scintillagadget? (inside virtualbox naturally)
if not, it would appear to be a scintilla issue
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Sorry, I mixed up the direction of your copy/paste operation. If it's not working on the Linux VM you'll have to look for the discrepancy there. I don't know what tool to use for that.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

If you can copy and paste from other programs, I think it's a problem with VirtualBox's guest tools.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

I can copy and paste from and to all programs! Host or Guest., but not to PB IDE!
If this a problem with guest tools, why works with all other applications?

Code: Select all

Debug GetClipboardText()
On Linux shows the text, but the IDE paste nothing!
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Its probably a scintilla issue. I will have a look.
quidquid Latine dictum sit altum videtur
Post Reply