Constants Explorer PB Editor Plugin I. DESCRIPTION Constants Explorer is a plugin for the new purebasic editor. It's the PB-IDE version of my jaPBe plugin. It's a constant viewer. You can use it standalone or from the PB IDE. When started from the tool menu (or shortcut) in the PB IDE, the plugin will search for the constant name under the cursor. Note that the PB IDE does not pass the whole word under the cursor like jaPBe does (the # and $ characters are missing, so the plugin cannot be context sensitive if launched from the IDE). You can copy a constant to the clipboard or directly copy / paste it to the PB IDE (into the active scintilla component at current cursor position). II. INSTALLATION 1. COPY PLUGIN TO ANY DIRECTORY Example : C:\PureBasic394\Program\ConstantsExplorer.exe 2. CONFIGURATE TOOL 2.1. Automatic registering Start ConstantsExplorer.exe, select the 'Options' tab, press the 'Register plugin' button. 2.2. Manual registering Commandline : (example : C:\PureBasic394\Program\ConstantsExplorer.exe) Arguments : %WORD Name : Constants Explorer Event to trigger the tool : Menu or Shortcut Options : None ----------------------------------------------------------------------- Plugin by Gnozal [gnozal@freenet.de or http://people.freenet.de/gnozal]. Please report any bugs at the purebasic forum.