It is currently Sat May 25, 2013 2:47 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 26 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Constants Explorer [PB IDE plugin]
PostPosted: Sat Oct 15, 2005 3:59 pm 
Offline
PureBasic Expert
PureBasic Expert
User avatar

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

Description
Quote:
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
Quote:
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)

Arguments : %WORD

Name : Constants Explorer

Event to trigger the tool : Menu or Shortcut

Options : None


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

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


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

Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 15, 2005 8:50 pm 
Offline
Addict
Addict
User avatar

Joined: Wed Apr 20, 2005 12:48 pm
Posts: 1072
@gnozal:
i havent tested it yet... have only read and saw the screenshots... seems to be a very nice and usefull tool! thanks! :)

_________________
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 16, 2005 6:43 am 
Offline
Addict
Addict
User avatar

Joined: Thu Jun 24, 2004 2:44 pm
Posts: 4715
Location: Berlin - Germany
there is a little bug, when i search for #wm_user i found #ACM_OPEN = (#WM_USER+100)

_________________
PureBasic 5.11 | Windows 7 SP1 (x64) | Mageia 3 (x64) | RealSource

The use of EnableExplicit is free of charge and avoids errors.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 17, 2005 7:47 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
ts-soft wrote:
there is a little bug, when i search for #wm_user i found #ACM_OPEN = (#WM_USER+100)

It's by design : it's only a string search. I could add an option to search only before the '=' character.

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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 18, 2005 7:43 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
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).


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 18, 2005 7:52 am 
Offline
User
User

Joined: Wed Oct 15, 2003 4:53 pm
Posts: 53
Hi,

I didn't take a look at your program, but it looks like the API Viewer:
http://www.activevb.de/rubriken/apiview ... ereng.html

...and this one rocks, I wouldn't want to miss it.

BR

_________________
V2


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 18, 2005 8:18 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
V2 wrote:
Hi, I didn't take a look at your program, but it looks like the API Viewer: http://www.activevb.de/rubriken/apiview ... ereng.html ...and this one rocks, I wouldn't want to miss it. BR

Not exactly, it's only for Win API constants.

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


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 22, 2005 6:11 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Sat Feb 12, 2005 3:35 am
Posts: 787
Location: Germany(Hessen)
Great work.

I'm using it.

_________________
German blog about IT and programming
German PB forums


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 22, 2005 9:55 pm 
Offline
Enthusiast
Enthusiast

Joined: Wed Aug 06, 2003 2:49 pm
Posts: 362
Location: Venice - Italy, Japan when possible.
Another great job by gnozal!

Just some suggestions:

- put the list in a listicongsdget with three columns: name, value, description

- option to search in :
all
name
value
description

- resizable window

_________________
Universal Videogame List


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 27, 2005 7:47 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
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).


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 21, 2005 9:14 pm 
Offline
Addict
Addict
User avatar

Joined: Wed Jun 11, 2003 9:33 pm
Posts: 4004
Location: Spa, relaxing and thinking, and thinking...
Thank you gnozal.
Silly of me. I didn't see this thread before. :x

_________________
http://www.nietzscheana.com.ar
http://www.zeitgeistmovie.com


for (humanlife=0 ; world==business ; humanlife++)
{
mafia+=world;
}


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 21, 2005 9:32 pm 
Offline
User
User
User avatar

Joined: Thu Feb 26, 2004 5:42 pm
Posts: 67
Location: 28:58E 41:01N
Hi,

When I select "Options", Button Gadget Text isn't displayed.
is it bug ?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 22, 2005 9:02 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
HAnil wrote:
Hi,
When I select "Options", Button Gadget Text isn't displayed.
is it bug ?

Sorry, I don't understand. What button ?

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


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 22, 2005 11:59 pm 
Offline
User
User
User avatar

Joined: Thu Feb 26, 2004 5:42 pm
Posts: 67
Location: 28:58E 41:01N
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.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 23, 2005 8:56 am 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat Apr 26, 2003 8:27 am
Posts: 4231
Location: Strasbourg / France
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).


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

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 guests


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