Page 1 of 1

Scripting specfullview

Posted: 03 Sep 2007, 11:56
by TechnoTone
The following line doesn't seem to work:

Code: Select all

Spring.SendCommands({"/specfullview 2"})
Can somebody tell me why?

Posted: 03 Sep 2007, 12:03
by quantum
You need to remove the slash:

Code: Select all

Spring.SendCommands({"specfullview 2"})

Posted: 03 Sep 2007, 12:08
by TechnoTone
ah - oops. Cheers.

Posted: 03 Sep 2007, 13:50
by trepan
On a related note: /specfullview 2 is the default state in SVN code.