Open Trudko opened 9 years ago
Yes, something changed on the latest versions of atom, i will try to fix it asap
On 04/08/2015 14:10, Trudko wrote:
Hi, i love the editor idea! :). Problem is I've saved this as getter template
|%scope% function %methodName%() { return $this->%variable%; } |
but it turned into this:
|%scope%\ function\ %methodName%()\ { \ \ \ \ return\ $this->%variable%; } |
— Reply to this email directly or view it on GitHub https://github.com/francodacosta/atom-php-getters-setters/issues/23.
This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
Any update on this?
+1, got backslashes instead of nbsp
+1, happened to me too :)
Ping @francodacosta.
Got the problem, too. Is there any workaround until the bug is fixed?
No afaik.
Hello @umpirsky, @Trudko, all
While trying again to get rid of those annoying back-slashes, I just discovered that I can simply remove them (actually: keep only one before every <space>
) by editing (with caution) the ~/.atom/config.cson
file.
So I can wait for a fix without being stuck by this bug.
:+1: same here
I can confirm this too.
+1 (and there is not $ before the variable name in the setter's description)
+1
Hi, i love the editor idea! :). Problem is I've saved this as getter template
but it turned into this: