The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: p3king on March 02, 2013, 05:58:35 PM

Title: [VXA] Script Editor Tools
Post by: p3king on March 02, 2013, 05:58:35 PM
Another Edit:
When I made this script I didn´t know something like Gemini (http://rmrk.net/index.php/topic,43771.0.html) existed. So this is really not needed anymore.
--------------------

Hi everyone,

I was a bit disappointed of the integrated script editor in VXA and wrote a little AutoHotKey (http://www.autohotkey.com/) script that enables you to resize the script editor window and the sidebar in it.

It uses a few hotkeys:

There´s also a little workaround in the script that helps people with a german keyboard layout.
When using the german layout the only way to insert an @ character is pasting it from clipboard, else the comment feature will be toggled. You can enable it in the settings to fix that.

I thought maybe some of you could use it.

A screenshot:
http://i.imgur.com/eKEhRCv.jpg (http://i.imgur.com/eKEhRCv.jpg)

The script:
http://pastebin.com/bUZ7qYLU (http://pastebin.com/bUZ7qYLU)

Let me know if this works for you too.

Update:
The script now has AutoResize enabled by default, which resizes the window to the set size each time it is opened.
I also changed the key to run the game from script editor to the default run game key (F12).