Page 1 of 1

PureConstants. IDE-PlugIN

Posted: Wed Feb 08, 2006 6:45 pm
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

Posted: Thu Feb 09, 2006 5:51 am
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

-------------------

Posted: Thu Feb 09, 2006 6:28 am
by ts-soft
thx for sharing, nice tool

Posted: Thu Feb 09, 2006 2:20 pm
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
-------------------

Posted: Fri Feb 10, 2006 4:33 am
by va!n
fantastic tool!

Posted: Sun Feb 12, 2006 7:25 pm
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
-------------------

Posted: Mon Feb 13, 2006 1:07 pm
by NoahPhense
Here are some more for your work..

constants.text

WINCONST.text


- np

Posted: Mon Feb 13, 2006 1:50 pm
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

Posted: Mon Feb 13, 2006 1:54 pm
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

Posted: Mon Feb 13, 2006 4:08 pm
by Hroudtwolf
Very graciously. Image

Posted: Thu May 04, 2006 8:53 am
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 ?