It is currently Wed Jun 19, 2013 1:00 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 25 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Constants Explorer [jaPBe plugin]
PostPosted: Mon Jun 28, 2004 8:15 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Constants Explorer (jaPBe standalone plugin) (last update : NOV 6th 2007)

Description
Constants Explorer is a Windows API constants plugin for jaPBe.
I use it to view / find values for constants not defined in Purebasic.

It can be used as a jaPBe plugin (Options\'Register jaPBe Plugin' button)
or not : just run ConstantsExplorer.exe from any directory. You will have
all the features minus the jaPBe copy functions.
If used as a jaPBe plugin, Constants Explorer will try to find the constant
you have selected in the jaPBe editor. If no valid text ("#...") is selected,
it will search the current word and the current line for a valid text.

Download :
http://gnozal.ucoz.com/ConstantsExplorer.zip


Last edited by gnozal on Tue Nov 06, 2007 8:55 am, edited 2 times in total.

Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 8:04 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Update
Constants list updated

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 1:01 pm 
Offline
Addict
Addict

Joined: Mon Jun 07, 2004 7:10 pm
Posts: 846
Location: Bergen, Norway
Nice tool :)


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 1:08 pm 
Offline
Addict
Addict
User avatar

Joined: Mon May 26, 2003 3:07 pm
Posts: 1146
Location: Nantes
you save my life :)

_________________
Image
XP x86 4.40b3 » ToolbarPlus | SplitterGadgetPlus | Requester Position | CustomTooltip


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 1:25 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Thu Jun 26, 2003 2:09 am
Posts: 731
Location: Spain (Galicia)
Gnozal:
With jaPBe closed I get the message
JaPBe is not installed!

With jaPBe open, the message is
Please close jaPBe before (un)registering plugin!

I have jaPBe installed in E:\JaPBe


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 1:41 pm 
Offline
Addict
Addict
User avatar

Joined: Sun Mar 07, 2004 8:47 am
Posts: 1855
Location: Argentina
Also I dont have jaPBe in the default dir, my guess is that the plugin looks at there?!, I havent tryed it yet, I'll check out later, sounds very useful indeed!

Tip: Constant Filtering (by prefix).


Last edited by dagcrack on Tue Apr 19, 2005 1:45 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 1:44 pm 
Offline
Enthusiast
Enthusiast

Joined: Fri Apr 25, 2003 11:08 pm
Posts: 399
I have the same problem, but I have jaPBe installed in U:\PureBasic\jaPBe.
I tried to register the plugin manually in jaPBe, but I don't have the integrated features,
i.e., search for the selected text, etc.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 1:48 pm 
Offline
Addict
Addict
User avatar

Joined: Sun Mar 07, 2004 8:47 am
Posts: 1855
Location: Argentina
Well the the button "copy to jaPBe" works ok..

Although I dont like how the constants gets listed if it used a list gadget then you could easly select a constant and the program could paste only the constant name (instead of the whole line).

I suggested the filtering by prefix because sometimes I work with only a set of constants and I wouldnt like to have 3000 constants which im not going to use listed. hehe Just for that.

It would be nice if it had the constant types separated (by prefix again).

Hmm Im getting a lot of garbage when I paste to jaPBe..
Code:
#ABE_RIGHT ëÆ“Ôw…“ÔwÐh

?!!?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 2:34 pm 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Sorry for the installation problems, it is an old tool wich worked well with older versions of jaPBe. As I have installed the plugin a long time ago, I was not aware of the installation problem. As for now, just copy the exe to the plugin directory.
I have just recompiled the stuff with PB3.93 and updated the list. I will have a look at the code later to fix the new problems.

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 2:54 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Thu Jun 26, 2003 2:09 am
Posts: 731
Location: Spain (Galicia)
Gnozal: very useful tool!
Just copied the exe to jaPBe's plugin directory and now it's working OK, no need to register as a plugin.
Thanx!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 3:50 pm 
Offline
Addict
Addict

Joined: Mon Jun 07, 2004 7:10 pm
Posts: 846
Location: Bergen, Norway
A bug: If I press the install plugin button, and explorer is open with Japbe as title, it detect it as japbe.exe, and a message pos up and asks me to close japbe.exe. Closing explorer fixed the problem.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 19, 2005 6:43 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Thu Sep 16, 2004 9:50 pm
Posts: 617
Location: France
Good Job


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 20, 2005 8:10 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
Update
Fixed some installation problems

_________________
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 21, 2005 12:37 pm 
Offline
Enthusiast
Enthusiast

Joined: Wed Aug 18, 2004 9:52 am
Posts: 370
Location: Penang, Malaysia
GPI might be able to give some insights to the data corruption...

Looks useful.. Downloading now.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 21, 2005 1:53 pm 
Offline
Addict
Addict
User avatar

Joined: Fri Feb 13, 2004 12:45 am
Posts: 2749
Location: Bergen, Norway
Cool, nice work :)

_________________
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 25 posts ]  Go to page 1, 2  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye