Re: [ANN] Scite-debug 0.9 Beta
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Scite-debug 0.9 Beta
- From: "steve donovan" <steve.j.donovan@...>
- Date: 2008年3月11日 14:58:40 +0200
Thanks, Shmuel, that is exactly the kind of feedback I was needing.
steve d.
On Tue, Mar 11, 2008 at 2:37 PM, Shmuel Zeigerman <shmuz@actcom.co.il> wrote:
> Another issue: incorrect treating of quoted command-line parameters
> (via "View/Parameters" or Shift+F8).
>
> Example:
> The 1-st parameter is: "a b".
> The testing script is: t={...}; table.foreach(t,print)
>
> Output (via Alt+R):
> 1 a
> 2 b
>
> Output (via F5):
> 1 a b