PureConstants. IDE-PlugIN

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

PureConstants. IDE-PlugIN

Post by Hroudtwolf »

PureConstants is a constantenexplorer with IDE word recognition.
If you had installed this tool as IDE-tool, it will show the constants of the function which the cursor ist over while using the shortcut key.
You can select any constantseries and copy them to the clipboard.
So, it´s very comfortable to add constantseries to your code.

Nearly 60 % of all, in PureBasic implemented contants are available.
But, you can edit the constantlist by yourself if you want.

An explaining is available as PNG-screenshoot in the ZIP-package.


This tool was written with PB4.00 BETA . I didn´t had any problems.


PureConstants v.1.0.0Image
Last edited by Hroudtwolf on Thu Feb 09, 2006 8:59 pm, edited 2 times in total.
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

Post by Hroudtwolf »

-------------------
Update (V1.1.0)

These changes were made.
- Now, its possible to transmit functionnames per commandline
- The combobox selects automatic the current selection
- The window will be closed after copying constantseries
- A lot of constants an functions are added
- The tool finds automatic its workdirectory
- Only one instance are allowed

-------------------
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

thx for sharing, nice tool
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

Post by Hroudtwolf »

Thanks, TS-Soft. :)

-------------------
Update (V1.2.1)

These changes were made:
- Autocompletition in the combofield
- Paste2IDE function
- Searchfunction in editarea
- Now, the colors are eyefriendlier
-------------------
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post by va!n »

fantastic tool!
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

Post by Hroudtwolf »

Thanks Image

-------------------
Update (V1.2.2)

These changes were made:
- The windowposition will be saved after exit
- Weitere Funktionen und deren Konstanten hinzugefügt
- More Constants an functions were added
-------------------
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

Here are some more for your work..

constants.text

WINCONST.text


- np
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

Post by Hroudtwolf »

Thank you. Very friendly. :)

But, my tool needs references as functions for each constants.

In example (from constantlist):

Code: Select all

[openwindow]
constant_1=#PB_Window_Screencentered
constant_2=#PB_Window_Windowcentered
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

Hroudtwolf wrote:Thank you. Very friendly. :)

But, my tool needs references as functions for each constants.

In example (from constantlist):

Code: Select all

[openwindow]
constant_1=#PB_Window_Screencentered
constant_2=#PB_Window_Windowcentered
That's why I used the word, "work" for 'you' .. ;)

- np
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

Post by Hroudtwolf »

Very graciously. Image
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

hi, i have a little question.

how did you do the 'Paste 2 IDE' function ?
i need it for my SysColor Requester.

Should i 'EnumWindows' until i find 'PureBasic' and then send #WM_PASTE
or is there already a IDE Tool command for this ?
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Post Reply