[Bug 89587] Re: PHP function snippet does not work correctly
jeduan
jeduan at gmail.com
Sun Mar 4 17:14:03 UTC 2007
** Description changed:
Binary package hint: gedit-plugins
- In gedit 2.16.1, using the php function snippet, by writing function<tab> on a php file displays incorrectly, like this:
+ In gedit 2.16.1, using the php function snippet, by writing function<tab> on a php file changes to this:
public function FunctionName (${3: $value${5:=''} })
{
# code...
}
- As I've found no other nested variable snippets in the default bundles,
- I'm guessing that probably this is not a snippet typo.
+ I've managed to fix the ${5 part by adding a space after value, however, I have not found a way to fix the $3 part.
+ As I couldn't find another nested snippet, I can't test if this is a typo or a feature not yet implemented.
** Tags added: bundle php snippet
--
PHP function snippet does not work correctly
https://launchpad.net/bugs/89587
More information about the desktop-bugs
mailing list