** 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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to