le_magn wrote: Wed Dec 04, 2024 4:04 pmno newtool in tool menu of purebasic editor(i restarted the editor and also click on unintall and install again from pbbrowser), and if i select a keyword/procedurename in editor and press ctrl+q nothing appear
It seems that your PureBasic installation is not standard and that interrests me a lot.
Usually, when running for the first time, PureBasic creates a file named 'PureBasic.prefs' in a folder that the address is something like:
C:\Users\YourUserName\AppData\Roaming\PureBasic
In the same folder, there can be a 'Tools.prefs' that contains the tools configuration for the IDE. That's where PBBrowser tries to install the tool parameter for itself. If this file doesn't exist, PBBrowser creates it and fill it. If it allready exists, PBBrowser just adds its own parameters after having made a security copy of the original file (named ''ToolsBak1.prefs").
I propose to you 2 options:
1- I you have enough time for that, I'd love to understand what's particular in your configuration. Could you please try to follow the path given above (C:\Users\YourUserName\AppData\Roaming\PureBasic - Replace 'YourUserName' by your PC user name) and tell me what you have in this folder. If you find a 'Tools.prefs' file, what have you inside?
2- If you don't care to help for debugging, you can configure the tool manually - > Create a new custom tool in the IDE, and set it as following:
[*]Command line: open the compiled version of PBBrowser (PBBrowser.exe) on your disk
[*]Arguments: "%HOME" "%WORD" "%SELECTION" "%CURSOR" "%FILE" "%TEMPFILE"
[*]Name: PB Browser
[*]Event: Menu or Shortcut
[*]Shortcut: CTRL + Q