GLX2 Tools for Development



Version 2.4r1

Mon, Aug 17, 2009, 12:51 PM (GMT-0500)
  • Compatibility issues with Rev 3.5 address.
  • Particularly lock-ups during debugging.

Version 2.4b43

Mon, Aug 17, 2009, 12:39 PM (GMT-0500)
  • We've got patches for the Ignore, Debug, and Edit Script buttons in the execution errors stack to avoid lockups in cases where there's an error in a resize handler or a preOpenStack handler or something else where the engine is locked until the user continues and the user can't continue because the engine keeps throwing errors. A test version of this allowed Malte to get out of a sticky situation debugging a resize handler.
  • There's new handler in the frontscript (setBack2Browse) as a helper patch to allow the above to happen.
  • We're ignoring the empty errors thrown occasionally by the engine (but it's configurable by a custom property in case we need to turn it on again, either permanently or on the fly).
  • Mark found a serious problem if there's a comma in the path to the stack file being debugged - the executionContexts can't be parsed normally in that case, so he backfilled and patched the debuggerResolveTarget and glxUpdateVars handlers to take care of this. It's a hack, but unless the executionContexts changes again we're ok. The IDE's debugger barfs on this, too.
  • The glx2AutoHideTools handler in the frontscript was slow if PowerTools was in the system since it uses a wider stack, so Mark adjusted it for the width of the tools stack.

Version 2.4b42

Sat, Jun 27, 2009, 4:43 PM (GMT-0500)
  • Command+d (whose your daddy shortcut) now respects groups with the selectGroupedControls setting in Rev 3.5.

Version 2.4b41

Fri, Jun 26, 2009, 3:40 PM (GMT-0500)
  • Prefs now load without error in versions of Rev older than 3.5
  • Closing stacks now closes tabs! This solves a bunch of problems.

Version 2.4b40

Sat, May 30, 2009, 3:45 PM (GMT-0500)
  • Declarations folder fixed.
  • Constant for execuation error window now working properly.

Version 2.4b39

Thu, May 28, 2009, 9:45 AM (GMT-0500)
  • No-click inspection recognizes data grids and other groups that have selectGroupedControls set to false by inspecting the parent rather than the child.

Version 2.4b38

Fri, May 22, 2009, 4:23 AM (GMT-0500)
  • Error fixed in redrawing tabs.

Version 2.4b37

Mon, May 11, 2009, 3:06 PM (GMT-0500)
  • Lock up or crash from certain execution errors fixed!

Version 2.4b36

Thu, May 7, 2009, 12:35 PM (GMT-0500)
  • Cmd+S and other short cut keys now supported on Rev 3.5 running GLX2!
  • Control + tab now toggles browse/pointer tools even when tools are hidden on Rev 3.5.

Version 2.4b35

Fri, Apr 10, 2009, 4:29 PM (GMT-0500)
  • Multiple Rev 3.5 issues revolving around debugger and execution errors
  • Vista look and feel issues addressed (i.e. GLX2 Status Bar situated lower).

Version 2.4b33-34

Sun, Feb 22, 2009, 7:57 AM (GMT-0600)
  • Problem with execution errors within locked stacks fixed.
  • General handling of execution errors and debugging activities improved.
  • Execution error status display in debugger now has white text so you can read it better.

Version 2.4b32

Tue, Feb 10, 2009, 11:23 AM (GMT-0600)
  • Reverting to an earlier version of debugger to avoid execution error that was causing text to redraw incorrectly in the script editor after colorizing or reformatting.

Version 2.4b31

Sun, Feb 8, 2009, 6:35 PM (GMT-0600)
  • Fine tuning debugger to step into and out without skipping
  • Fix to the exit from an execution error that was causing text to redraw in correctly in the script editor after colorizing or reformatting.
  • Fixed the Ignore button on the Execution Error window so scenario above with exiting would not occur.
  • NOTE: please let us know (with recipes!) of any other occurences of script alterations on reformatting (tab key).

Version 2.4b30

Tue, Feb 3, 2009, 7:32 PM (GMT-0600)
  • Rapid, repeated use of escape key to close tabs no longer throw an error.

Version 2.4b29

Tue, Feb 3, 2009, 7:21 PM (GMT-0600)
  • Option clicking a tab closed when there are only two tabs no longer locks up GLX2 script editor.

Version 2.4b28

Tue, Feb 3, 2009, 2:21 PM (GMT-0600)
  • Archiving Parent Stack from File menu now works properly.
  • HyperLinking to handlers no longer creates extra crumb of destination.

Version 2.4b25-27

Mon, Feb 2, 2009, 5:08 PM (GMT-0600)
  • New debugger with improved relations with the message box.
  • CloseStack IDE error as fixed as we can get it without a fix from Rev team.

Version 2.4b24

Mon, Feb 2, 2009, 4:52 AM (GMT-0600)
  • New Debugger using new Rev IDE debug messages

Version 2.4b23

Fri, Jan 9, 2009, 11:15 PM (GMT-0600)
  • Intermittent freeze of debugger and execution error window fixed.

Version 2.4b22

Wed, Jan 7, 2009, 10:46 PM (GMT-0600)
  • Script Editor now allows admission of non-GLX2 scripts even the first time the script editor is used.

Version 2.4b21

Wed, Jan 7, 2009, 5:01 PM (GMT-0600)
  • Script Editor now becomes visible before editing a script so that the dialog for admitting non-GLX2 scripts works properly.

Version 2.4b20

Wed, Dec 31, 2008, 8:49 PM (GMT-0600)
  • Global for indicating whether GLX2 is used as the script editor is now declared properly, etc.
  • UI for changing the modifier keys for no-click inspection much better now.

Version 2.4b19

Thu, Dec 11, 2008, 6:49 PM (GMT-0600)
  • Closing/opening VAB no longer clears tabs.
  • Double clicking VAB tab no longer throws error.

Version 2.4b18

Wed, Dec 10, 2008, 11:11 AM (GMT-0600)
  • Debugger no longer chokes at end of a handler
  • Shift+spacebar steps into when debugging
  • Spacebar steps over when debugger
  • Caps lock keeps spacebar in step into mode.

Version 2.4b17

Mon, Dec 8, 2008, 8:40 PM (GMT-0600)
  • Debugger no longer enters endless loop when "end function" is last executable line.

Version 2.4b16

Sat, Dec 6, 2008, 8:18 AM (GMT-0600)
  • Debugger no longer slips into run mode when stepping into a call to an IDE library.

Version 2.4b15

Fri, Dec 5, 2008, 7:31 AM (GMT-0600)
  • Debugger no longer steps into libURL when not in "Show Rev Stacks in Lists" mode.

Version 2.4b14

Mon, Dec 1, 2008, 4:59 PM (GMT-0600)
  • There is now a contextual menu for folders in handler list.
  • Formatting a script that has no folders no longer removes last two lines of said script.

Version 2.4b13

Mon, Nov 24, 2008, 6:01 AM (GMT-0600)
  • Inherited vars supported in debugger when running Rev 3.5 developer preview.

Version 2.4b12 & 2.3r5

Sat, Nov 22, 2008, 11:57 AM (GMT-0600)
  • GLX2 Execution Error window has been fixed to complement previous release.
  • Installers have also been updated with this fix.

Version 2.4b11

Sat, Nov 22, 2008, 7:30 AM (GMT-0600)
  • Debugger no longer hangs the IDE after an error in drag and drop.

Version 2.3r4

Fri, Nov 21, 2008, 11:51 AM (GMT-0600)
  • Errant error-checking data to message box during debug stepping have been removed.

Version 2.4b10

Fri, Nov 21, 2008, 9:55 AM (GMT-0600)
  • Unintended message box error checking removed from debugger.

Version 2.4b9

Wed, Nov 19, 2008, 9:03 PM (GMT-0600)
  • Rev 3.5 compliance as regards debugging context with parentscripts.

Version 2.3r3

Wed, Nov 19, 2008, 9:01 PM (GMT-0600)
  • Rev 3.0 debug msgs that are not processed by GLX2 are now being intercepted.
  • Rev 3.5 compliance as regards debugging context with parentscripts.

Version 2.4b8

Wed, Nov 19, 2008, 5:20 PM (GMT-0600)
  • Rev 3.0 debug msgs that are not processed by GLX2 are now being intercepted.

Version 2.4b7

Mon, Nov 17, 2008, 8:57 AM (GMT-0600)
  • Suspend Development Tools in Rev Development menu now works with GLX2 running.

Version 2.4b6

Sun, Nov 16, 2008, 9:27 AM (GMT-0600)
  • Since the new no-click inspection configuration is working well, the tool tips in status bar and elsewhere shall henceforth reflect the mod keys being used to trigger no-click inspection.
  • Whose Your Daddy now reflects the no-click inspection configuration, i.e., if using control key in no-click inspection, then control+shift+d will trigger Whose Your Daddy inspection as well.

Version 2.4b5

Sun, Nov 16, 2008, 8:11 AM (GMT-0600)
  • Typing cmd+shift+d while the pointer is over an object in the snapshot of VAB will edit the script of the owner of that object.
  • No-click inspection in VAB is now exactly like it is elsewhere: non-dependent upon the selectGrouped global property setting.
  • Switching to GLX2 Script Editor in Rev prefs no longer throws error on some systems.

Version 2.4b4

Sat, Nov 15, 2008, 11:42 AM (GMT-0600)
  • In the GLX2 Pane of the Rev Prefs, you can now configure the No-click Inspection to use control+option rather than command+option.
  • NOTE: This is (obviously) for Mac users only and therefore only visible to them.

Version 2.4b3

Fri, Nov 14, 2008, 7:47 PM (GMT-0600)
  • Irregularities in the use of VAB's Tab menu (caused by Rev's change of syntax for menu item short cuts) are now fixed.

Version 2.4b2

Thu, Nov 13, 2008, 5:40 PM (GMT-0600)
  • Objects without a script no longer open, compile or close with a default folder "all handlers" as part of their script.
  • Objects with scripts will always compile with at least one folder called "all handlers."

Version 2.4b1 & v2.3r2

Thu, Nov 6, 2008, 4:07 PM (GMT-0600)
  • Changing the id of a stack or image via script no longer triggers an error when running Rev 3.0.

Version 2.3r1

Wed, Nov 5, 2008, 12:27 PM (GMT-0600)
  • Release of the 2.3 beta.

Version 2.3b55

Tue, Nov 4, 2008, 5:52 PM (GMT-0600)
  • Setting breakpoints dynamically in debugger fixed.

Version 2.3b54

Tue, Nov 4, 2008, 1:12 PM (GMT-0600)
  • Attempted fix of difficult-to-replicate phantom breakpoints in debugger.

Version 2.3b53

Mon, Nov 3, 2008, 2:56 PM (GMT-0600)
  • Debugger now faster, no longer seems to switch step over/in modes, breakpoints now removing properly.

Version 2.3b52

Fri, Oct 31, 2008, 7:16 PM (GMT-0500)
  • Variable name filter now working on the global var list and detecting arrays.
  • Error trap added to prevent access of null field objects.
  • Clear all breakpoints in Script Editor menu is fixed.

Version 2.3b51

Thu, Oct 30, 2008, 2:10 PM (GMT-0500)
  • When dragging handlers, hold down optionkey to force the field to scroll.
  • When dragging handlers, as user moves down, the yellow drop indicator appears below the line the pointer is over; when moving up, it appears above the line.

Version 2.3b50

Thu, Oct 30, 2008, 8:53 AM (GMT-0500)
  • Dragging handlers now more "cooperative" and will allow all drops where the yellow drop indicator or rectangle appears.
  • Dragging a handler or folder to the end of handler list now works swimmingly.
  • Split pane feature removed due to screen real estate and performance issues with larger scripts.

Version 2.3b49

Tue, Oct 28, 2008, 3:46 PM (GMT-0500)
  • Dragging block comments in handler list now works properly.

Version 2.3b48

Mon, Oct 27, 2008, 6:07 PM (GMT-0500)
  • If the GLX2 Script Editor prefs are set to NOT sort handlers, then folders in the handler list can be dragged and dropped into a different order. Scripts are adjusted accordingly.

Version 2.3b47

Mon, Oct 27, 2008, 8:30 AM (GMT-0500)
  • Debugger now shows globals and environmental vars ($).
  • Debugger no longer pops up at quit with execution error (although it rarely did).

Version 2.3b46

Wed, Oct 22, 2008, 8:27 AM (GMT-0500)
  • VAB's Remove Stack from Memory menu item now working properly.
  • When VAB has no stacks to display, instructions on how to remedy that situation are now displayed along with appropriate checkboxes.

Version 2.3b45

Mon, Oct 20, 2008, 6:19 PM (GMT-0500)
  • Switching Script Editor motif via the Status Bar now works properly.

Version 2.3b44

Mon, Oct 20, 2008, 2:21 PM (GMT-0500)
  • Small but vital debugger bugs fixed.

Version 2.3b43

Sat, Oct 18, 2008, 1:30 PM (GMT-0500)
  • VAB now shows audio & video clips.
  • VAB contextual menu now plays & stops audioclips

Version 2.3b42

Thu, Oct 16, 2008, 11:28 AM (GMT-0500)
  • You can now drag a handler within the handler list so as to re-order it or place it in a different folder.
  • If you are alpha sorting your handlers, then you can drag one to a new folder only.
  • If you are not sorting your handlers, then you can re-order them as well as move them to a new folder.
  • In this version you cannot move more than one handler at a time, and you cannot move a handler to a different handler list belonging to a different tab.

Version 2.3b41

Thu, Oct 16, 2008, 9:35 AM (GMT-0500)
  • Script Editor menus disable properly when no tabs.
  • Debugger prefs fixed to eliminate error-throwing detritus.
  • Plugins folder now located more effectively.
  • The beginnings of Linux compatibility.

Version 2.3b40

Wed, Oct 15, 2008, 6:40 AM (GMT-0500)
  • When switching to Rev script editor, home tab in GLX2 no longer gets truncated.
  • Script button on Rev palette no longer has misleading tooltip when using either Rev or GLX2 script editor.
  • Script button no longer opens the script of the topstack when GLX2 script editor is in use. Any selected object will, however, have its script edited.

Version 2.3b39

Tue, Oct 14, 2008, 12:35 AM (GMT-0500)
  • Application of new reg codes improved.

Version 2.3b38

Mon, Oct 13, 2008, 11:08 AM (GMT-0500)
  • Potential blocking of resume and suspend messages by GLX2 repair attempted.

Version 2.3b37

Fri, Oct 10, 2008, 6:02 PM (GMT-0500)
  • VAB now deletes cards properly from its Object Tree contextual menu and the Go menu.

Version 2.3b36

Thu, Oct 9, 2008, 10:33 AM (GMT-0500)
  • GLX2 Tools launch now occuring without error under non-3.0 versions of Rev.

Version 2.3b35

Tue, Oct 7, 2008, 3:09 PM (GMT-0500)
  • VAB's Preview/Snapshot card menu is now proper color, etc.

Version 2.3b34

Tue, Oct 7, 2008, 1:57 PM (GMT-0500)
  • Contextual menus for VAB Object Tree and Snapshot are now proper colors for XP and Vista.

Version 2.3b33

Mon, Oct 6, 2008, 12:53 PM (GMT-0500)
  • VAB's property pane navigation sub menus now working with GLX2 Property Inspector.
  • Selecting handlers from Script Editor's handler list now works properly in maintaining selection when VAB is open.
  • Laying the groundwork for drag-and-drop handlers in Script Editor's handler list.

Version 2.3b32

Mon, Oct 6, 2008, 11:50 AM (GMT-0500)
  • Right-clicking stacks and cards in VAB's card control object tree now working properly.

Version 2.3b31

Sat, Oct 4, 2008, 12:04 PM (GMT-0500)
  • Debugger resizing further refined and perfected by Mark and Stephen tag team.

Version 2.3b30

Wed, Oct 1, 2008, 6:31 PM (GMT-0500)
  • Listing of vars in debugger was wonky. Now fixed.

Version 2.3b29

Wed, Oct 1, 2008, 2:37 PM (GMT-0500)
  • Debugger splitter bar functionality reviewd and found wanting. Mark fixed it!

Version 2.3b28

Wed, Oct 1, 2008, 10:27 AM (GMT-0500)
  • Script button on Rev palette now working properly with regard to GLX2 Script Editor and Visual Application Browser functionality.

Version 2.2r4

Wed, Oct 1, 2008, 9:25 AM (GMT-0500)
  • Enhanced updater for greater speed and reliability.
  • Rev 2.8.x compatibility.
  • Better VAB re-layering.

Version 2.3b26

Wed, Oct 1, 2008, 7:59 AM (GMT-0500)
  • Double-clicking objects in VAB tree now works properly.

Version 2.3b25

Tue, Sep 30, 2008, 8:30 PM (GMT-0500)
  • Re-layering objects in VAB object tree now works even if stack is in memory only or is invisible.
  • Drag and drop to relayer in VAB does not work when running Rev 2.8.x.

Version 2.3b24

Tue, Sep 30, 2008, 3:22 PM (GMT-0500)
  • Now Rev 2.8.x compatible.

Version 2.3b23

Mon, Sep 29, 2008, 7:57 PM (GMT-0500)
  • Splitter bar weirdness in the debugger fixed.

Version 2.3b22

Mon, Sep 29, 2008, 6:27 PM (GMT-0500)
  • Go to Line... menu item fixed in GLX2 Script Editor.

Version 2.3b21

Mon, Sep 29, 2008, 5:45 PM (GMT-0500)
  • VAB's object tree no longer disappears after resizing width of tree.

Version 2.3b20

Sun, Sep 28, 2008, 3:09 PM (GMT-0500)
  • Fixed debugger's tendency not to show after aborting.

Version 2.3b19

Fri, Sep 26, 2008, 11:57 AM (GMT-0500)
  • This is v2.3b18 minus the debug beeps!

Version 2.3b18

Fri, Sep 26, 2008, 11:35 AM (GMT-0500)
  • Editing custom props from VAB or when VAB is present no longer interferring with focus on edit fields.

Version 2.3b17

Fri, Sep 26, 2008, 10:08 AM (GMT-0500)
  • Find button in the View Source window of the beta GLX2 web browser is now positioned correctly.

Version 2.3b16

Tue, Sep 23, 2008, 4:37 PM (GMT-0500)
  • Attempt to fix German keyboard problem with typing back slash in the GLX2 Script Editor's script field.
  • Attempt to fix the focus anomaly when GLX2's debugger is present.

Version 2.3b15

Mon, Sep 22, 2008, 7:32 PM (GMT-0500)
  • Mark added some spit and polish to the debugger: better breakpoints & disclosure triangle on arrays fixed up.

Version 2.3b13

Mon, Sep 22, 2008, 12:02 PM (GMT-0500)
  • Auto-declaring temp vars in Script Editor no longer leaves remnants.

Version 2.3b12

Mon, Sep 22, 2008, 9:08 AM (GMT-0500)
  • In the debugger, variables can now be filtered to limit exposure to excess variables.

Version 2.3b11

Sat, Sep 13, 2008, 11:47 AM (GMT-0500)
  • Fix to debugger by Mark Wieder (yeah, Mark!)
  • Contribution to auto-declare temp vars by Eric Chatonet (yeah, Eric!). Eric devised a cool way to declare all temps in a handler by relevance! Cmd+d in any handler to see it work.

Version 2.3b10

Wed, Sep 10, 2008, 3:02 PM (GMT-0500)
  • Execution Error stack and Debug stack code revamp by Mark Wieder. Step one of standardizing GLX2 code base.

Version 2.2r2

Wed, Sep 10, 2008, 2:34 PM (GMT-0500)
  • Many bug fixes for VAB and Script Editor.
  • Newly laid out GLX2 prefs pane in Rev prefs.
  • VAB and Script Editor contextual menus now have sub menu for inspecting properties by the property pane. These are on the tabs in Script Editor and the Object Tree in VAB.

Version 2.3b9

Wed, Sep 10, 2008, 2:34 PM (GMT-0500)
  • Many bug fixes for VAB and Script Editor.
  • Newly laid out GLX2 prefs pane in Rev prefs.
  • VAB and Script Editor contextual menus now have sub menu for inspecting properties by the property pane. These are on the tabs in Script Editor and the Object Tree in VAB.

Version 2.3b8

Mon, Sep 8, 2008, 2:14 PM (GMT-0500)
  • Contextual menus now have appropriate font, size and colors.

Version 2.3b7

Mon, Sep 8, 2008, 1:48 PM (GMT-0500)
  • If VAB preference is not turned on, then VAB is not initialized at startup.

Version 2.3b6

Mon, Sep 8, 2008, 1:35 PM (GMT-0500)
  • Auto hide/show preference in GLX2 pane in the Rev Prefs now only activates the auto-show/hide of the Rev Tool palette and not the tool palette and the message box.

Version 2.3b5

Mon, Sep 8, 2008, 9:41 AM (GMT-0500)
  • Non-script prefs moved from GLX2 Script Editor prefs palette to Rev prefs window.
  • Legibility of VAB menus on Windows improved.

Version 2.3b4

Sun, Sep 7, 2008, 4:31 PM (GMT-0500)
  • VAB clean up on startup improved.

Version 2.3b3

Sun, Sep 7, 2008, 1:38 PM (GMT-0500)
  • Code tracking position of cursor and scroll of script field in GLX2 Script Editor has been optimized to facilitate scrolling on slower machines.

Version 2.3b2

Sun, Sep 7, 2008, 8:48 AM (GMT-0500)
  • GLX2 now works nicely with Rev 3.0 script editor.
  • GLX2 Script Editor prefs palette no longer gets in the way when Rev 3.0 script editor is default.
  • These fixes mean users of GLX2 Visual Application Browser who are not using GLX2 Script Editor can now use Rev 3.0 script editor.

Version 2.3b1

Sat, Sep 6, 2008, 8:06 AM (GMT-0500)
  • Base version of GLX2 Tools version 2.3.
  • Based on GLX2 v2.2r1.

Version 2.2r1

Sat, Sep 6, 2008, 7:06 AM (GMT-0500)
  • Release version of GLX2 version 2.2.

Version 2.2b21

Fri, Sep 5, 2008, 6:18 PM (GMT-0500)
  • Removes the GLX2 Props.rev file which is no longer in use by GLX2.

Version 2.2b20

Fri, Sep 5, 2008, 4:40 PM (GMT-0500)
  • Scripts with no folder comments now get one at compile time. This allows handlers to appear in the handler list consistently.

Version 2.2b19

Fri, Sep 5, 2008, 2:28 PM (GMT-0500)
  • Ghost windows no longer appearing when Script Editor is open and quitting Revolution.

Version 2.2b18

Fri, Sep 5, 2008, 12:33 PM (GMT-0500)
  • Windows: no more ghost windows on startup.

Version 2.2b17

Fri, Sep 5, 2008, 9:21 AM (GMT-0500)
  • Choosing Application Browser from menubar when VAB is in use now toogles the appearance of VAB if it is the front stack.

Version 2.2b16

Fri, Sep 5, 2008, 7:51 AM (GMT-0500)
  • Debugger, execution error window and script editor all playing nice together.

Version 2.2b15

Wed, Sep 3, 2008, 5:40 PM (GMT-0500)
  • Rev 3.0 release candidates are wreaking havoc with our error handling, so we have reverted to Rev's error handling for now.
  • Trying to startup with zero references to old objects in VAB so users do not end up with duplicate stacks.
  • Please bear with us.

Version 2.2b14

Wed, Sep 3, 2008, 3:05 PM (GMT-0500)
  • NEW: Right-click on tabs in GLX2 Script Editor to see a properties sub menu that takes you to a specific pane in the property inspector.
  • NEW: Contextual menu referenced directly above also now has working "Show Object in App Browser" working with GLX2 Visual App Browser.
  • Execution Errors: now using GLX2 Execution Error window. NOTE: still some problems with running in debug mode...working toward a fix with Rev team.

Version 2.2b13

Tue, Sep 2, 2008, 9:30 AM (GMT-0500)
  • Execution errors are now being handled via the Revolution execution error window instead of the GLX2 execution error window.
  • NOTE: we will go back to using the GLX2 execution error window as soon as we get the kinks worked out of it.

Version 2.2b12

Mon, Sep 1, 2008, 11:24 AM (GMT-0500)
  • VAB object tree now cleared out thoroughly on startup to eliminate previously viewed stacks from being loaded into memory.

Version 2.2b11

Sun, Aug 31, 2008, 7:42 PM (GMT-0500)
  • Execution Errors are now processing much better under most circumstances.
  • NOTE: when debug mode is on, processing execution errors still a little hinky...works first time...next time requires turning debug off...working on fix.

Version 2.2b10

Sun, Aug 31, 2008, 9:13 AM (GMT-0500)
  • Resizing VAB now working properly.

Version 2.2b9

Sat, Aug 30, 2008, 8:50 AM (GMT-0500)
  • Execution error and debugger integration improved.
  • Remaining issue in Rev 3.0: after finishing debug session begun from error dialog, must toggle Rev's debug mode.

Version 2.2b8

Fri, Aug 29, 2008, 6:26 PM (GMT-0500)
  • VAB Fix: clicking object in tree now selects the object in snapshot properly.

Version 2.2b6

Fri, Aug 29, 2008, 8:26 AM (GMT-0500)
  • Fixes to error dialog
  • Fixes to debugger
  • Color fixes to VAB menubar on Windows

Version 2.2b5

Tue, Aug 26, 2008, 1:51 PM (GMT-0500)
  • GLX2 Script Editor removed from Rev Plugins menu.
  • Attempt to work around focus bug in Rev engine when GLX2 Script Editor first launches.

Version 2.2b4

Fri, Aug 22, 2008, 11:21 AM (GMT-0500)
  • Debugger motifs (Alabaster and Chalkboard) are now in sync with Script Editor motifs.

Version 2.2b3

Fri, Aug 22, 2008, 10:53 AM (GMT-0500)
  • Fixes to Debugger
  • Fixes to Execution Error window
  • New Debugger
  • New pref for VAB: Use Alignment Guides
  • VAB's snapshot-ing optimized

Version 2.2b2

Wed, Aug 13, 2008, 9:23 AM (GMT-0500)
  • VAB now resizes properly during startup.

Version 2.1r1

Wed, Aug 13, 2008, 9:04 AM (GMT-0500)
  • Release version of GLX2 Tools that includes Script Editor, Property Inspector (beta), and Visual Application Browser.
  • All tools are release version except GLX2 Property Inspector which is beta.

Tags: 2.x, change, glx2, history, scripts

Share

© 2009   Created by Daniels & Mara on Ning.   Create Your Own Social Network

Badges  |  Report an Issue  |  Privacy  |  Terms of Service