QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: RobinGravel on August 05, 2021, 08:18:33 pm
-
I copied a directory to QB64 to use a new font.
Not working.
-
Thanks for reporting, I'll investigate it. Welcome aboard.
-
I don't think copy/paste works in any IDE Dialog.
-
It used to, hence the investigation 🤗
-
i use Windows 10 64 bit if it can help.
-
@RobinGravel
Meanwhile if you want to use another font you could type it in manually.
I found that the files as listed by Windows in that section you were copying from are not always correct eg Arial Bold has true name Arialbd.ttf or was it Arialbld.ttf. You can find the correct .ttf file name under properties for the file you want to select.
[ This attachment cannot be displayed inline in 'Print Page' view ]
-
Here I tried arialbd.ttf in IDE:
[ This attachment cannot be displayed inline in 'Print Page' view ]
[ This attachment cannot be displayed inline in 'Print Page' view ]
-
I put new fonts to another directory.
That's why I need to copy/paste the directory to IDE.
-
I put new fonts to another directory.
That's why I need to copy/paste the directory to IDE.
And you say you are or were able to paste a string into the IDE Dialog for Options > Display > Filename
Most curious to me because I can't paste a word into the IDE Search Dialog. I can highlight a word and get that in the dialog but that's it.
Can anyone paste anything into any of QB64 IDE Dialogs?
-
Yes, it's always been allowed.
-
Yes, it's always been allowed.
Thats not Windows 10 is it?
-
Yes.
[ This attachment cannot be displayed inline in 'Print Page' view ]
-
Doesn't work for me, not even with a directory copy highlighted in IDE main section.
The search works only if string is highlighted in IDE main section.
-
Doesn't work for me, not even with a directory copy highlighted in IDE main section.
The search works only if string is highlighted in IDE main section.
Same for me.
-
We'd established that. We're investigating.
-
Yes.
[ This attachment cannot be displayed inline in 'Print Page' view ]
Your windows is more recent than mine.
[ This attachment cannot be displayed inline in 'Print Page' view ]
-
Please update your system and let me know if the issue persists.
-
In the meantime you can edit the settings file manually, it's in the internal folder (internal/config.ini).
-
Yes version 21H1, May 18, 2021 more recent than yours of Jan 24, 2021.
-
Hi
on my old Toshiba satellite with Win10 and QB64 version 1.5 git 3043116 I can paste any text before copied into clipboard in all the dialogboxes of QB64 that need text as input. This same experience is not possible for those dialogboxes that need a digit as input ( Go To Line, Backup/Undo etc...)
-
Please everyone, confirm to me that you, like everyone else who got this working, are trying to paste with CTRL+V, not SHIFT+INSERT.
-
Please everyone, confirm to me that you, like everyone else who got this working, are trying to paste with CTRL+V, not SHIFT+INSERT.
Oh ha! Ctrl+V works, I was trying with right mouse.
-
Great. Problem solved.
Please everyone, in dialogs use:
- CTRL+C to copy.
- CTRL+X to cut.
- CTRL+V to paste.
And thanks for reporting it. It shall be fixed in an upcoming release.
-
It works with CTRL+V.
I always use Shift+Insert since original Qbasic.