Constants Explorer [jaPBe plugin]
Moderator: gnozal
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Constants Explorer [jaPBe plugin]
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
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.
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).
Tip: Constant Filtering (by prefix).
Last edited by dagcrack on Tue Apr 19, 2005 1:45 pm, edited 1 time in total.
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..
?!!?
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: Select all
#ABE_RIGHT ëÆ“Ôw…“ÔwÐh
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
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.
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).
-
- Addict
- Posts: 841
- Joined: Mon Jun 07, 2004 7:10 pm