... i know where is the option :wink:
So, i have searching and found the line in
Purebasic.pref => EnableKeywordMatch
That works, when i uncheck or check, this line change 8)
EnableKeywordMatch = 0
EnableKeywordMatch = 1
It's surely because i run my PB with command options
Tomorrow i search why PB ...
Search found 3508 matches: command line help
Searched query: +command +line +help
- Sun Jan 04, 2026 11:08 pm
- Forum: Coding Questions
- Topic: My underlining have disapear [Resolved]
- Replies: 8
- Views: 368
- Thu Jan 01, 2026 2:55 am
- Forum: Announcement
- Topic: ProGUI V3 Alpha 3 Ready for testing!
- Replies: 244
- Views: 123610
Re: ProGUI V3 Alpha 3 Ready for testing!
... 01-2026_01x.png
So there's a new TextSetRenderMode(Text, RenderMode) command and CSS property "text-rendermode" e.g. 'SkinSetValue("titlebarTitle ... bitmap (unless the background was opaque). I'll solve this down the line with an auto flag but it's worth mentioning.
Anyway, full window ...
So there's a new TextSetRenderMode(Text, RenderMode) command and CSS property "text-rendermode" e.g. 'SkinSetValue("titlebarTitle ... bitmap (unless the background was opaque). I'll solve this down the line with an auto flag but it's worth mentioning.
Anyway, full window ...
- Wed Dec 31, 2025 7:57 am
- Forum: Coding Questions
- Topic: [SOLVED] Cannot get Button to appear on line 620 -- Thanks pjay!!
- Replies: 3
- Views: 227
[SOLVED] Cannot get Button to appear on line 620 -- Thanks pjay!!
... no overlap so I have no idea why ButtonGadget line 620 will not appear:
; adapted to work with ... SHOWpwd
#PwdLBL
#EDIT
#SECRET
#CONNECT
#HELP
#PickMacro
#FOLDER
#ABOUT
#Text_1_11
#Text ... Port$ = ""
Port$ = "22"
EndIf
; Build PuTTY command line
If GetGadgetState(#USRPswdOK) = 1 And PW ...
; adapted to work with ... SHOWpwd
#PwdLBL
#EDIT
#SECRET
#CONNECT
#HELP
#PickMacro
#FOLDER
#ABOUT
#Text_1_11
#Text ... Port$ = ""
Port$ = "22"
EndIf
; Build PuTTY command line
If GetGadgetState(#USRPswdOK) = 1 And PW ...
- Tue Dec 30, 2025 5:14 pm
- Forum: General Discussion
- Topic: Command Prompt vs. RunProgram Output
- Replies: 2
- Views: 272
Command Prompt vs. RunProgram Output
... are described in the output print.)
I copy files using the Copy command, then write-protect one target file and repeat the command ... 2 file(s) copied.
;
; Debug Output:
;
; Second Run --> Missing line in output. Everything else (the files, the exitcode) is ok.
; OUT: c ...
I copy files using the Copy command, then write-protect one target file and repeat the command ... 2 file(s) copied.
;
; Debug Output:
;
; Second Run --> Missing line in output. Everything else (the files, the exitcode) is ok.
; OUT: c ...
- Sat Dec 27, 2025 6:46 pm
- Forum: Mac OSX
- Topic: ExplorerTreeGadget color
- Replies: 7
- Views: 561
Re: ExplorerTreeGadget color
... Everything seemed to be ok until I got to Tahoe 26.1. Then when a new Command Line Tools was released I figured there would be changes that screw up PB. I'm kind of reluctant to compile my needed programs and lose them to corrupted code. So I'm in a waiting situation.
- Sat Dec 27, 2025 1:05 pm
- Forum: The PureBasic Form Designer
- Topic: Using .CHM help format with Linux version of form designer?
- Replies: 2
- Views: 413
Re: Using .CHM help format with Linux version of form designer?
... sh) script in a folder next to the PB CHM help file that I got from the Windows PB Installer
2 ... following settings in "Edit Tool Settings":
- Command line: The full path to the basch script
- Arguments: %WORD NameOfHelpFileHere.chm
- Working directory: Help (CHM)
- Shortcut: F1
Now I can use the ...
2 ... following settings in "Edit Tool Settings":
- Command line: The full path to the basch script
- Arguments: %WORD NameOfHelpFileHere.chm
- Working directory: Help (CHM)
- Shortcut: F1
Now I can use the ...
- Fri Dec 26, 2025 9:40 am
- Forum: General Discussion
- Topic: ld errors (Linux)
- Replies: 3
- Views: 230
Re: ld errors (Linux)
... from mk-soft's Simple Install guide just copy&paste each apt-get line into a command terminal.
Sounds like you are running MX 23 Libretto and for that the Ubuntu 20/22 version is correct. The "Debian 12 32-bit" download is only needed for 32-bit MX 23 LInux, which I have on one machine. You ...
Sounds like you are running MX 23 Libretto and for that the Ubuntu 20/22 version is correct. The "Debian 12 32-bit" download is only needed for 32-bit MX 23 LInux, which I have on one machine. You ...
- Wed Dec 24, 2025 11:27 am
- Forum: General Discussion
- Topic: PhoneBookEditor (vcf)
- Replies: 5
- Views: 783
Re: PhoneBookEditor (vcf)
Update
1.3.0
Added a command line to associate vcf with the program.
When adding/changing an item, more fields are available to fill in.
Added items "Move item to position...", "Duplicate item".
Window resizing has been added for child windows.
Fixed the crash of the program when deleting all items.
1.3.0
Added a command line to associate vcf with the program.
When adding/changing an item, more fields are available to fill in.
Added items "Move item to position...", "Duplicate item".
Window resizing has been added for child windows.
Fixed the crash of the program when deleting all items.
- Mon Dec 22, 2025 5:43 pm
- Forum: Coding Questions
- Topic: SFTP Deletefile strange behaviour
- Replies: 29
- Views: 1026
Re: SFTP Deletefile strange behaviour
... Yes i use Filezilla and notepad++ :wink:
In "ssh_config" there is no line
Subsystem sftp internal-sftp -l VERBOSE
# This is the ssh client ... the values can be changed in per-user configuration files
# or on the command line.
# Configuration data is parsed as follows:
# 1. command line ...
In "ssh_config" there is no line
Subsystem sftp internal-sftp -l VERBOSE
# This is the ssh client ... the values can be changed in per-user configuration files
# or on the command line.
# Configuration data is parsed as follows:
# 1. command line ...
- Mon Dec 22, 2025 5:22 pm
- Forum: Coding Questions
- Topic: SFTP Deletefile strange behaviour
- Replies: 29
- Views: 1026
Re: SFTP Deletefile strange behaviour
Code: Select all
Subsystem sftp internal-sftp -l VERBOSEYou have to check if the loglevel is set, if not you need to add -l VERBOSE to the line./etc/ssh/sshd_config
and restart the program.
I hope you can edit a text file in ubuntu.
- Mon Dec 15, 2025 10:09 pm
- Forum: Bugs - Mac OSX
- Topic: No color in string gadget
- Replies: 1
- Views: 320
No color in string gadget
I'm not getting any color in the help example below. I'm not getting any color using any older version ... Tahoe 26.1.
[later]
I found an update to the command line tools and it didn't change anything.
[later]
I updated to Tahoe 26.2 and looked again for new CLTs but it didn't change anything.
[later]
I ...
[later]
I found an update to the command line tools and it didn't change anything.
[later]
I updated to Tahoe 26.2 and looked again for new CLTs but it didn't change anything.
[later]
I ...
- Sat Dec 13, 2025 9:05 pm
- Forum: Bugs - Mac OSX
- Topic: [Done] BindWebViewCallback & Debug
- Replies: 7
- Views: 660
Re: BindWebViewCallback & Debug
WebView example works here with Intel
HW: Mac Mini 2018 (Intel)
OS: macOS v15.7.3
Command Line Tools: v16.2
PB: v6.21, v6.30 beta 5
HW: Mac Mini 2018 (Intel)
OS: macOS v15.7.3
Command Line Tools: v16.2
PB: v6.21, v6.30 beta 5
- Sat Dec 13, 2025 3:16 pm
- Forum: Bugs - Mac OSX
- Topic: [Done] PB v6.30 Beta 5: Linker Error - OpenGLGadget
- Replies: 3
- Views: 412
[Done] PB v6.30 Beta 5: Linker Error - OpenGLGadget
I performed the update today on Command Line Tools v16.2.
The CanvasGadget works, but the OpenGLGadget doesn't. Probably the framework AGL is also in it.
PureBasic - Linker Error
ld: warning: ignoring duplicate libraries: '-lm', '-lpthread', '/Users/Michael/Applications/Purebasic/PureBasic-v630.app ...
The CanvasGadget works, but the OpenGLGadget doesn't. Probably the framework AGL is also in it.
PureBasic - Linker Error
ld: warning: ignoring duplicate libraries: '-lm', '-lpthread', '/Users/Michael/Applications/Purebasic/PureBasic-v630.app ...
- Thu Dec 11, 2025 11:25 am
- Forum: General Discussion
- Topic: HID Descriptor Tool
- Replies: 28
- Views: 1806
Re: HID Descriptor Tool
... 0C , $94) = "Quit,OSC,"
pages($0C , $95) = "Help,OOC,"
pages($0C , $96) = "Media Select Tape,Sel ... Play/Skip,OSC,"
pages($0C , $CF) = "Voice Command,OSC,"
pages($0C , $D0) = "Invoke Capture ... Panel,Sel,"
pages($0C , $1A0) = "AL Command Line Processor/Run,Sel,"
pages($0C , $1A1) = "AL ...
pages($0C , $95) = "Help,OOC,"
pages($0C , $96) = "Media Select Tape,Sel ... Play/Skip,OSC,"
pages($0C , $CF) = "Voice Command,OSC,"
pages($0C , $D0) = "Invoke Capture ... Panel,Sel,"
pages($0C , $1A0) = "AL Command Line Processor/Run,Sel,"
pages($0C , $1A1) = "AL ...
- Sat Dec 06, 2025 1:22 pm
- Forum: General Discussion
- Topic: Passing selected files to their Default Program?
- Replies: 3
- Views: 432
Re: Passing selected files to their Default Program?
... Thank you for your reply and code snippet.
As suggested by you, the command line provided a solution to this problem. My preferred player is the legacy version of Winamp; and it does play space-separated filenames.
My first reaction was that the command line would not provide enough space. That ...
As suggested by you, the command line provided a solution to this problem. My preferred player is the legacy version of Winamp; and it does play space-separated filenames.
My first reaction was that the command line would not provide enough space. That ...