Page 2 of 2
Posted: Thu Apr 21, 2005 2:26 pm
by gnozal
dagcrack wrote:
Hmm Im getting a lot of garbage when I paste to jaPBe..
?!!?
Never had this problem myself. I will have a look.
Posted: Tue May 10, 2005 7:59 am
by gnozal
Update
Fixed CopyToJaPBe function
This message was lost during the forum crash
Posted: Tue Oct 18, 2005 7:44 am
by gnozal
Update
Changes
- Added 'Only value' checkbox : if checked, the plugin only searches for the constant value [and not for any occurence in the list]
Posted: Thu Oct 27, 2005 7:49 am
by gnozal
Update
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)
Posted: Thu Mar 09, 2006 1:54 pm
by gnozal
Update
Changes :
- Updated constants list
Posted: Sun Apr 09, 2006 5:40 am
by jonljacobi
I hope you don't mind a couple of friendly comments. I find the program imminently useful so first of, many thanks. However, the interface is "squished" when you run in Windows 120DPI mode as I do. Also, it might be nice to filter the list as you type. In other words, when the user types in "WM_" filter out all the constants that don't match. It might make it easier to search for constant names you're not quite sure of or all the constants that fit a particular set, etc. You might also see a constant before the entire name is typed in.
Cheers, Jon
Posted: Mon Apr 10, 2006 7:55 am
by gnozal
jonljacobi wrote:I hope you don't mind a couple of friendly comments.
Nope.
jonljacobi wrote:Also, it might be nice to filter the list as you type. In other words, when the user types in "WM_" filter out all the constants that don't match. It might make it easier to search for constant names you're not quite sure of or all the constants that fit a particular set, etc. You might also see a constant before the entire name is typed in.
The list is a simple EditorGadget. The features you describe are possible, if I change to a ListIconGadget. Maybe when I have some time.
jonljacobi wrote:However, the interface is "squished" when you run in Windows 120DPI mode as I do.
? A screenshot maybe ?
Posted: Sat Nov 03, 2007 8:16 am
by DataMiner
Hi gnozal,
there is a big problem with your constants explorer on MS-Vista. I get only "error occured. looking for solution" - message from Vista if i try to start it.
Posted: Mon Nov 05, 2007 10:20 am
by gnozal
Update
Changes :
- updated PB folder detection for PB4.10 beta 4
- fixed crash with Vista (hope so ...)
Posted: Tue Nov 06, 2007 10:53 pm
by DataMiner

Thank you!
Constants explorer is working on Vista now.