HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Jass Shop Pro v 1.21 (with source) - by eGust

12-06-2004, 01:10 PM#1
Guest
-=<[ Jass Shop Pro ]>=-

======================
[12-06-04] v1.21
----------------------
[!] Fixed a bug of Search Window;
[!] Fixed a bug with Syntax Check;
[+] Can hide List Panel;
[+] Added a message after Replace All;
[+] Can set the width of Tab;
[+] Can set the length of random name for Reduce Size;
[+] Now can set the path of pjass.exe;
[+] Operator highlight can be used;
[+] Can press SHIFT after typing a defined word to get its explanation;
[+] Ctrl+Click on a defined word will change its case right and get explanation of it;[*] Moved Search Bar to List Panel.

======================
[12-04-04] v1.20
----------------------
[!] Smarter Auto Change Case(try to type " "/"(" after word "rect");
[+] Now can list editing functions by name;
[+] Custom Jass can be used;
[+] Can Reduce Size;[*] Syntax check has been changed.

======================
[12-01-04] v1.11
----------------------
[+] Added some templates;
[+] Can copy text to/from Trigger Editor immediately;[*] Some Menus has been changed.

======================
[11-28-04] v1.10
----------------------
[!] Fixed indent bug with word "else";
[!] Fixed window model problem when closing a file;
[!] Menu Edit works better;
[!] Fixed some bugs with Config.exe;
[+] Added the key named "IndentShow" in INI file;
[+] Goto custom function;
[+] Now droping a file to editor will open or insert it immediately;
[+] Can resize preview editor;
[-] Now the key named "PasteShow" in INI file is useless;[*] Popmenu in List works better;[*] Decreased topline number of Goto line.

======================
[11-25-04] v1.00
----------------------[*] The first version using SynEdit instead of RichEdit;
[+] Can Auto Save;
[+] Can Make Backup when opening a file;
[+] Can Lock text of preview editor;[*] Moved "ASC -> UTF-8" from dialog Save to menu Tools.
12-06-2004, 01:36 PM#2
Luzif3r
seems fine to me
12-06-2004, 10:55 PM#3
PitzerMike
Which version of Delphi did you use?
12-07-2004, 12:39 AM#4
fugly
can someone tell me how to make this thing see my global variables?
12-07-2004, 02:21 AM#5
Soar
Should be delphi 5, as the generated executable file is much smaller than delphi 6/7 ones
12-07-2004, 05:36 AM#6
Guest
actually I built it with D7. the only reason is that the Dialogs(Open/Save) of d5 look so ugly... the executable can be build with D5 also, no need change my code.
I compressed the executable with ASPack, so it has a small size :)

to fugly:
It has not the function u want, because it is useless for me. I will add it
12-07-2004, 07:53 AM#7
Soar
Use Windows API GetOpenFileName and GetSaveFileName, they are easy to use