Skip to content

Instantly share code, notes, and snippets.

@maestrith
Created August 14, 2013 14:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save maestrith/6231496 to your computer and use it in GitHub Desktop.
Save maestrith/6231496 to your computer and use it in GitHub Desktop.
Posted with AHK Studio
0.001.26
Changed:
-Moved the Quick Options to the Settings window. (Actually makes them quick!)
-Changed the Right Click Menu (rcm) to make it a bit less confusing.
Added:
-Reorder GUI: Not too well documented but it should be pretty easy to figure out.
0.001.25
Fixed: Reported by Uberi
-The popup window was staying on top of everything (Duh moment I had +alwaysontop set...)
0.001.24
Changed: Reported by Uberi
-The popup window that comes up over the edit treeview is killed when you move the edit window.
Bug:
-The popup window is not properly aligned.
0.001.23
Changed: Suggested by Uberi (x64 is a pain!)
-Removed some of the checkboxes from the Settings window
0.001.22
Added:
-GUI options (+alwaysontop...etc)
-Change your glabels (add code to them to export)
-Test GUI (make sure that your labels and controls work properly)
0.001.21
Changed:
-When selecting multiple controls using the selection box it will bring up the controls window rather than the gui edit window
-Position data was blank when starting a new project (uberi)
0.001.20
Fixed:
-Moving items from tab control to a different tab control had issues.
0.001.19
Removed: Thanks Uberi
-Debug window
0.001.18
Fixed:
-Did not account for Tab and Tab2.
0.001.17
Added:
-Move to Tab option. Right click on a control that is on a tab that has more than 1 tab and it will add a menu called "Move to tab". Select which tab you want the control moved to and it will move it.
0.001.16
Changed:
-When the Edit Controls window is open there is no longer a tooltip for the mode (the mode is in the StatusBar of the Edit Controls window)
0.001.15
Updated: (sorry in advance)
-Changed the way that the hotkeys are assigned and stored.
0.001.14
Added:
-Move selected controls using the Up/Down/Left/Right arrows
0.001.13
Added:
-Hotkeys for Mode Change.
Removed:
-Ctrl+Up and Ctrl+Down
0.001.12
Sorry for the confusion.
0.001.11
Added:
-Auto Update
-Change the grids color
-Spaces around the : (thanks Uberi!)
-Added Hotkeys for mode change Ctrl+Up and Ctrl+Down (Uberi again)
0.001.10
Fixed:
-Spelling error
-If you update and there was not a version change it would not work properly
-Editing GUI Settings were not working properly
Added:
-Version Check with Download.
0.001.9
Tweaked:
-Editing multiple controls is now easier
-Edit controls window will soon have more stuff
0.001.8
Added:
-Settings window (not working yet)
-GUI Settings window (Not working yet)
-New version of the controls.xml file (0.001.4)
0.001.7
Added:
-Duplicate varaible check
0.001.6
Added:
-Quick Options/Border
0.001.5
Added:
-Control+A for select all
-Muliptle controls are edited differently now
0.001.4
Changed:
-Options/Snap To Grid now aligns moved controls that were not previously aligned.
0.001.3
Fixed:
-Refresh would sometimes cause multiple controls
0.001.2
Re-wrote:
-All of the position code.
Added:
-Colors and fonts
0.001.1
Fixed:
-Positioning, Loading, Tabs...everything basically
Pre-Pre-Alpha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment