<html>
<head>
<base href="http://fiji.sc/bugzilla/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - exit(); fails in script editor"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=914">914</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>exit(); fails in script editor
</td>
</tr>
<tr>
<th>Product</th>
<td>Fiji
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Mac OS
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P5
</td>
</tr>
<tr>
<th>Component</th>
<td>ImageJ2
</td>
</tr>
<tr>
<th>Assignee</th>
<td>imagej-bugs@imagej.net
</td>
</tr>
<tr>
<th>Reporter</th>
<td>jerome.mutterer@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>Hi all,
The exit(); macro function fails in script editor when called with parentheses
but no argument, whereas this works in ImageJ.
exit; // works
exit('message'); // works
exit(); // fails
This also pops up an '[aborted]' result window. This message would be best
displayed in the script editor's messages panel.
Sincerely,
Jerome</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>