# HG changeset patch # User mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1254942134 0 # Node ID f55ddf7fdad5a8ea69da0adf6c9971b9b8574b17 # Parent 11896fe26c1daad46b41615c4d111dab36a1804b * Editor command line map arg support patch by or1andov / superfluid * Map args handling might need to be refactored once more args will be added but it's fine with one possible arg for now diff -r 11896fe26c1d -r f55ddf7fdad5 clients/editor/scripts/editor.py --- a/clients/editor/scripts/editor.py Fri Oct 02 14:05:08 2009 +0000 +++ b/clients/editor/scripts/editor.py Wed Oct 07 19:02:14 2009 +0000 @@ -384,6 +384,7 @@ if self._inited == False: self._initGui() self._initTools() + if self._params: self.openFile(self._params) self._inited = True events.onPump.send(sender=self) @@ -432,4 +433,4 @@ - \ No newline at end of file +