@wolph I'm as eager as anyone else to get past the finish line

Moderators: dorpond, trevor, Azhrei
Sol Invictus wrote:It's a pleasure to be of help! And may the almighty devities of MT hear our prayers!
(It's ok, I get to make blasphemous jokes, I'm a man of God.Or at least I know the consequences
)
aliasmask wrote:Sol Invictus wrote:It's a pleasure to be of help! And may the almighty devities of MT hear our prayers!
(It's ok, I get to make blasphemous jokes, I'm a man of God.Or at least I know the consequences
)
He knows all the loop holes.
Code: Select all
[r: name = replace("wolph 5","(.*?) [0-9]+","\$1 42")]
[/spoiler]2012-12-18 15:11:24,240 [client.MapToolLineParser:1271] DEBUG - name = replace("wolph 5","(.*?) [0-9]+","\ 42")
2012-12-18 15:11:24,241 [client.MapToolLineParser:1289] DEBUG - java.lang.IndexOutOfBoundsException: No group 1
2012-12-18 15:11:24,241 [client.MapToolLineParser:1234] INFO - [r: name = replace("wolph 5","(.*?) [0-9]+","\ 42")]
net.rptools.parser.ParserException: java.lang.IndexOutOfBoundsException: No group 1 error executing expression name = replace("wolph 5","(.*?) [0-9]+","\ 42").
at net.rptools.maptool.client.MapToolLineParser.parseExpression(MapToolLineParser.java:1290)
at net.rptools.maptool.client.MapToolLineParser.parseLine(MapToolLineParser.java:1129)
at net.rptools.maptool.client.MapToolLineParser.parseLine(MapToolLineParser.java:607)
at net.rptools.maptool.client.macro.MacroManager.executeMacro(MacroManager.java:213)
at net.rptools.maptool.client.ui.commandpanel.CommandPanel.commitCommand(CommandPanel.java:494)
at net.rptools.maptool.client.ui.commandpanel.CommandPanel.commitCommand(CommandPanel.java:433)
at net.rptools.maptool.client.AppActionsexecute(AppActions.java:1354)
at net.rptools.maptool.client.AppActions$ClientAction.actionPerformed(AppActions.java:2746)
at javax.swing.SwingUtilities.notifyAction(Unknown Source)
at javax.swing.JComponent.processKeyBinding(Unknown Source)
at javax.swing.JComponent.processKeyBindings(Unknown Source)
at javax.swing.JComponent.processKeyEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access(Unknown Source)
at java.awt.EventQueuerun(Unknown Source)
at java.awt.EventQueuerun(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomaindoIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomaindoIntersectionPrivilege(Unknown Source)
at java.awt.EventQueuerun(Unknown Source)
at java.awt.EventQueuerun(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomaindoIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at net.rptools.maptool.client.swing.MapToolEventQueue.dispatchEvent(MapToolEventQueue.java:38)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Sol Invictus wrote:edit: I'll test the undo/redo thing later.
Lee wrote:When you reach 100, did the undo/redo misbehave? Or was/were the action(s) disabled after hitting the limit?