On Thu, 25 Jun 2009 16:37:25 +1000, Lex wrote:
- label: "Make Custom _Target", command: "make ", but on
I think we could add some extra logic here that checks the first character of the user supplied string to be space and if not, insert it. Or even better, unconditionally add the space as it won't hurt at all.
I actually thought that it was better not to impose that there had to be a space, for all I know someone has a situation where they want to directly catenate the typed input to the command, or more likely to the last argument. Putting the space in the configurable part means that we don't rule out things just because we can't think of a use right now.
Ok, so let's keep the current behaviour.
Regards, Enrico