Constants Explorer PB IDE plugin (last update : NOV 6th 2007)
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 under the cursor.
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).
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 : <Path to plugin> (example : C:\PureBasic394\Program\ConstantsExplorer.exe)
there is a little bug, when i search for #wm_user i found #ACM_OPEN = (#WM_USER+100)
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.
Changes
- Updated constants list
- The search is now context sensitive :
. if you enter a name, it will search for a constant
. if you enter a value, it will search for a value
. examples : WM_CLOSE -> constant, 255 -> value, $FF -> value, F5 -> constant, 2F : error (not a valid name or value)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
HAnil wrote:I mean that for exam: "copy constant to PB IDE" text is not visible.
and other texts are invisible.
only "Find constant" and "Options" tab text are visible.
The 'copy constant to clipboard' function is only available if a constant is selected.
The 'copy constant to PB IDE' functions are only available if a constant is selected and the Purebasic IDE (3.94+) is running.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).