RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

[VXA] Script Editor Tools

Started by p3king, March 02, 2013, 05:58:35 PM

0 Members and 1 Guest are viewing this topic.

p3king

Another Edit:
When I made this script I didn´t know something like Gemini 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 script that enables you to resize the script editor window and the sidebar in it.

It uses a few hotkeys:

  • ALT + 1: Reset window size to default
  • ALT + 2: Set window size to configured values
  • ALT + 3: Set window size to custom values set in the function call
  • CTRL + S: This triggers the "Apply" button
  • F12: Triggers OK in script editor, saves and then runs the game

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

The script:
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).