Constants Explorer [jaPBe plugin]

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

dagcrack wrote: Hmm Im getting a lot of garbage when I paste to jaPBe..

Code: Select all

#ABE_RIGHT ëÆ“Ôw…“ÔwÐh
?!!?
Never had this problem myself. I will have a look.
Last edited by gnozal on Tue May 10, 2005 11:03 am, edited 1 time in total.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update
Fixed CopyToJaPBe function

This message was lost during the forum crash
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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]
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- Updated constants list
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
jonljacobi
User
User
Posts: 67
Joined: Mon Jan 16, 2006 10:12 pm

Post 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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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 ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
DataMiner
User
User
Posts: 25
Joined: Mon Mar 28, 2005 1:29 pm
Location: Germany

Post 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.
I am German - that's hard enough ;)
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- updated PB folder detection for PB4.10 beta 4
- fixed crash with Vista (hope so ...)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
DataMiner
User
User
Posts: 25
Joined: Mon Mar 28, 2005 1:29 pm
Location: Germany

Post by DataMiner »

:D Thank you!
Constants explorer is working on Vista now.
I am German - that's hard enough ;)
Post Reply