AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   News (https://forums.alliedmods.net/forumdisplay.php?f=16)
-   -   AMXX-Studio 1.3 out! (https://forums.alliedmods.net/showthread.php?t=18594)

Basic-Master 09-27-2005 10:25

AMXX-Studio 1.3 out!
 
Hello,
as some people have probably seen, I've released AMXX-Studio 1.3.
So what's new there? For example a brand new Code-Inspector. You are now able to look up language strings and view function calls (and their parameters), although its design has been upgraded and the parsing has been improved, too. I added two properties to the Settings dialog that allow to not load files twice and enable file backups. This backup is performed automatically before each save, so IF AMXX-Studio anyhow erased your plugin or you just made some mistakes and need an older file version, you'd be able to restore the last saved file in Tools -> Restore from backup. Also, I added a small readme-file for all newcomers concerning Pawn scripting and/or AMXX-Studio and of course, I fixed so far all AMXX-Studio bugs and issues.

I hope you'll like the new version :)

[Download]

Here is the full changelog:
Quote:

- Upgraded Code-Inspector
- Now checks language strings
- New design
- Better parsing
- Displays actions
- Added function: can't load files twice
- Updated Code-Explorer
- now faster
- fixed a few small bugs
- now keeps selection
- Updated Settings-Dialog
- Fixed output bug (showed sometimes huge numbers as line numbers)
- Fixed design bug (displayed wrong plugin data on start)
- Fixed small bug in the color dialog
- Fixed small start bug (didn't show real plugin data on startup)
- Added restore function
- Fixed code-explorer bug (didn't recognize @-functions)
- Fixed highlight bug (had problems with ^" and ^ in strings)
- Fixed potential crash bug
- Fixed another highlight bug
- Fixed aother code-explorer bug...
- Added 2 settings (for auto-complete and calltips)

P.S. I'd be really delighted if anyone tried to code a plugin for AMXX-Studio, so try it :) And if you've got any suggestions for AMXX-Studio, just post them on the forums.

{NM}Jason 09-27-2005 10:37

thanks :-) good Job

Greenberet 09-27-2005 11:29

Nice job bm.
some bugs i found^^

Code Explorer:
  • Methods->Default: public methods will be displayed twice
  • if the list is too big it jerks a little bit
  • if you scroll with the left mousebutton the list will hang at a jerk
  • stock variables are not in the variables window
  • a function with a '@' at the beginning is also a public function->not displayed in the list

Edit Window:
  • '^' isn't used as the escape character

Regards
Greenberet

Basic-Master 09-27-2005 12:23

Quote:

Originally Posted by Greenberet
Nice job bm.
some bugs i found^^

Code Explorer:
  • Methods->Default: public methods will be displayed twice
  • if the list is too big it jerks a little bit
  • if you scroll with the left mousebutton the list will hang at a jerk
  • stock variables are not in the variables window
  • a function with a '@' at the beginning is also a public function->not displayed in the list

Edit Window:
  • '^' isn't used as the escape character

Regards
Greenberet

Code-Explorer:
1) not for me, only if the function is declared twice...
2-3) right but no real bug..
4) oh noes a bug!
5) that exists? :shock:

Edit Window:
yes, I'll fix that

[edit] everything fixed so far, release updated [/edit]

Greenberet 09-27-2005 16:26

new bugs^^

Code Explorer:
  • stock functions are listed in "stocks" AND "variables".
  • static variables are not displayed :P

btw. nice api^^

Freecode 09-27-2005 17:51

very impressed Basic :roll:

Hawk552 09-27-2005 17:58

Awesome. Where can I find a readme for making plugins for Studio? I'll go look around in the package, and edit if I find anything, otherwise leave this as is.

EDIT: Nevermind, I see the example stuff now, sorry.

nightscreem 09-27-2005 18:35

oh nice i tryed it out and it's nice but maybe add a function like amxx editor
that when you are typing you get a list of command with that letter part
i hope you understand

Zenith77 09-27-2005 22:46

Quote:

Originally Posted by nightscreem
oh nice i tryed it out and it's nice but maybe add a function like amxx editor
that when you are typing you get a list of command with that letter part
i hope you understand


that already does that ....

nightscreem 09-28-2005 08:21

Quote:

Originally Posted by Zenith77
Quote:

Originally Posted by nightscreem
oh nice i tryed it out and it's nice but maybe add a function like amxx editor
that when you are typing you get a list of command with that letter part
i hope you understand


that already does that ....

it's not you probably don't know where i'm talking about


All times are GMT -4. The time now is 02:56.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.