[gedit-list] Add parameters with snippets
- From: Matheus Saraiva <matheus saraiva gmail com>
- To: gedit-list gnome org
- Subject: [gedit-list] Add parameters with snippets
- Date: Mon, 27 Apr 2015 10:51:56 -0300
I need create a snippet for add function parameters automatically.
e.g
// Declaration function
void testFunction(para1 int, para2 float, para3 char);
// Definition function
void testFunction(para1 int, para2 float, para3 char)
{
............
.........
....
}
end e.g
So, when I create the parameters of prototype function, the snippet add
the same parameters in the signature definition function.
I must be able to add any numbers of parameters.
How make a snippet for that?
Sorry for may bad English.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]